ports/151445: [PATCH] devel/py-fabric: update to 0.9.2

Li-Wen Hsu lwhsu at FreeBSD.org
Thu Oct 14 05:50:07 UTC 2010


>Number:         151445
>Category:       ports
>Synopsis:       [PATCH] devel/py-fabric: update to 0.9.2
>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 Oct 14 05:50:06 UTC 2010
>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.2

Port maintainer (yzlin at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-fabric-0.9.2,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-fabric/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	7 Jul 2010 10:04:35 -0000	1.6
+++ Makefile	14 Oct 2010 05:42:30 -0000
@@ -6,18 +6,19 @@
 #
 
 PORTNAME=	fabric
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://code.fabfile.org/projects/fabric/files/ \
-		http://distfiles.yzlin.org/
+		CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Fabric-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 
 MAINTAINER=	yzlin at FreeBSD.org
 COMMENT=	A simple pythonic remote deployment tool
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=1.9:${PORTSDIR}/security/py-pycrypto
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=1.9:${PORTSDIR}/security/py-pycrypto \
+		${PYTHON_PKGNAMEPREFIX}pycrypto>=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.5
diff -u -u -r1.5 distinfo
--- distinfo	7 Jul 2010 10:04:35 -0000	1.5
+++ distinfo	14 Oct 2010 05:42:30 -0000
@@ -1,3 +1,3 @@
-MD5 (Fabric-0.9.1.tar.gz) = 2c2dc002d0da6cc4041f1c12be51e762
-SHA256 (Fabric-0.9.1.tar.gz) = 0dcff15de90b903dd5ab9f0dc82a3a116e4f4ea0a8b1e29283d41a5130de3c5a
-SIZE (Fabric-0.9.1.tar.gz) = 184256
+MD5 (Fabric-0.9.2.tar.gz) = 5ba652d4d4525fb6b470edf55747ea45
+SHA256 (Fabric-0.9.2.tar.gz) = 6ebee5349dd52f27765561284ca1e8a0924feda5dc848ace0b44da5c21e76d4e
+SIZE (Fabric-0.9.2.tar.gz) = 90721
Index: files/patch-setup.py
===================================================================
RCS file: /home/ncvs/ports/devel/py-fabric/files/patch-setup.py,v
retrieving revision 1.4
diff -u -u -r1.4 patch-setup.py
--- files/patch-setup.py	2 Feb 2010 06:15:33 -0000	1.4
+++ files/patch-setup.py	14 Oct 2010 05:42:30 -0000
@@ -1,13 +1,10 @@
-
-$FreeBSD: ports/devel/py-fabric/files/patch-setup.py,v 1.4 2010/02/02 06:15:33 yzlin Exp $
-
---- setup.py.orig
-+++ setup.py
-@@ -16,7 +16,6 @@
-     author_email='jeff at bitprophet.org',
-     url='http://fabfile.org',
+--- 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 @@
      packages=find_packages(),
--    install_requires=['pycrypto >=1.9'],
+     test_suite='nose.collector',
+     tests_require=['nose', 'fudge'],
+-    install_requires=['pycrypto <2.1', 'paramiko >=1.7.6'],
      entry_points={
          'console_scripts': [
              'fab = fabric.main:main',
--- py27-fabric-0.9.2,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list