Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2017 01:42:45 +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: r448748 - head/dns/py-pywdns
Message-ID:  <201708260142.v7Q1gjdO090592@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708260142.v7Q1gjdO090592>