Jason E. Hale
892390b17f
Convert to USES=pyqt
2016-10-22 20:41:16 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Jason E. Hale
9893d88d72
- Update to 1.3.2
2015-02-26 02:52:27 +00:00
Jason E. Hale
1561a585fd
- Trim @dirrm[try] from pkg-plist
2014-09-22 12:24:33 +00:00
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
Jason E. Hale
c365ee3c50
- s/PYTHON_FEATURES/USE_PYTHON/
...
Reported by: koobs
2014-08-17 11:26:30 +00:00
Jason E. Hale
f322351990
- USE_PYTHON -> USES=python
...
- Add LICENSE_FILE
- Strip binaries
- Use options helpers
- Add USES=desktop-file-utils per stage-qa
- Bump PORTREVISION since d-f-u changes RUN_DEPENDS and plist
2014-08-16 16:01:51 +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
William Grzybowski
1e34739b64
Use setuptools for all Python ports.
...
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Dmitry Marakasov
444b74f1ca
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
...
Approved by: portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Jason E. Hale
3a7fc23404
- Update to 1.2
...
- Support staging
- Update pkg-descr (capabilities & formatting)
2013-09-29 14:22:27 +00:00
Baptiste Daroussin
183c2ed74f
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
2013-09-20 14:36:35 +00:00
Jason E. Hale
adb28aab16
- Update audio/libdiscid to 0.5.2
...
- Switch to CMake build system
- Trim Makefile headers
- Bump PORTREVISION on dependent ports
2013-09-12 08:00:37 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +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
Jason E. Hale
f748a140b9
- Update to 1.1
...
- Drop ABI version numbers from LIB_DEPENDS
Approved by: avilla (mentor)
2012-09-13 12:55:53 +00:00
Jason E. Hale
7afa609aeb
- Update MAINTAINER to my new FreeBSD.org address
...
Approved by: makc (mentor)
2012-09-13 04:45:58 +00:00
Ruslan Makhmatkhanov
b15554aa86
- update to 1.0
...
While here:
- add some missing tabs
- drop LICENSE_FILE (doesn't needed for well-known licenses)
- use PYTHON_PKGNAMEPREFIX in _DEPENDS
- strict python version to 2.x (per README)
PR: 168851
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
2012-06-14 04:18:08 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Max Brazhnikov
6b63000267
Chase PyQT update
2012-05-25 01:50:36 +00:00
Ashish SHUKLA
97ddb4e13d
- Bump PORTREVISION to chase the update of multimedia/libvpx
2012-02-16 15:57:34 +00:00
Martin Wilke
1a9b331583
- Update to 0.16
...
PR: 162389
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Feature safe: yes
2011-11-11 17:30:00 +00:00
Martin Wilke
8e793b8fd1
- Update to 0.15.1
...
PR: 160199
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-08-26 07:13:28 +00:00
Beech Rintoul
3682dca767
- Update to 0.15
...
PR: ports/159069
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-07-24 16:33:51 +00:00
Martin Matuska
c86cd8cae2
Bump due to ffmpeg update to 0.7.1
2011-06-24 22:39:03 +00:00
Frederic Culot
14e3ee748a
- Update to 0.14
...
PR: ports/157510
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-06-02 18:57:02 +00:00
Wen Heping
9c60a607f1
- Bump PORTREVISION to chase the update of audio/libdiscid
...
PR: ports/155977
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
2011-03-28 03:01:32 +00:00
Martin Wilke
a6f44c17cc
- Update to 0.13
...
PR: 155428
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2011-03-17 13:13:20 +00:00
Martin Matuska
ab5c533c96
- Update ffmpeg to 0.6
2010-07-24 16:38:20 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Dima Panov
afb550e3cf
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
...
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Martin Wilke
5eab0fd0ac
- Update to 0.12.1
...
PR: 140057
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
2009-11-02 10:54:02 +00:00
Felippe de Meirelles Motta
01ca23df5f
- Pass maintainership to submitter.
...
PR: ports/137409
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
2009-08-04 12:36:47 +00:00
Mark Linimon
83556203a2
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
...
to email.
Hat: portmgr
2009-08-02 08:02:03 +00:00
Pav Lucistnik
fd00cc3396
- Update to 0.11
...
PR: ports/131170
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
Approved by: maintainer timeout (alexbl; 3 months)
2009-05-15 13:22:01 +00:00
Max Brazhnikov
9e273df185
Bump PORTREVISION after QScintilla2 update
2009-02-14 23:01:24 +00:00
Alexander Botero-Lowry
8cf1413f04
- update to 0.10
...
PR: 126466
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
2008-09-01 05:36:52 +00:00
Pietro Cerutti
270be0c2c4
- Add support for CDDB lookups via libdiscid
...
- Bump PORTREVISION
PR: 124035
Submitted by: gahr
Approved by: maintainer timeout (alexbl; 3 weeks)
2008-06-16 23:11:43 +00:00
Edwin Groothuis
6527ef2070
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 13:08:29 +00:00
Andrew Pantyukhin
04ce823507
- There's no such thing as USE_FFMPEG
...
Disillusioned by: pointyhat via pav
2008-02-07 21:17:49 +00:00
Andrew Pantyukhin
d43518f04f
- Update to 0.9.0
...
PR: ports/119049 (based on)
Submitted by: Richard Todd <rmtodd@servalan.servalan.com>
Approved by: alexbl (maintainer timeout, 40 days)
2008-02-04 17:10:37 +00:00
Alexander Botero-Lowry
8613555274
- pet portlint by using USE_GETTEXT
...
PR: 114645
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
2007-07-29 13:35:50 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
98d5fb3a3d
- Don't state default modifier in WX_COMPS line
2006-12-01 07:42:57 +00:00
Alejandro Pulver
2acc70b9d3
- Change WX_COMPS dependency type separator from "_" to ":".
...
- Remove IGNORE for FreeBSD 4.x since bsd.wx.mk sets it automatically when
WX_UNICODE is defined.
2006-11-13 21:17:06 +00:00
Alexander Botero-Lowry
3188d5532c
- Update to 0.7.2
...
Triggered by: Thomas Abthorpe <thomas@goodking.ca> in ports/104651
2006-10-31 01:45:09 +00:00
Alexander Botero-Lowry
0382966d43
- Switch to a local-distfile for the freeze
...
Reported by: fenner's distfile survey
Approved by: portmgr (erwin)
2006-10-23 07:48:51 +00:00
Alexander Botero-Lowry
b2f89dedb1
- fix dependencies (py-musicbrainz -> py-musicbrainz2)
...
- take maintainership
No response from: maintainer
Approved by: linimon (portmgr),
novel (mentor)
2006-09-19 19:39:38 +00:00