Date: Sat, 26 Feb 2011 22:00:56 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gogo@cs.uni-sb.de Subject: ports/155058: [PATCH] sysutils/py-bcfg2: Fix dependency Message-ID: <20110226140056.7A5908E4E9@lwbsd.csie.net> Resent-Message-ID: <201102261410.p1QEAA9K090550@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110226140056.7A5908E4E9>