Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
a84c115a09
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
...
Approved by: portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Rusmir Dusko
79b1531ca2
- Update to 2.0.28
2014-07-28 22:00:17 +00:00
Rusmir Dusko
909dbfce86
- Update to 2.0.26
...
- Transfer maintainership to games@ team
2014-04-27 12:05:37 +00:00
Rusmir Dusko
4de709f387
- Update to 2.0.24
2014-04-12 17:39:33 +00:00
Rusmir Dusko
47bd567e1a
- Update to 2.0.22
2014-01-31 21:24:58 +00:00
Rusmir Dusko
cd042a944d
- Update to 2.0.21
...
- Add USES shebangfix and SHEBANG_FILES
2014-01-23 11:57:04 +00:00
Rusmir Dusko
22f9063a48
- Change REINPLACE_CMD, make PREFIX safe
...
Reported by: makc
2014-01-20 10:32:52 +00:00
Rusmir Dusko
5ba0399099
- Update to 2.0.20
...
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Use REINPLACE_CMD instead of simple patches
2014-01-15 15:45:13 +00:00
Rene Ladan
50f8eaece1
Python cleanup:
...
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Rusmir Dusko
9313a366e5
- Bump PORTREVISION
...
- Use patches instead of REINPLACE_CMD, for upstream
- Cleanup Makefile, add patches, use Port Makefile
- Change pkg-plist, adjust NLS
Approved by: pawel / wg (mentors, implicit)
2013-12-12 21:10:36 +00:00
Rusmir Dusko
483ede7128
- Update to 2.0.19
...
- Fix NLS, add Option
- Break lines around 80 characters
Reviewed by: Horia Racoviceanu <horia@racoviceanu.com>
Approved by: pawel / wg (mentors, implicit)
2013-12-12 11:44:25 +00:00
Rusmir Dusko
0f06cd2d90
- Update to 2.0.18
...
Approved by: pawel / wg (mentors, implicit)
2013-11-19 17:09:51 +00:00
Dmitry Marakasov
c87a56b351
- Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
...
Approved by: portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Rusmir Dusko
a9546cb301
- Update to 2.0.14
...
Approved by: pawel (mentor)
2013-10-18 21:35:18 +00:00
Rusmir Dusko
80f0656871
- Update to 2.0.13
...
- Change maintainer email to @FreeBSD.org
- Add dependencies for audio/lame and multimedia/mplayer
- Support STAGEDIR
Approved by: wg/pawel (mentors)
2013-10-15 21:15:42 +00:00
William Grzybowski
1e6f5e0052
www/py-beautifulsoup32: bump port revision
...
- Bump port revision due to package name change
- Catch up package name of ports that depend on it
2013-10-02 23:38:51 +00:00
Baptiste Daroussin
c84e1cd8e6
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
2013-09-20 17:36:33 +00:00
Pawel Pekala
58d40a63d2
Update to version 2.0.12
...
PR: ports/180812
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 14:05:55 +00:00
William Grzybowski
f5c14ce459
games/anki: update to 2.0.11
...
- Update to 2.0.11
- USES desktop-file-utils and shared-mime-info
PR: ports/179106
Submitted by: nemysis <nemysis gmx.ch> (maintainer)
2013-07-13 16:09:29 +00:00
Alex Kozlov
5003029118
- Convert USE_GETTEXT to USES (part 2)
...
Approved by: portmgr (bapt)
2013-04-24 13:36:18 +00:00
Martin Wilke
8f348ee109
- Update to 2.0.8
...
PR: 175988
Submitted by: maintainer
2013-02-10 08:00:25 +00:00
Max Brazhnikov
3503833535
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
...
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Ruslan Makhmatkhanov
a0054f26b3
- update to 2.0.7
...
PR: 175706
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
2013-02-01 14:10:45 +00:00
Niclas Zeising
7ceb9c4d35
Update to 2.0.6
...
Simplify makefile, add python to category and numeros other improvments.
Pass maintainership to submitter.
PR: ports/175366
Submitted by: nemysis <nemysis@gmx.ch>
Approved by: kwm, miwi (mentors, implicit)
2013-01-24 10:09:30 +00:00
Marcelo Araujo
52fe4e2e94
- Update to 2.0.4.
...
- Trim header.
PR: ports/172506
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2013-01-16 07:44:59 +00:00
Ruslan Makhmatkhanov
dab0cfc060
- according to [1] py-anki had switched to SQLAlchemy 0.7
...
since version 1.2.9, so change the dependency
While I'm here:
- strict python version to 2.x only
- eliminate unused dependencies
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- add missing tabs
- bump PORTREVISION because of dependencies change
[1] http://ankisrs.net/changes.html
PR: 168555
Submitted by: Jan Beich <jbeich at tormail dot org>
2012-06-10 07:27:48 +00:00
Martin Wilke
9c2f65e395
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
...
Review by: bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Martin Wilke
480584eda9
- Update to 1.2.11
...
PR: 168032
Submitted by: Ports Fury
2012-05-23 02:01:30 +00:00
Chris Rees
2dbe745d92
Add LICENSE data.
...
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks]
2011-12-14 21:29:16 +00:00
Eitan Adler
78d3bae3b8
- eliminate py-pysqlite2x dependency from games/anki [0]
...
- eliminate py-pysqlite2x dependency from multimedia/pyjama [1]
- add gstreamer-plugins-gnomevfs as a dep to multimedias/pyjama [2]
PR: ports/160055 [0], ports/160065 [1,2]
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [0,1], Kjell Tore Ullavik <ktullavik@gmail.com> (maintainer) [2]
Approved by: bapt (mentor), Kjell Tore Ullavik <ktullavik@gmail.com> (maintainer)
2011-08-31 17:52:31 +00:00
Shaun Amott
8608a198bc
Update to 1.2.8.
2011-07-20 20:09:10 +00:00
Olli Hauer
b6ac748023
-remove MD5
2011-07-03 14:25:36 +00:00
Nicola Vitale
c8a6af0499
- Fix *_DEPENDS after the repocopy of databases/py-sqlalchemy
...
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
2011-06-25 07:21:20 +00:00
Max Brazhnikov
7c4e5160f4
Update to 1.0.1
...
PR: ports/150788
Submitted by: Denis Shaposhnikov <dsh at bamus.cz>
2010-09-25 19:24:26 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Doug Barton
2fadfa2cfb
For ports maintained by ports@FreeBSD.org, remove names and/or
...
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Max Brazhnikov
dc9073e694
Fix QT4 option usage (in preparation for Qt-4.6.0 update)
2009-12-19 22:34:08 +00:00
Martin Wilke
1085697aec
- Update to 0.9.9.8.5
...
PR: 137007
Submitted by: Ports Fury
2009-07-28 07:00:19 +00:00
Martin Wilke
5f9159fbbb
- Update to 0.9.9.8.4
...
PR: 136475
Submitted by: Ports Fury
2009-07-09 09:05:30 +00:00
Martin Wilke
df9fed0de4
- Update to 0.9.9.8.3
...
PR: 136045
Submitted by: Ports Fury
2009-06-26 14:53:24 +00:00
Martin Wilke
7be70d4ce5
- Update to 0.9.9.8.1
...
PR: 135639
Submitted by: Ports Fury
2009-06-18 12:24:22 +00:00
Martin Wilke
c1d57744f9
- Update to 0.9.9.7.9b
...
PR: 134626
Submitted by: Ports Fury
2009-05-23 14:23:29 +00:00
Martin Wilke
2c40b6a49a
- Update games/anki to version 0.9.9.7.1
...
- Change games/py-anki to slave port of games/anki
PR: 133314
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2009-05-01 22:21:07 +00:00
Max Brazhnikov
9e273df185
Bump PORTREVISION after QScintilla2 update
2009-02-14 23:01:24 +00:00
Dmitry Marakasov
1c49a9f03e
- Fix MASTER_SITES
2009-02-10 23:05:04 +00:00
Dmitry Marakasov
a6739c5f05
- Update to 0.9.9.5
...
PR: 130619
Submitted by: Wen Heping <wenheping at gmail dot com>
2009-02-05 15:46:43 +00:00
Mark Linimon
d72c560b21
Reset infofarmer due to maintainer-timeouts and no response to email.
...
Hat: portmgr
2008-09-07 00:19:05 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00