Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.18_1 27 Oct 2020 22:44:00 |
rene |
Remove expired ports:
2020-10-25 devel/py-repoze.what: does not build with python3
2020-09-15 net/reposado: Uses deprecated version of python
2020-12-31 devel/py-setuptools_darcs: Uses Python 2.7 which is EOLed upstream
2020-10-25 devel/py-darcsver: does not build with python3
2020-10-25 devel/py-gdata: Unmaintained upstream, superseded by
www/py-google-api-python-client
See https://people.freebsd.org/~rene/stuff/old-ports.txt for the "unremovable"
ports. |
2.0.18_1 15 Aug 2020 23:23:24 |
swills |
devel/py-gdata: Mark DEPRECATED (unmaintained upstream)
PR: 248303
Submitted by: John W. O'Brien <john@saltant.com> |
2.0.18_1 09 Apr 2019 19:06:22 |
sunpoet |
Add NO_ARCH |
2.0.18_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 |
2.0.18_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.0.18 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.0.18 19 Mar 2017 16:11:40 |
rm |
Pass maintainership to python@ |
2.0.18 19 Mar 2017 14:02:24 |
rene |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
2.0.18 24 Dec 2016 16:55:14 |
sunpoet |
- Change MASTER_SITES to CHEESESHOP and unbreak this port
- Convert to options helper
- Convert to options target helper
- Use USE_PYTHON=autoplist [1]
- Remove PROJECTHOST
- Update WWW
- While I'm here, fix indent
Approved by: portmgr (blanket)
With hat: python [1]
MFH: 2016Q4 |
2.0.18 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
2.0.18 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.18 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
2.0.18 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
2.0.18 29 Aug 2014 20:57:09 |
olivierd |
- Convert my own Python ports to USES= python |
2.0.18 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
2.0.18 24 Jan 2014 13:34:31 |
olivierd |
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes
While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE |
2.0.18 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) |
2.0.18 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
2.0.18 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.0.18 16 Jun 2013 16:26:52 |
rm |
- update to 2.0.18
- apply all the patches unconditionally (we have no pythons less than 2.6)
- avoid PYTHON_SITELIBDIR usage
- tab -> space change in pkg-descr:WWW
PR: 179609
Submitted by: rm (myself)
Approved by: olivierd (maintainer) |
2.0.17 15 Oct 2012 17:06:02 |
olivierd |
- Convert to OptionsNG
While here
- Update maintainer address
- Trim Makefile headers
Approved by: rene, miwi (mentors)
Feature safe: yes |
2.0.17 16 May 2012 07:35:19 |
miwi |
- Update to 2.0.17
PR: 167607
Submitted by: maintainer |
2.0.16 11 Jan 2012 17:45:43 |
culot |
- Update to 2.0.16
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/164009
Submitted by: ychsiao <ychsiao@ychsiao.org>
Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
2.0.15 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
2.0.15 07 Nov 2011 03:36:56 |
sunpoet |
- Update to 2.0.15
- While I'm here, restrict USE_PYTHON range and pet portlint
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/162310
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
2.0.14 09 May 2011 13:11:21 |
sahil |
- Update to 2.0.14
PR: ports/156878
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
2.0.13 25 Feb 2011 10:59:10 |
miwi |
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+ |
2.0.13 02 Jan 2011 19:22:55 |
sunpoet |
- Update to 2.0.13
Changes:
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR: ports/153603
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer) |
2.0.12 08 Oct 2010 17:01:23 |
sunpoet |
- Update to 2.0.12
- Use PORTVERSION
PR: ports/151249
Submitted by: Olivier DUCHATEAU <duchateau.olivier@gmail.com> (maintainer)
Approved by: pgollucci (mentor) |
2.0.11.f 01 Aug 2010 16:50:11 |
lwhsu |
- Update to 2.0.11.final
PR: ports/149163
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer) |
2.0.10 22 May 2010 15:49:30 |
lwhsu |
- Update to 2.0.10
PR: ports/146825
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer) |
2.0.9 04 Apr 2010 06:43:33 |
lwhsu |
- Update to 2.0.9
PR: ports/144740
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao.org>
Approved by: maintainer timeout |
2.0.7 12 Feb 2010 11:40:24 |
lwhsu |
- Update to 2.0.7
- Trans maintainership to submitter
PR: ports/143691
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> |
2.0.6 07 Jan 2010 03:11:45 |
lwhsu |
- Update to 2.0.6
PR: ports/142265
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> |
2.0.5 12 Dec 2009 07:26:15 |
lwhsu |
- Update to 2.0.5
PR: ports/141250 (based on)
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> |
2.0.4 21 Nov 2009 07:50:53 |
lwhsu |
- Update to 2.0.4
PR: ports/140395
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> |
2.0.0 01 Jul 2009 15:15:46 |
lwhsu |
- Update to 2.0.0 |
1.3.3 29 Jun 2009 12:25:40 |
lwhsu |
- Update to 1.3.3 |
1.3.1 12 May 2009 13:40:10 |
lwhsu |
- Update to 1.3.1
PR: ports/134469 (based on)
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com> |
1.2.2 16 Oct 2008 05:00:47 |
lwhsu |
- Update to 1.2.2
PR: ports/128135
Submitted by: Wen Heping <wenheping AT gmail.com> |
1.2.1 24 Sep 2008 04:18:28 |
lwhsu |
- Update to 1.2.1 |
1.1.1 15 Jun 2008 06:28:14 |
lwhsu |
- Update to 1.1.1 |
1.0.13 08 May 2008 20:46:27 |
lwhsu |
- Update to 1.0.13 |
1.0.11.1 08 Apr 2008 09:28:35 |
lwhsu |
- Update to 1.0.11.1 |
1.0.11 13 Mar 2008 11:27:29 |
edwin |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@ |
1.0.11 11 Mar 2008 02:17:32 |
lwhsu |
- Update to 1.0.11 |
1.0.9 13 Dec 2007 05:46:48 |
lwhsu |
- Update to 1.0.9 |
1.0.8 02 Oct 2007 02:52:41 |
lwhsu |
- Update to 1.0.8
PR: ports/116802
Submitted by: ijliao |
1.0.3 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.0.3 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 |
1.0.3 22 Jun 2007 07:33:45 |
lwhsu |
- Remove test code
Noticed by: sat |
1.0.3 22 Jun 2007 06:21:44 |
lwhsu |
- Update to 1.0.3
- Respect NOPORTEXAMPLES |
1.0 04 Apr 2007 08:49:31 |
lwhsu |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
1.0 28 Mar 2007 07:45:20 |
miwi |
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.
Each of the following Google services provides a Google data API:
* Base
* Blogger
* Calendar
* Picasa Web Albums
* Spreadsheets
* Google Apps Provisioning
* Code Search
* Notebook
The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.
WWW: http://code.google.com/p/gdata-python-client/
PR: ports/110958
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |