Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 19:01:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404777 - in head/dns/py-py3dns: . files
Message-ID:  <201512291901.tBTJ1BcQ039837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 29 19:01:11 2015
New Revision: 404777
URL: https://svnweb.freebsd.org/changeset/ports/404777

Log:
  - Update to 3.1.0
  
  Changes:	http://bazaar.launchpad.net/~py3dns-hackers/py3dns/trunk/view/head:/CHANGES

Added:
  head/dns/py-py3dns/files/
  head/dns/py-py3dns/files/patch-DNS-Base.py   (contents, props changed)
Modified:
  head/dns/py-py3dns/Makefile
  head/dns/py-py3dns/distinfo

Modified: head/dns/py-py3dns/Makefile
==============================================================================
--- head/dns/py-py3dns/Makefile	Tue Dec 29 18:56:09 2015	(r404776)
+++ head/dns/py-py3dns/Makefile	Tue Dec 29 19:01:11 2015	(r404777)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	py3dns
-PORTVERSION=	3.0.4
-PORTREVISION=	1
+PORTVERSION=	3.1.0
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +19,11 @@ NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
 USES=		python
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3300
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=0:${PORTSDIR}/net/py-ipaddress
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=0:${PORTSDIR}/net/py-ipaddress
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/dns/py-py3dns/distinfo
==============================================================================
--- head/dns/py-py3dns/distinfo	Tue Dec 29 18:56:09 2015	(r404776)
+++ head/dns/py-py3dns/distinfo	Tue Dec 29 19:01:11 2015	(r404777)
@@ -1,2 +1,2 @@
-SHA256 (py3dns-3.0.4.tar.gz) = a487285f725e7c01c4e1e7d511e56ccbc4c1ae5b34eaa5dd09990fec944fae53
-SIZE (py3dns-3.0.4.tar.gz) = 27524
+SHA256 (py3dns-3.1.0.tar.gz) = 124d7833fd0a6fbaebe17d093b028cfa77b155b5feab8e1c6265959a4b9e7fb7
+SIZE (py3dns-3.1.0.tar.gz) = 29501

Added: head/dns/py-py3dns/files/patch-DNS-Base.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/py-py3dns/files/patch-DNS-Base.py	Tue Dec 29 19:01:11 2015	(r404777)
@@ -0,0 +1,7 @@
+--- DNS/Base.py.orig	2014-04-25 03:56:56 UTC
++++ DNS/Base.py
+@@ -1,3 +1,4 @@
++# -*- encoding: utf-8 -*-
+ """
+ $Id$
+ 



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