ports/109023: [PATCH] devel/py-twistedCore: fix py-zopeInterface path in BUILD_DEPENDS

Nicola Vitale nivit at FreeBSD.org
Sat Feb 10 15:50:04 UTC 2007


>Number:         109023
>Category:       ports
>Synopsis:       [PATCH] devel/py-twistedCore: fix py-zopeInterface path in BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 15:50:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD arancino.domo.sva 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon Jan 15 17:21:21 CET 2007
>Description:
- Port devel/py-zopeInterface has a new installation directory
  ( http://www.freebsd.org/cgi/query-pr.cgi?pr=108727 ).
  The enclosed patch fixes the corresponding entry in BUILD_DEPENDS

Port maintainer (neal at nelson.name) is cc'd.

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

--- py24-twistedCore-2.5.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-twistedCore/Makefile /usr/ports/devel/py-twistedCore.fix_py-zopeInterface_path/Makefile
--- /usr/ports/devel/py-twistedCore/Makefile	Fri Jan 19 23:11:25 2007
+++ /usr/ports/devel/py-twistedCore.fix_py-zopeInterface_path/Makefile	Sat Feb 10 16:05:54 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	twistedCore
 PORTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	devel net python
 MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@
 MAINTAINER=	neal at nelson.name
 COMMENT=	An asynchronous networking framework for Python - Core module
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CONFLICTS=	py??-twisted-[0-9]*
--- py24-twistedCore-2.5.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list