ports/155058: [PATCH] sysutils/py-bcfg2: Fix dependency

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Feb 26 14:10:13 UTC 2011


>Number:         155058
>Category:       ports
>Synopsis:       [PATCH] sysutils/py-bcfg2: Fix dependency
>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 26 14:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 12:42:00 CST 2011
>Description:
- Fix dependency, PYLXML_EGG does not exist now
- Rmove MD5

Port maintainer (gogo at cs.uni-sb.de) is cc'd.

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

--- py27-bcfg2-0.9.5.5_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/py-bcfg2/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	28 Dec 2008 10:54:06 -0000	1.9
+++ Makefile	26 Feb 2011 14:00:41 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	gogo at cs.uni-sb.de
 COMMENT=	A configuration management system written in Python
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
 RUN_DEPENDS+=	cheetah:${PORTSDIR}/devel/py-cheetah
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gamin.py:${PORTSDIR}/devel/py-gamin
 
@@ -48,8 +48,4 @@
 .endfor
 .endif
 
-.include <bsd.port.pre.mk>
-
-PYLXML_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-lxml/Makefile -V PYLXML_EGG
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/py-bcfg2/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	12 Jan 2008 12:58:52 -0000	1.5
+++ distinfo	26 Feb 2011 14:00:41 -0000
@@ -1,3 +1,2 @@
-MD5 (bcfg2-0.9.5.5.tar.gz) = dee62cdd110cf6a8c6a05cf92bd0e8f9
 SHA256 (bcfg2-0.9.5.5.tar.gz) = 9f878f9b984f081bb938a2dc194b38415932cec6608bbd726a5df19a5209c451
 SIZE (bcfg2-0.9.5.5.tar.gz) = 784695
--- py27-bcfg2-0.9.5.5_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list