Skip site navigation (1)Skip section navigation (2)
Date:      8 Dec 2004 19:26:09 -0000
From:      James Raftery <james@now.ie>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74891: [maintainer patch] Update port textproc/p5-Text-Netstring
Message-ID:  <20041208192609.49023.qmail@bender.kerna.ie>
Resent-Message-ID: <200412091220.iB9CKLVX053719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 12:20:21 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041208192609.49023.qmail>