Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Mar 2019 18:08:19
1.16.0

|
sunpoet  |
Update to 1.16.0
- Change RUN_DEPENDS from py-pycrypto to py-pycryptodome
- Convert to options target helper
Changes: http://www.dnspython.org/kits/1.16.0/README.md
PR: 236274
Submitted by: sunpoet (myself)
Approved by: rm (maintainer) |
20 Jun 2018 17:05:44
1.15.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 |
29 Dec 2017 09:01:54
1.15.0

|
antoine  |
Simplify some USES=python
With hat: portmgr |
30 Nov 2017 15:50:34
1.15.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 ) |
27 Oct 2016 17:27:56
1.15.0

|
rm  |
dns/py-dnspython: update to 1.15.0
- define LICENSE (ISCL)
- remove DOCS option, because the only "documentation",
that is supplied in source tarball is Changelog |
22 Sep 2016 16:08:54
1.14.0

|
rm  |
Add dns/py3-dnspython
This is the slave port for py-dnspython, that is built against python3.
Submitted by: kp (via ports@ ML) |
29 Jul 2016 15:06:12
1.14.0

|
rm  |
dns/py-dnspython: update to 1.14.0
- python 2.x and python 3.x are now supported from the single codebase,
so kick off all the python version distinction shims
- remove permission safeness bits because they are not needed anymore
(tested both with poudriere generated package and user generated package)
- general clean-up |
01 Apr 2016 14:00:57
1.12.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
19 Jan 2015 20:14:48
1.12.0

|
rm  |
Forced commit. The commit message for r377461 should read:
- update to 1.12.0 |
19 Jan 2015 20:08:13
1.12.0

|
rm  |
dns/py-dnspython |
19 Oct 2014 15:43:33
1.11.1_1

|
mva  |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit) |
19 Feb 2014 18:42:43
1.11.1_1

|
antoine  |
- Stage support
- Fix packaging of examples after switch to autoplist |
15 Dec 2013 16:22:17
1.11.1

|
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 ) |
12 Dec 2013 15:14:24
1.11.1

|
wg  |
dns/py-dnspython: revert wrong revert of last commit
Pointy hat: wg |
09 Dec 2013 14:09:59
1.11.1

|
wg  |
dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3 |
09 Dec 2013 13:16:08
1.11.1

|
wg  |
dns/py-dnspython: use auto egg info
Submitted by: wg (myself, via email)
Approved by: maintainer |
10 Nov 2013 18:01:40
1.11.1

|
rm  |
- unbreak with python3 |
02 Nov 2013 22:22:52
1.11.1

|
wg  |
dns/py-dnspython: update to 1.11.1
PR: oorts/182586
Submitted by: Craig Leres <leres ee.lbl.gov>
Approved by: maintainer (timeout) |
20 Sep 2013 16:31:58
1.11.0

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
18 Jul 2013 12:24:10
1.11.0

|
rm  |
- update to 1.11.0
changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required. |
01 Mar 2013 19:32:06
1.10.0

|
rm  |
- make this port aware of python3 version distribution (different codebase)
Submitted by: Bertrand Petit <elrond@phoe.frmug.org> (by mail) |
14 Nov 2012 20:26:48
1.10.0

|
rm  |
- fix dependency
- do not bumping PORTREVISION because it's not default
Submitted by: bapt (by mail)
Feature safe: yes |
04 Oct 2012 08:13:52
1.10.0

|
rm  |
- circumvent the ports options infrastructure limitation to not nag user with
options dialog every time (to let him actually save the chosen options)
Reported by: bapt |
29 Sep 2012 20:19:52
1.10.0

|
rm  |
- update to 1.10.0
- convert to optionsng
while here:
- limit python version to 2.x only
- remove deprecated attribution in pkg-descr
PR: 171786
Submitted by: William Grzybowski <william88 at gmail dot com>
Approved by: Andy Greenwood <greenwood.andy at gmail dot com> (prev maintainer) |
22 Sep 2012 18:46:24
1.9.4

|
rm  |
- take maintainership |
22 Sep 2012 15:48:24
1.9.4

|
tabthorpe  |
- Reassign to the heap at maintainer's request |
24 Oct 2011 09:11:38
1.9.4
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
12 Apr 2011 03:48:21
1.9.4
|
miwi  |
- Update to 1.9.4
PR: 156069
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
19 Feb 2011 12:47:37
1.9.2
|
miwi  |
- Update to 1.9.2
PR: 154535
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
20 Mar 2010 19:12:44
1.8.0
|
miwi  |
- Update to 1.8.0
PR: 144737
Submitted by: ghostonthewire <ghostonthewire@gmail.com> (maintainer) |
01 Jul 2009 12:39:55
1.7.1
|
miwi  |
- Update to 1.7.1
PR: 135846
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
12 Feb 2009 19:01:27
1.6.0
|
wxs  |
- Pass maintainership to submitter
PR: ports/131617
Submitted by: Andrew Greenwood <greenwood.andy@gmail.com> |
19 Jul 2008 21:16:52
1.6.0
|
miwi  |
- Update to 1.6.0
PR: 125774
Submitted by: Martin Jackson <mhjacks@swbell.net> |
15 Jun 2008 19:03:35
1.5.0
|
lioux  |
Drop maintainership. |
25 Apr 2007 07:24:27
1.5.0
|
lioux  |
Update to 1.5.0
PR: 112080
Submitted by: miwi |
23 Jun 2006 09:03:52
1.4.0
|
pav  |
- Update to 1.4.0
PR: ports/98569
Submitted by: Martin Jackson <mhjacks@swbell.net>
Approved by: maintainer timeout (lioux; 17 days) |
15 Nov 2005 01:55:41
1.3.5_1
|
lioux  |
o Permission safeness fix: files can become unaccessible depending
on umask(1) settings
o Bump PORTREVISION |
14 Nov 2005 12:30:36
1.3.5
|
lioux  |
Update to 1.3.5
Prompted by: edwin (FreeBSD Ports Version Check) |
11 Nov 2005 06:06:17
1.3.4
|
lioux  |
Add SHA256 checksum |
28 Aug 2005 18:32:17
1.3.4
|
lioux  |
Update to 1.3.4 |
02 Apr 2005 23:20:09
1.3.3
|
lioux  |
Update to 1.3.3
PR: 79181
Submitted by: Martin Jackson <mhjacks@swbell.net> |
20 Jan 2005 12:37:16
1.3.2_1
|
lioux  |
Remove unused/extraneous poast-extract target. No functional change |
27 Dec 2004 02:10:20
1.3.2_1
|
lioux  |
o Fix PLIST: Use EXAMPLESDIR PLIST_SUB correctly
o Bump PORTEREVISION due to PLIST change
Submitted by: kris (pointyhat) |
26 Dec 2004 10:36:52
1.3.2
|
lioux  |
New port py-dnspython version 1.3.2: A DNS toolkit for Python |