From nobody@FreeBSD.org  Sun Feb 13 17:36:12 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8206816A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Feb 2005 17:36:12 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6787B43D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Feb 2005 17:36:12 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j1DHaCvG005521
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Feb 2005 17:36:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j1DHaCfc005520;
	Sun, 13 Feb 2005 17:36:12 GMT
	(envelope-from nobody)
Message-Id: <200502131736.j1DHaCfc005520@www.freebsd.org>
Date: Sun, 13 Feb 2005 17:36:12 GMT
From: Adam McDougall <mcdouga9@msu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER] Correct a @dirrm in sysutils/gcombust/pkg-plist
X-Send-Pr-Version: www-2.3

>Number:         77458
>Category:       ports
>Synopsis:       [MAINTAINER] Correct a @dirrm in sysutils/gcombust/pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 17:40:17 GMT 2005
>Closed-Date:    Mon Feb 14 07:44:29 GMT 2005
>Last-Modified:  Mon Feb 14 07:44:29 GMT 2005
>Originator:     Adam McDougall
>Release:        5.3-STABLE
>Organization:
>Environment:
FreeBSD daemon.xxxxxxxxxx.edu 5.3-STABLE FreeBSD 5.3-STABLE #8: Fri Feb 11 09:48:58 EST 2005     mcdouga9@daemon.xxxxxxxxxxx.edu:/usr/obj/usr/src/sys/DAEMON5  i386
>Description:
There one remaining @dirrm line in the pkg-plist that I think should be a @unexec rmdir.  I dont see any reason it should have executed during install.  I think that was my mistake.
>How-To-Repeat:
      
>Fix:
Apply patch from http://www.egr.msu.edu/~mcdouga9/gcplistfix2.diff
or hand edit sysutils/gcombust/pkg-plist:
-@dirrm share/doc/gcombust
+@unexec rmdir %D/share/doc/gcombust 2>/dev/null || true

>Release-Note:
>Audit-Trail:

From: Yen-Ming Lee <leeym@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, mcdouga9@msu.edu
Cc:  
Subject: Re: ports/77458: [MAINTAINER] Correct a @dirrm in sysutils/gcombust/pkg-plist
Date: Mon, 14 Feb 2005 02:29:41 +0800

 --wac7ysb48OaltWcw
 Content-Type: text/plain; charset=big5
 Content-Disposition: inline
 
 NO.
 
 "@dirrm ..." will only be executed when deinstalling the port.
 
 If the port shares that directory with other ports, it can use
 "@unexec rmdir ...", otherwise it should use "@dirrm ..."
 
 -- 
 Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
 
 --wac7ysb48OaltWcw
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iQCVAwUBQg+clcnMx0NetS5RAQKmbAP+LYT7WOF/psYtluk/+1EUKxNGb/V/viWv
 UxpeyVJbBtX9djMfvcPFwUD5YW+T/LxHQH8EPJdvkNXliIWCtYwqLojPl1PyTy9Y
 JeJP6hFf5nFAD0AsIPm/n6Uj6LassoLqZNW4DCM0E5SEJOx5NiRWkDvjyNKG6PJ3
 KJw17ffT3dQ=
 =5zer
 -----END PGP SIGNATURE-----
 
 --wac7ysb48OaltWcw--
Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Sun Feb 13 19:29:58 GMT 2005 
Responsible-Changed-Why:  
Claim since I did the other one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77458 

From: Adam McDougall <mcdouga9@msu.edu>
To: Yen-Ming Lee <leeym@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org, mcdouga9@msu.edu
Subject: Re: ports/77458: [MAINTAINER] Correct a @dirrm in sysutils/gcombust/pkg-plist
Date: Sun, 13 Feb 2005 20:48:51 -0500

 Oh, sorry, the PR can be closed.  I haven't done ports 
 in a while.  
 
 On Mon, Feb 14, 2005 at 02:29:41AM +0800, Yen-Ming Lee wrote:
 
   NO.
   
   "@dirrm ..." will only be executed when deinstalling the port.
   
   If the port shares that directory with other ports, it can use
   "@unexec rmdir ...", otherwise it should use "@dirrm ..."
   
   -- 
   Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan
 
 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Mon Feb 14 07:44:13 GMT 2005 
State-Changed-Why:  
Closed on submitters request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77458 
>Unformatted:
