Date: Fri, 22 May 2009 18:20:09 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134850: [MAINTAINER] devel/py-fabric: update to 0.9a2 Message-ID: <20090522102009.8203F48F45E@yzlin.org> Resent-Message-ID: <200905221030.n4MAU2pl083652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134850 >Category: ports >Synopsis: [MAINTAINER] devel/py-fabric: update to 0.9a2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 22 10:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.2-RELEASE amd64 >Organization: NCTU CS >Environment: System: FreeBSD yzlin 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Sun May 3 19:23:15 CST >Description: - Update to 0.9a2 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-fabric-0.9a2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 11 Apr 2009 06:24:21 -0000 1.2 +++ Makefile 22 May 2009 10:26:34 -0000 @@ -6,11 +6,10 @@ # PORTNAME= fabric -PORTVERSION= 0.1.1 +PORTVERSION= 0.9a2 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP +MASTER_SITES= http://git.fabfile.org/cgit.cgi/fabric/snapshot/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Fabric-${PORTVERSION} MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= A simple pythonic remote deployment tool Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 11 Apr 2009 06:24:21 -0000 1.2 +++ distinfo 22 May 2009 10:26:34 -0000 @@ -1,3 +1,3 @@ -MD5 (Fabric-0.1.1.tar.gz) = 712991961bb876d2bb70d662cb67f454 -SHA256 (Fabric-0.1.1.tar.gz) = e0dee686e14db0cabd96adaacae06c3dcad8ff4fdbd9ed3628920aa298deff5d -SIZE (Fabric-0.1.1.tar.gz) = 18002 +MD5 (fabric-0.9a2.tar.gz) = 8c8c3311eae05832c6cae41aca4f0176 +SHA256 (fabric-0.9a2.tar.gz) = b9c0f43abf56a94663bdf40a33678d7cf519ee0b1881a7f7af9775a43bea7da3 +SIZE (fabric-0.9a2.tar.gz) = 112551 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 16 Mar 2009 08:07:46 -0000 1.1 +++ pkg-descr 22 May 2009 10:26:34 -0000 @@ -7,4 +7,4 @@ This is called remote automation, and the primary use case is deploying applications to multiple similar hosts. -WWW: http://www.nongnu.org/fab/ +WWW: http://fabfile.org/ Index: files/patch-setup.py =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/files/patch-setup.py,v retrieving revision 1.2 diff -u -r1.2 patch-setup.py --- files/patch-setup.py 11 Apr 2009 06:24:21 -0000 1.2 +++ files/patch-setup.py 22 May 2009 10:26:34 -0000 @@ -1,11 +1,11 @@ --- setup.py.orig +++ setup.py -@@ -23,7 +23,7 @@ - author = 'Christian Vest Hansen', - author_email = 'karmazilla@gmail.com', - url = 'http://www.nongnu.org/fab/', -- install_requires = ['paramiko >=1.7, <2.0'], -+ #install_requires = ['paramiko >=1.7, <2.0'], - py_modules = ['fabric'], - entry_points = { +@@ -13,7 +13,7 @@ + author='Jeff Forcier', + author_email='jeff@bitprophet.org', + url='http://fabfile.org', +- install_requires=['paramiko >=1.7, <2.0'], ++ #install_requires=['paramiko >=1.7, <2.0'], + packages=find_packages(), + entry_points={ 'console_scripts': [ --- py-fabric-0.9a2.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?20090522102009.8203F48F45E>