Date: Mon, 9 Aug 2010 18:47:48 GMT From: Jesse Kempf <jessekempf@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/149474: [maintainer update] devel/py-daemon stop from leaving files after reinstall && deinstall Message-ID: <201008091847.o79Ilm6D015608@www.freebsd.org> Resent-Message-ID: <201008091850.o79Io3KO005683@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149474 >Category: misc >Synopsis: [maintainer update] devel/py-daemon stop from leaving files after reinstall && deinstall >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 09 18:50:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jesse Kempf >Release: FreeBSD 7.2 >Organization: >Environment: FreeBSD waffle.davisvision.com 7.2-STABLE FreeBSD 7.2-STABLE #1: Mon Nov 23 08:52:01 EST 2009 jkempf@waffle.davisvision.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Pointyhat uncovered a problem with devel/lamson where a reinstall followed by a deinstall would leave residue. The same underlying error is in the devel/py-daemon port. The attached patch fixes the bug. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r 4bb84c66910c py-daemon/Makefile --- a/py-daemon/Makefile Fri Aug 06 20:40:00 2010 +0000 +++ b/py-daemon/Makefile Mon Aug 09 18:47:37 2010 +0000 @@ -6,6 +6,7 @@ PORTNAME= daemon PORTVERSION= 1.5.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,9 @@ COMMENT= Well-behaved daemon framework for Python BUILD_DEPENDS=\ - ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile\ + ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile + +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008091847.o79Ilm6D015608>