Date: Sat, 11 Apr 2009 01:59:38 +0800 (CST) From: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133573: [MAINTAINER] devel/py-fabric: update to 0.1.1 Message-ID: <20090410175938.BE8D24903B6@yzlin.org> Resent-Message-ID: <200904101810.n3AIA2wD075783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133573 >Category: ports >Synopsis: [MAINTAINER] devel/py-fabric: update to 0.1.1 >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 Apr 10 18:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.1-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD yzlin 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Wed Mar 25 12:10:16 CST 2009 >Description: - Update to 0.1.1 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py-fabric-0.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 16 Mar 2009 08:07:46 -0000 1.1 +++ Makefile 10 Apr 2009 18:04:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= fabric -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ MAINTAINER= yzlin@cs.nctu.edu.tw COMMENT= A simple pythonic remote deployment tool -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.6:${PORTSDIR}/security/py-paramiko +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7:${PORTSDIR}/security/py-paramiko USE_PYTHON= yes USE_PYDISTUTILS= easy_install Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 16 Mar 2009 08:07:46 -0000 1.1 +++ distinfo 10 Apr 2009 18:04:00 -0000 @@ -1,3 +1,3 @@ -MD5 (Fabric-0.1.0.tar.gz) = 82bbaef1f59486a591de5b536629b504 -SHA256 (Fabric-0.1.0.tar.gz) = e67cd48f8e4d2a35ad1ee39bb876789bae3ec19f1001a1b7ec4f6a4d974628c1 -SIZE (Fabric-0.1.0.tar.gz) = 17005 +MD5 (Fabric-0.1.1.tar.gz) = 712991961bb876d2bb70d662cb67f454 +SHA256 (Fabric-0.1.1.tar.gz) = e0dee686e14db0cabd96adaacae06c3dcad8ff4fdbd9ed3628920aa298deff5d +SIZE (Fabric-0.1.1.tar.gz) = 18002 Index: files/patch-setup.py =================================================================== RCS file: /home/ncvs/ports/devel/py-fabric/files/patch-setup.py,v retrieving revision 1.1 diff -u -r1.1 patch-setup.py --- files/patch-setup.py 16 Mar 2009 08:07:47 -0000 1.1 +++ files/patch-setup.py 10 Apr 2009 18:04:00 -0000 @@ -4,8 +4,8 @@ author = 'Christian Vest Hansen', author_email = 'karmazilla@gmail.com', url = 'http://www.nongnu.org/fab/', -- install_requires = ['paramiko >=1.6, <2.0'], -+ #install_requires = ['paramiko >=1.6, <2.0'], +- install_requires = ['paramiko >=1.7, <2.0'], ++ #install_requires = ['paramiko >=1.7, <2.0'], py_modules = ['fabric'], entry_points = { 'console_scripts': [ --- py-fabric-0.1.1.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?20090410175938.BE8D24903B6>