Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.2_4 12 Dec 2020 13:10:03 |
rene |
Remove expired ports:
2020-12-12 comms/py-libconcord: Uses deprecated version of python
2020-12-12 databases/py-swift: Uses deprecated version of python
2020-12-12 devel/py-AddOns: Uses deprecated version of python
2020-12-12 devel/py-BytecodeAssembler: Uses deprecated version of python
2020-12-12 devel/py-repoze.who-testutil: Uses deprecated version of python
2020-12-12 devel/py-riak_pb: Uses deprecated version of python
2020-12-12 devel/pythk: Uses deprecated version of python
2020-12-12 mail/py-spambayes: Uses deprecated version of python
2020-12-12 math/py-numeric: Uses deprecated version of python
2020-12-12 math/py-scientific: Uses deprecated version of python
2020-12-12 net/py-suds: Uses deprecated version of python
2020-12-12 net/pynids: Uses deprecated version of python
2020-12-12 security/py-obfsproxy-tor: Uses deprecated version of python
2020-12-12 sysutils/syslog-ng324: Agreed upon upstream one year deprecation
policy
2020-12-12 www/py-pylons: Uses deprecated version of python
2020-12-12 www/py-qpy: Uses deprecated version of python |
24.2_4 11 Nov 2020 12:14:55 |
antoine |
Deprecate a few python 2.7 ports |
24.2_4 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 ) |
24.2_4 07 Nov 2016 09:00:10 |
amdmi3 |
- Fix COMMENT
- Switch to options helpers
- Regenerate patches |
24.2_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
24.2_4 17 Mar 2015 03:08:54 |
amdmi3 |
- Strip library |
24.2_3 21 Oct 2014 16:54:55 |
mva |
- Convert ports of math/ to new USES=python
Approved by: portmgr (implicit) |
24.2_3 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
24.2_3 15 Dec 2013 16:22:17 |
wg |
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 (Only the first 15 lines of the commit message are shown above ) |
24.2_3 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
24.2_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
24.2_3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
24.2_3 12 Dec 2008 15:47:10 |
pav |
- Retire py-numeric17, it is not needed for any python version supported today
PR: ports/128343
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
24.2_3 26 Nov 2008 22:22:09 |
glarkin |
- Fixed hard-coded path in pkg-plist that caused Tinderbox breakage
under Python 2.4.
- Added handling for the lack of egg info under Python <2.5.
- Bumped PORTREVISION.
Reported by: tabthorpe |
24.2_2 23 Oct 2008 04:17:28 |
glarkin |
- Updated Makefile to handle installation differently based on
whether devel/py-setuptools is present or not. The setup.py installer
modifies the packing list based on that, so we have to modify pkg-plist
in kind.
- Added code to handle NOPORTEXAMPLES
- Take maintainership
PR: ports/122434
Submitted by: "Eugene M. Kim" <gene at nttmcl dot com> |
24.2_1 13 Oct 2008 19:58:51 |
olgeni |
Unbreak pkg-plist.
PR: ports/127647 |
24.2 07 Sep 2008 00:54:46 |
linimon |
Reset tg due to lack of commits for several months and no response to email.
Hat: portmgr |
24.2 01 Mar 2008 13:15:32 |
tg |
MASTER_SITE for doc has moved. |
24.2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
24.2 24 Feb 2007 15:41:04 |
tg |
Fix pkg-plist when NOPORTDOCS is defined.
PR: 109488
Submitted by: rafan@ |
24.2 06 Feb 2006 11:57:02 |
tg |
Upgrade to 24.2.
PR: ports/92784
Submitted by: "Pedro F. Giffuni" <giffunip at asme dot org> |
24.0 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
24.0 02 Nov 2005 15:41:30 |
tg |
Upgrade to 24.0.
PR: 88399
Submitted by: Marcus von Appen <mva at sysfault dot org> |
23.8 24 Jul 2005 17:34:46 |
pav |
- Fix build
PR: ports/83915, ports/83985, ports/83989
Submitted by: Brett Goulder <predatorfreak@dcaf-security.org>,
Conrad J. Sabatier <conrads@cox.net>,
regis rampnoux <regisr@pobox.com>
Was broken for: 51 hours
Pointy hat to: tg |
23.8 22 Jul 2005 12:52:37 |
tg |
Upgrade to 23.8. |
23.7 12 Jan 2005 17:50:39 |
adamw |
Fix patches. |
23.7 12 Jan 2005 12:21:01 |
tg |
Upgrade to 23.7. |
23.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
23.1 17 Dec 2003 10:04:16 |
tg |
Upgrade to 23.1. |
23.0 04 Aug 2003 11:58:17 |
tg |
Upgrade to 23.0.
Submitted by: Jeremy Messenger <mezz7@cox.net> |
21.0 04 Aug 2003 11:56:54 |
tg |
Because Python2.3 headers define _POSIX_SOURCE and _XOPEN_SOURCE,
math.h skips acosh and other hyperbolic math functions.
Submitted by: perky |
21.0 07 Mar 2003 06:06:10 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
21.0 14 Jun 2002 11:19:43 |
tg |
Upgrade to 21.0. |
20.3 26 May 2002 13:26:32 |
ijliao |
add missing .pyo files into plist |
20.3 23 May 2002 12:12:22 |
tg |
Cleanup: remove unneeded BUILD_DEPENDS line. |
20.3 17 Apr 2002 11:35:55 |
tg |
Use USE_PYDISTUTILS. |
15 Jan 2002 12:32:05 |
tg |
Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's no
Python installed. Use the pre-fetch target instead. |
09 Jan 2002 12:25:54 |
tg |
Upgrade to 20.3. |
19 Oct 2001 12:13:32 |
tg |
Upgrade to 20.2.1. |
14 May 2001 13:03:30 |
tg |
Update WWW: |
02 May 2001 12:42:33 |
tg |
Upgrade to 19.0.0. |