Index: head/dns/py-py3dns/Makefile =================================================================== --- head/dns/py-py3dns/Makefile (revision 404776) +++ head/dns/py-py3dns/Makefile (revision 404777) @@ -1,23 +1,29 @@ # Created by: Mark Linimon # $FreeBSD$ PORTNAME= py3dns -PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTVERSION= 3.1.0 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= DNS (Domain Name Service) library for Python 3 LICENSE= CNRI LICENSE_NAME= CNRI LICENSE AGREEMENT LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python -.include +.include + +.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 Index: head/dns/py-py3dns/distinfo =================================================================== --- head/dns/py-py3dns/distinfo (revision 404776) +++ head/dns/py-py3dns/distinfo (revision 404777) @@ -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 Index: head/dns/py-py3dns/files/patch-DNS-Base.py =================================================================== --- head/dns/py-py3dns/files/patch-DNS-Base.py (nonexistent) +++ head/dns/py-py3dns/files/patch-DNS-Base.py (revision 404777) @@ -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$ + Property changes on: head/dns/py-py3dns/files/patch-DNS-Base.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property