Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.5_1 26 Oct 2020 20:16:02
  |
rene  |
Remove expired ports:
2020-10-25 converters/zbase32: does not build with python3
2020-10-25 devel/py-PEAK-Rules: does not build with python3
2020-10-25 editors/nvi-devel: Unsupported upstream since 2015, please switch to
editors/nvi2
See https://people.freebsd.org/~rene/stuff/old-ports.txt for "unremoveable"
ports. |
1.1.5_1 25 Sep 2020 06:35:28
  |
wen  |
- Mark DEPRECATED |
1.1.5_1 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 |
1.1.5_1 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.1.5_1 08 Feb 2018 20:18:09
  |
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.1.5_1 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 ) |
1.1.5_1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1.5_1 19 Oct 2014 19:37:15
  |
antoine  |
Unbreak |
1.1.5_1 19 Oct 2014 07:50:54
  |
mva  |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit) |
1.1.5_1 12 Feb 2014 09:43:24
  |
miwi  |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
1.1.5 20 Nov 2013 20:51:25
  |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.1.5 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.1.5 02 Sep 2012 07:45:01
  |
wen  |
- Update to 1.1.5 |
1.1.3 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.1.3 23 Dec 2010 00:38:45
 |
wen  |
- Update to 1.1.3 |
1.1.2_1 05 Aug 2010 10:32:04
 |
olgeni  |
Spelling and whitespace fixes. |
1.1.2_1 13 Jun 2010 01:26:13
 |
wen  |
- Add missing dependence to fix the build error reported by qat@ |
1.1.2 09 Jun 2010 08:38:47
 |
wen  |
- Update to 1.1.2
- Update my mail address to FreeBSD |
1.1.1 06 Dec 2008 22:42:45
 |
miwi  |
- Update to 1.1.1
Approved by: maintainer implicit |
1.1.0 05 Oct 2008 10:11:47
 |
miwi  |
zbase32 is a base32 encoder/decoder.It is an alternate
base32 encoder but not RFC 3548 compliant.
WWW: http://pypi.python.org/pypi/zbase32/
PR: ports/127771
Submitted by: Wen Heping <wenheping at gmail.com> |