Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.9.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.9.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.9.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
20 Jun 2018 17:05:44
1.9.0
|
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 |
25 Apr 2018 16:42:38
1.9.0
|
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 |
08 Feb 2018 20:18:09
1.9.0
|
amdmi3  |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
22 Jan 2018 20:31:57
1.9.0
|
rm  |
devel/py-manuel: update to 1.9.0 |
30 Nov 2017 15:50:34
1.8.0 
|
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 ) |
01 Apr 2016 14:00:57
1.8.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
28 Sep 2014 18:18:24
1.8.0
|
rm  |
devel/py-manuel: update to 1.8.0
- update to 1.8.0
- convert to USES
- update license info |
20 May 2014 06:59:28
1.7.2
|
rm  |
devel/py-manuel: update to 1.7.2
PR: 189737
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
10 Feb 2014 14:04:45
1.6.1_1
|
rm  |
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
Wasn't able to identify clauses amount for some BSD licenses, so bear with me. |
20 Nov 2013 20:51:25
1.6.1
|
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) |
20 Sep 2013 17:13:47
1.6.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Feb 2013 18:27:51
1.6.1
|
rm  |
- update to 1.6.1
- trim Makefile header
Reported by: portscout |
28 Apr 2012 15:33:24
1.6.0
|
rm  |
- update to 1.6.0
- mark it python3 compatible
changelog:
Ported to Python 3, still works in 2.6 and up. |
10 Nov 2011 22:20:18
1.5.0
|
rm  |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
09 Nov 2011 07:20:30
1.5.0
|
wen  |
Manuel lets you build tested documentation.
WWW: http://pypi.python.org/pypi/manuel
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) |