diff options
| author | Don Lewis <truckman@FreeBSD.org> | 2017-08-26 01:42:45 +0000 |
|---|---|---|
| committer | Don Lewis <truckman@FreeBSD.org> | 2017-08-26 01:42:45 +0000 |
| commit | 0be2721e211d1ff65634665adeacdcf15694fcf4 (patch) | |
| tree | 336e2affad4aeb378e369f1de06a60e386416236 | |
| parent | New port: mail/smfsav-devel (diff) | |
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.
| -rw-r--r-- | dns/py-pywdns/Makefile | 4 | ||||
| -rw-r--r-- | dns/py-pywdns/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dns/py-pywdns/Makefile b/dns/py-pywdns/Makefile index a270918c937a..4575dd0e06e6 100644 --- a/dns/py-pywdns/Makefile +++ b/dns/py-pywdns/Makefile @@ -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 diff --git a/dns/py-pywdns/distinfo b/dns/py-pywdns/distinfo index 16b5e04d8902..4148cadd4278 100644 --- a/dns/py-pywdns/distinfo +++ b/dns/py-pywdns/distinfo @@ -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 |
