Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.0 15 Aug 2020 10:50:59 |
rene |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
2.4.0 23 Feb 2020 15:25:53 |
antoine |
Deprecate a few ports
With hat: portmgr |
2.4.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.4.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.4.0 22 Feb 2017 18:34:03 |
tobik |
Update to 2.4.0
Changes: https://github.com/python-fedex-devs/python-fedex/blob/2.4.0/CHANGES.rst
PR: 217276
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9703 |
2.3.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.3.1 10 Feb 2016 02:04:43 |
miwi |
- Update to 2.3.1
PR: 206760
Submitted by: maintainer |
2.2.0 16 Jan 2016 18:08:17 |
miwi |
- Update to 2.2.0
PR: 206314
Submitted by: maintainer |
2.0.0 23 Dec 2015 14:13:03 |
wen |
- Update to 2.0.0
- Update WWW
PR: 205535
Submitted by: ports@caomhin.org(maintainer) |
1.1.1 09 Jul 2015 15:44:45 |
sunpoet |
- Update to 1.1.1
- Add NO_ARCH
- While I'm here, sort USE_PYTHON
Changes: https://github.com/gtaylor/python-fedex/blob/master/CHANGES.rst
PR: 201440
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.0.14_1 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.0.14_1 21 Dec 2014 16:09:05 |
feld |
Update "BSD" license in www category |
1.0.14_1 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
1.0.14_1 29 Jan 2014 13:20:13 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
1.0.14 13 Jan 2014 21:00:04 |
rene |
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) |
1.0.14 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.0.14 23 May 2013 17:59:48 |
miwi |
- Update to 1.0.14
PR: 178801
Submitted by: maintainer |
1.0.13 30 May 2012 20:16:33 |
rm |
A light wrapper around Fedex's Web Services SOAP API using suds.
WWW: http://code.google.com/p/python-fedex/
PR: ports/167126
Submitted by: Kevin Golding <ports@caomhin.org> |