Date: Thu, 24 Sep 2015 05:19:12 +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: r397679 - head/dns/py-pydnstable Message-ID: <201509240519.t8O5JCbi043268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Thu Sep 24 05:19:12 2015 New Revision: 397679 URL: https://svnweb.freebsd.org/changeset/ports/397679 Log: Upgrade to 0.5.0: * Add reader.reload() method that calls dnstable_reader_reload_setfile() Sort USE_PYTHON 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 Thu Sep 24 04:58:09 2015 (r397678) +++ head/dns/py-pydnstable/Makefile Thu Sep 24 05:19:12 2015 (r397679) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pydnstable -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.0 CATEGORIES= dns python MASTER_SITES= FARSIGHT LOCAL/truckman/farsight PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libdnstable.so:${PORTSDIR}/dns/dnstable -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USES= pkgconfig python post-install: Modified: head/dns/py-pydnstable/distinfo ============================================================================== --- head/dns/py-pydnstable/distinfo Thu Sep 24 04:58:09 2015 (r397678) +++ head/dns/py-pydnstable/distinfo Thu Sep 24 05:19:12 2015 (r397679) @@ -1,2 +1,2 @@ -SHA256 (pydnstable-0.4.0.tar.gz) = 13261e616682bd609bacf9ef6836e4bab9bb29a485873cb9f9daf6dd258d341a -SIZE (pydnstable-0.4.0.tar.gz) = 41037 +SHA256 (pydnstable-0.5.0.tar.gz) = 828f9d072daff5080cf5db76b701b8f25bbe5afcb38c838a6471742737ef002e +SIZE (pydnstable-0.5.0.tar.gz) = 41914
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509240519.t8O5JCbi043268>