Date: Fri, 22 May 2009 09:33:59 GMT From: Tom Evans <tevans.uk@googlemail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134848: Upgrade devel/py-fabric from 0.1.1 to 0.9a2 Message-ID: <200905220933.n4M9Xxmr026754@www.freebsd.org> Resent-Message-ID: <200905220940.n4M9e1lo044670@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134848 >Category: ports >Synopsis: Upgrade devel/py-fabric from 0.1.1 to 0.9a2 >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: Fri May 22 09:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tom Evans >Release: 7-STABLE >Organization: >Environment: FreeBSD strangepork.mintel.co.uk 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Wed Oct 22 02:25:56 BST 2008 root@sweetpork.pc.mintel.co.uk:/usr/FreeBSD/RELENG_7/obj/usr/FreeBSD/RELENG_7/src/sys/STRANGEPORK i386 >Description: Update devel/py-fabric to latest stable version. >How-To-Repeat: >Fix: Patch attached with submission follows: 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 09:26:30 -0000 @@ -6,11 +6,11 @@ # 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} +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 09:27:23 -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) = 50451e197901ff18f98346985fa19011 +SHA256 (fabric-0.9a2.tar.gz) = 3466951c9338f7a4ab2281f2981ba4f2448c44af5e4f8e9ce81d82d462a0de47 +SIZE (fabric-0.9a2.tar.gz) = 112551 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 09:29:57 -0000 @@ -1,11 +1,10 @@ ---- 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 = { +--- setup.py.orig 2009-05-03 00:45:04.000000000 +0100 ++++ setup.py 2009-05-22 10:28:56.000000000 +0100 +@@ -13,7 +13,6 @@ + author='Jeff Forcier', + author_email='jeff@bitprophet.org', + url='http://fabfile.org', +- install_requires=['paramiko >=1.7, <2.0'], + packages=find_packages(), + entry_points={ 'console_scripts': [ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905220933.n4M9Xxmr026754>