Date: Wed, 24 Oct 2018 17:19:25 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482914 - head/dns/py-pydnstable Message-ID: <201810241719.w9OHJPqC087422@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Wed Oct 24 17:19:25 2018 New Revision: 482914 URL: https://svnweb.freebsd.org/changeset/ports/482914 Log: 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. Modified: head/dns/py-pydnstable/Makefile head/dns/py-pydnstable/distinfo Modified: head/dns/py-pydnstable/Makefile ============================================================================== --- head/dns/py-pydnstable/Makefile Wed Oct 24 17:07:29 2018 (r482913) +++ head/dns/py-pydnstable/Makefile Wed Oct 24 17:19:25 2018 (r482914) @@ -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 Modified: head/dns/py-pydnstable/distinfo ============================================================================== --- head/dns/py-pydnstable/distinfo Wed Oct 24 17:07:29 2018 (r482913) +++ head/dns/py-pydnstable/distinfo Wed Oct 24 17:19:25 2018 (r482914) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241719.w9OHJPqC087422>