Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 20:08:13 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377461 - head/dns/py-dnspython
Message-ID:  <201501192008.t0JK8DRW017644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Jan 19 20:08:12 2015
New Revision: 377461
URL: https://svnweb.freebsd.org/changeset/ports/377461
QAT: https://qat.redports.org/buildarchive/r377461/

Log:
  dns/py-dnspython

Modified:
  head/dns/py-dnspython/Makefile
  head/dns/py-dnspython/distinfo

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Mon Jan 19 20:01:03 2015	(r377460)
+++ head/dns/py-dnspython/Makefile	Mon Jan 19 20:08:12 2015	(r377461)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnspython
-PORTVERSION=	1.11.1
-PORTREVISION=	1
+PORTVERSION=	1.12.0
 CATEGORIES=	dns python
 MASTER_SITES=	http://www.dnspython.org/kits${PORTVERSIONSUFFIX}/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +12,8 @@ MAINTAINER=	rm@FreeBSD.org
 COMMENT=	DNS toolkit for Python
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
-OPTIONSFILE=	${PORT_DBDIR}/${PORTNAME}/options
 OPTIONS_DEFINE=	DOCS EXAMPLES PYCRYPTO
 PYCRYPTO_DESC=	Enable pycrypto (part of dnssec needs it)
 
@@ -33,7 +31,7 @@ PYCRYPTO_RUN_DEPENDS=	${PYTHON_PKGNAMEPR
 .if ${PYTHON_MAJOR_VER} < 3
 PORTVERSIONSUFFIX=
 .else
-PORTVERSIONSUFFIX=3
+PORTVERSIONSUFFIX=	3
 EXAMPLESDIR:=	${EXAMPLESDIR}3
 .endif
 

Modified: head/dns/py-dnspython/distinfo
==============================================================================
--- head/dns/py-dnspython/distinfo	Mon Jan 19 20:01:03 2015	(r377460)
+++ head/dns/py-dnspython/distinfo	Mon Jan 19 20:08:12 2015	(r377461)
@@ -1,4 +1,4 @@
-SHA256 (dnspython-1.11.1.tar.gz) = c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
-SIZE (dnspython-1.11.1.tar.gz) = 129573
-SHA256 (dnspython3-1.11.1.tar.gz) = e5a5349fd7cf29fc709254e8193eece79f9339e94f77e4fff3c3292f0f3ccace
-SIZE (dnspython3-1.11.1.tar.gz) = 129165
+SHA256 (dnspython-1.12.0.tar.gz) = 03fb82af866001c4afa58c48027bcc4b80bbf0a7f27e1d861cf06393eea4724f
+SIZE (dnspython-1.12.0.tar.gz) = 135164
+SHA256 (dnspython3-1.12.0.tar.gz) = 68affac839c7283661fd9f1b4baf74911a2292a627ee2dd1c3c98186b5c812f1
+SIZE (dnspython3-1.12.0.tar.gz) = 132470



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