From owner-svn-ports-all@freebsd.org Tue Dec 29 19:01:13 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB94A559B5; Tue, 29 Dec 2015 19:01:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8E961D1A; Tue, 29 Dec 2015 19:01:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTJ1BBK039840; Tue, 29 Dec 2015 19:01:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTJ1BcQ039837; Tue, 29 Dec 2015 19:01:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512291901.tBTJ1BcQ039837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 29 Dec 2015 19:01:11 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 19:01:13 -0000 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 +.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 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$ +