svn commit: r448748 - head/dns/py-pywdns
Don Lewis
truckman at FreeBSD.org
Sat Aug 26 01:42:47 UTC 2017
Author: truckman
Date: Sat Aug 26 01:42:45 2017
New Revision: 448748
URL: https://svnweb.freebsd.org/changeset/ports/448748
Log:
Upgrade to pywdns version 0.9.0.
* Depends on the wdns C library >= 0.9.0.
* Add contants TYPE_TLSA, TYPE_GID, TYPE_EUI64, etc.
* Stores EDNS information in the message object.
Pet portlint (USE vs. USES order).
Sponsored by: Farsight Security, Inc.
Modified:
head/dns/py-pywdns/Makefile
head/dns/py-pywdns/distinfo
Modified: head/dns/py-pywdns/Makefile
==============================================================================
--- head/dns/py-pywdns/Makefile Sat Aug 26 01:18:16 2017 (r448747)
+++ head/dns/py-pywdns/Makefile Sat Aug 26 01:42:45 2017 (r448748)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pywdns
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.0
CATEGORIES= dns python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libwdns.so:dns/wdns
-USE_PYTHON= autoplist distutils
USES= pkgconfig python
+USE_PYTHON= autoplist distutils
post-patch:
${REINPLACE_CMD} -e "1s+ python+ ${PYTHON_CMD}+" ${WRKSRC}/gen_pywdns_constants
Modified: head/dns/py-pywdns/distinfo
==============================================================================
--- head/dns/py-pywdns/distinfo Sat Aug 26 01:18:16 2017 (r448747)
+++ head/dns/py-pywdns/distinfo Sat Aug 26 01:42:45 2017 (r448748)
@@ -1,2 +1,3 @@
-SHA256 (pywdns-0.8.0.tar.gz) = f60c50e01738799465bd7569df9f81f52e5f6fe3a2be568a04acbdba72575699
-SIZE (pywdns-0.8.0.tar.gz) = 66105
+TIMESTAMP = 1503710919
+SHA256 (pywdns-0.9.0.tar.gz) = 2489c69b88753d6c9124fd26ca82aeab6cb45a299b4fbcb264277e0e4d2574b3
+SIZE (pywdns-0.9.0.tar.gz) = 69904
More information about the svn-ports-head
mailing list