From sunpoet@sunpoet.net  Sat Oct 18 03:00:00 2008
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 997A71065691
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2008 03:00:00 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [203.204.205.212])
	by mx1.freebsd.org (Postfix) with ESMTP id E76E18FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2008 02:59:59 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 9C2401ED4; Sat, 18 Oct 2008 10:59:18 +0800 (CST)
Message-Id: <20081018025918.9C2401ED4@sunpoet.net>
Date: Sat, 18 Oct 2008 10:59:18 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: perl@FreeBSD.org
Subject: [PATCH] mail/p5-MIME-Tools: Use dirrmtry for %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128190
>Category:       ports
>Synopsis:       [PATCH] mail/p5-MIME-Tools: Use dirrmtry for %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 03:00:17 UTC 2008
>Closed-Date:    Sat Oct 18 05:39:19 UTC 2008
>Last-Modified:  Sat Oct 18 05:40:01 UTC 2008
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Thu Sep  4 10:55:47 CST
>Description:
Since other p5-MIME-* ports use %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME also,
use dirrmtry instead of dirrm.

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
% cd /usr/ports/mail/p5-MIME-Tools/
% make deinstall
===>   Deinstalling p5-MIME-Tools-5.427,2
pkg_delete: unable to completely remove directory '/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
% find /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Base64
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Base64/Base64.bs
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Base64/Base64.so
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Base64/.packlist
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Types
/usr/local/lib/perl5/site_perl/5.8.8/mach/auto/MIME/Types/.packlist

>Fix:

--- p5-MIME-Tools-5.427,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/p5-MIME-Tools/pkg-plist /usr/ports/sunpoet/p5-MIME-Tools/pkg-plist
--- /usr/ports/mail/p5-MIME-Tools/pkg-plist	2008-09-12 09:31:08.447131774 +0800
+++ /usr/ports/sunpoet/p5-MIME-Tools/pkg-plist	2008-10-18 10:53:58.041410229 +0800
@@ -22,7 +22,7 @@
 %%SITE_PERL%%/MIME/Words.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/tools/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/tools
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
 @dirrm %%SITE_PERL%%/MIME/Field
 @dirrm %%SITE_PERL%%/MIME/Decoder
 @dirrm %%SITE_PERL%%/MIME/Parser
--- p5-MIME-Tools-5.427,2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 18 03:00:32 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128190 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sat Oct 18 05:39:10 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128190: commit references a PR
Date: Sat, 18 Oct 2008 05:39:16 +0000 (UTC)

 leeym       2008-10-18 05:39:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/p5-MIME-Tools   pkg-plist 
   Log:
   - use @dirrmtry instead of @dirrm
   
   PR:             128190
   Submitted by:   sunpoet at sunpoet.net
   
   Revision  Changes    Path
   1.20      +5 -5      ports/mail/p5-MIME-Tools/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
