From james@now.ie  Thu Dec  9 12:15:26 2004
Return-Path: <james@now.ie>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9023316A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Dec 2004 12:15:25 +0000 (GMT)
Received: from worf.kerna.com (worf.kerna.com [194.106.143.118])
	by mx1.FreeBSD.org (Postfix) with SMTP id 6F2C043D39
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Dec 2004 12:15:22 +0000 (GMT)
	(envelope-from james@now.ie)
Received: (qmail 49024 invoked by uid 1012); 8 Dec 2004 19:26:09 -0000
Message-Id: <20041208192609.49023.qmail@bender.kerna.ie>
Date: 8 Dec 2004 19:26:09 -0000
From: James Raftery <james@now.ie>
Reply-To: James Raftery <jame@now.ie>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer patch] Update port textproc/p5-Text-Netstring
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74891
>Category:       ports
>Synopsis:       [maintainer patch] Update port textproc/p5-Text-Netstring
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 12:20:21 GMT 2004
>Closed-Date:    Thu Dec 09 18:08:02 GMT 2004
>Last-Modified:  Thu Dec 09 18:08:02 GMT 2004
>Originator:     James Raftery
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bender.kerna.ie 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue Jun 1 18:01:29 IST 2004 root@bender.kerna.ie:/usr/obj/usr/src/sys/BENDER i386

>Description:
	
	The patch below fixes a problem with the pkg-plist for
	textproc/p5-Text-Netstring which failed to remove some
	directories when the port was deinstalled.

	Thanks,
	james

>How-To-Repeat:
	N/A

>Fix:

--- p5-Text-Netstring.patch begins here ---
diff -ruN p5-Text-Netstring.orig/pkg-plist p5-Text-Netstring/pkg-plist
--- p5-Text-Netstring.orig/pkg-plist	Fri Oct 17 07:11:03 2003
+++ p5-Text-Netstring/pkg-plist	Tue Dec  7 15:18:30 2004
@@ -1,5 +1,5 @@
 %%SITE_PERL%%/Text/Netstring.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Netstring
-@unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true
-@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
--- p5-Text-Netstring.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Thu Dec 9 18:07:55 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

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