diff options
author | Don Lewis <truckman@FreeBSD.org> | 2018-10-24 17:19:25 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2018-10-24 17:19:25 +0000 |
commit | a07f864d2f60526ba4cf5b8ecc59b579b5152d72 (patch) | |
tree | 2f54fd4757afdbb0b7db4d7c5e623414800289a2 /dns | |
parent | a84e1495ef08749915423b41ee10536a2fabafc6 (diff) | |
download | freebsd-ports-a07f864d2f60526ba4cf5b8ecc59b579b5152d72.zip |
Upgrade dns/py-pydnstable to version 0.6.1:
* Fix BUG-21: add try/except around conversions from signed python
integers
Port build now uses cython.
Add missing devel/mtbl dependency.
Pet portlint (USES/USE ordering).
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-pydnstable/Makefile | 7 | ||||
-rw-r--r-- | dns/py-pydnstable/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dns/py-pydnstable/Makefile b/dns/py-pydnstable/Makefile index 51cc44d5046d..89abd85361ee 100644 --- a/dns/py-pydnstable/Makefile +++ b/dns/py-pydnstable/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydnstable -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Python wrapper for dns/dnstable LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libdnstable.so:dns/dnstable +LIB_DEPENDS= libmtbl.so:devel/mtbl \ + libdnstable.so:dns/dnstable -USE_PYTHON= autoplist distutils USES= pkgconfig python:2.7 +USE_PYTHON= autoplist cython distutils post-install: ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/dnstable.so diff --git a/dns/py-pydnstable/distinfo b/dns/py-pydnstable/distinfo index 29a2f75064c2..743eec2e9231 100644 --- a/dns/py-pydnstable/distinfo +++ b/dns/py-pydnstable/distinfo @@ -1,2 +1,3 @@ -SHA256 (pydnstable-0.6.0.tar.gz) = 8ab55e59180eb75c334aaad6f9997afdb8ecbc512faa402093bc71c8880013c7 -SIZE (pydnstable-0.6.0.tar.gz) = 49407 +TIMESTAMP = 1540366911 +SHA256 (pydnstable-0.6.1.tar.gz) = 7d01addd78d2fce663d1f2551830e4a44f304c8ec90b4981474b5f7298a34882 +SIZE (pydnstable-0.6.1.tar.gz) = 7567 |