misc/149474: [maintainer update] devel/py-daemon stop from leaving files after reinstall && deinstall

Jesse Kempf jessekempf at gmail.com
Mon Aug 9 18:50:03 UTC 2010


>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 at 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:


More information about the freebsd-bugs mailing list