Date: Tue, 6 Mar 2012 01:49:14 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: neal@nelson.name Subject: ports/165732: [PATCH] dns/py-twistedNames: update to 12.0.0 Message-ID: <3V1pXB4ZCkz42s@sunpoet.net> Resent-Message-ID: <201203051800.q25I0TfF023323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165732 >Category: ports >Synopsis: [PATCH] dns/py-twistedNames: update to 12.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 05 18:00:29 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012 >Description: - Update to 12.0.0 - Request maintainership: metaport devel/py-twisted is maintained by python@ Port maintainer (neal@nelson.name) is cc'd. Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- py27-twistedNames-12.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/dns/py-twistedNames/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 7 Sep 2011 09:27:53 -0000 1.10 +++ Makefile 5 Mar 2012 17:51:30 -0000 @@ -6,13 +6,13 @@ # PORTNAME= twistedNames -PORTVERSION= 11.0.0 +PORTVERSION= 12.0.0 CATEGORIES= dns devel python MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedNames-${PORTVERSION} -MAINTAINER= neal@nelson.name +MAINTAINER= python@FreeBSD.org COMMENT= A DNS protocol implementation with client and server LICENSE= MIT Index: distinfo =================================================================== RCS file: /home/ncvs/ports/dns/py-twistedNames/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 7 Sep 2011 09:27:53 -0000 1.10 +++ distinfo 5 Mar 2012 17:51:30 -0000 @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-11.0.0.tar.bz2) = 738f3e4fa56d2ebeddf0f3774419fbe3de9067424eb928ce234bc178a146d496 -SIZE (TwistedNames-11.0.0.tar.bz2) = 52156 +SHA256 (TwistedNames-12.0.0.tar.bz2) = 41b8995d10d210f26433c4311a679356522de47ca48f9caaca47670de8642ad7 +SIZE (TwistedNames-12.0.0.tar.bz2) = 55023 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/dns/py-twistedNames/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 24 Aug 2010 02:08:44 -0000 1.5 +++ pkg-plist 5 Mar 2012 17:51:30 -0000 @@ -58,6 +58,9 @@ %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_dns.pyo +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.py +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyc +%%PYTHON_SITELIBDIR%%/twisted/names/test/test_hosts.pyo %%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_names.pyo @@ -72,3 +75,4 @@ %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo @dirrm %%PYTHON_SITELIBDIR%%/twisted/names/test @dirrm %%PYTHON_SITELIBDIR%%/twisted/names +@dirrmtry %%PYTHON_SITELIBDIR%%/twisted --- py27-twistedNames-12.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3V1pXB4ZCkz42s>