Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1_1 05 Dec 2020 13:50:47 |
sunpoet |
Move net/py-ndg_httpsclient to net/py-ndg-httpsclient |
0.5.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.5.1 29 Jul 2018 19:17:33 |
sunpoet |
Update to 0.5.1
Changes: https://pypi.org/project/ndg-httpsclient/#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.5.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 |
0.5.0 27 Apr 2018 15:56:35 |
sunpoet |
Update to 0.5.0
Changes: https://pypi.org/project/ndg-httpsclient/#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.4.4 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 |
0.4.4 30 Jan 2018 15:38:50 |
sunpoet |
Update to 0.4.4
Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.4.3 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 ) |
0.4.3 02 Sep 2017 14:23:44 |
sunpoet |
Update to 0.4.3
Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.4.2 19 Nov 2016 17:07:06 |
sunpoet |
- Update to 0.4.2
Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.4.1 26 Jun 2016 17:16:27 |
sunpoet |
- Update to 0.4.1
- Add LICENSE_FILE
- Update WWW
Changes: https://pypi.python.org/pypi/ndg-httpsclient#releases
https://github.com/cedadev/ndg_httpsclient/releases |
0.4.0_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.4.0_2 18 Nov 2015 21:41:48 |
rm |
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) |
0.4.0_1 02 Sep 2015 17:04:24 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change |
0.4.0 08 Jun 2015 19:37:13 |
sunpoet |
- Update to 0.4.0
- Add LICENSE
- Sort RUN_DEPENDS
- Sort USE_PYTHON
- Fix indent
- Add PyPI as primary WWW
- Take maintainership
Changes: https://github.com/cedadev/ndg_httpsclient/releases
PR: 200711
Submitted by: sunpoet (myself)
Approved by: olivierd (maintainer) |
0.3.3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3.3 11 Dec 2014 05:23:34 |
olivierd |
Update to 0.3.3 |
0.3.2 29 Aug 2014 20:57:09 |
olivierd |
- Convert my own Python ports to USES= python |
0.3.2 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 |
0.3.2 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) |
0.3.2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.3.2 26 Apr 2013 16:43:59 |
olivierd |
HTTPS client for httplib and urllib2 based on PyOpenSSL.
WWW: http://ndg-security.ceda.ac.uk/wiki/ndg_httpsclient |