ports/154156: [PATCH] devel/py27-fabric: update to 0.9.3
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Jan 20 06:30:18 UTC 2011
>Number: 154156
>Category: ports
>Synopsis: [PATCH] devel/py27-fabric: update to 0.9.3
>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: Thu Jan 20 06:30:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Li-Wen Hsu
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Sep 21 20:44:28 CST 2010
>Description:
- Update to 0.9.3
Port maintainer (yzlin at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- py27-fabric-0.9.3,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-fabric/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile 27 Oct 2010 15:50:32 -0000 1.7
+++ Makefile 20 Jan 2011 06:28:17 -0000
@@ -6,7 +6,7 @@
#
PORTNAME= fabric
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= http://code.fabfile.org/projects/fabric/files/ \
@@ -18,7 +18,7 @@
COMMENT= A simple pythonic remote deployment tool
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=1.9:${PORTSDIR}/security/py-pycrypto \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=1.7.6:${PORTSDIR}/security/py-paramiko
+ ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.6:${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.6
diff -u -u -r1.6 distinfo
--- distinfo 27 Oct 2010 15:50:32 -0000 1.6
+++ distinfo 20 Jan 2011 06:28:17 -0000
@@ -1,3 +1,2 @@
-MD5 (Fabric-0.9.2.tar.gz) = 5ba652d4d4525fb6b470edf55747ea45
-SHA256 (Fabric-0.9.2.tar.gz) = 6ebee5349dd52f27765561284ca1e8a0924feda5dc848ace0b44da5c21e76d4e
-SIZE (Fabric-0.9.2.tar.gz) = 90721
+SHA256 (Fabric-0.9.3.tar.gz) = 2a4add4337c5f9d9bec5bf2c6fc0f5b40096401eb381bfdc84b84e1905f6e6e6
+SIZE (Fabric-0.9.3.tar.gz) = 89973
Index: files/patch-setup.py
===================================================================
RCS file: /home/ncvs/ports/devel/py-fabric/files/patch-setup.py,v
retrieving revision 1.5
diff -u -u -r1.5 patch-setup.py
--- files/patch-setup.py 27 Oct 2010 15:50:32 -0000 1.5
+++ files/patch-setup.py 20 Jan 2011 06:28:17 -0000
@@ -1,10 +1,10 @@
---- setup.py.orig 2010-10-14 13:37:04.963787042 +0800
-+++ setup.py 2010-10-14 13:37:11.377290180 +0800
-@@ -31,7 +31,6 @@
+--- setup.py.orig 2010-11-13 04:57:34.000000000 +0800
++++ setup.py 2011-01-20 12:46:01.754034224 +0800
+@@ -38,7 +38,6 @@
packages=find_packages(),
test_suite='nose.collector',
tests_require=['nose', 'fudge'],
-- install_requires=['pycrypto <2.1', 'paramiko >=1.7.6'],
+- install_requires=['pycrypto %s' % PYCRYPTO, 'paramiko >=1.7.6'],
entry_points={
'console_scripts': [
'fab = fabric.main:main',
--- py27-fabric-0.9.3,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list