ports/74891: [maintainer patch] Update port textproc/p5-Text-Netstring
James Raftery
james at now.ie
Thu Dec 9 12:20:22 UTC 2004
>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 at 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
- at unexec rmdir %%SITE_PERL%%/Text 2>/dev/null || true
- at unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+ at unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Text 2>/dev/null || true
+ at unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
--- p5-Text-Netstring.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list