ports/74890: [maintainer patch] Update port mail/P5-Net-QMTP
James Raftery
james at now.ie
Thu Dec 9 12:20:21 UTC 2004
>Number: 74890
>Category: ports
>Synopsis: [maintainer patch] Update port mail/P5-Net-QMTP
>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:20 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
mail/P5-Net-QMTP which failed to remove some directories
when the port was deinstalled.
Thanks,
james
>How-To-Repeat:
N/A
>Fix:
--- p5-Net-QMTP.patch begins here ---
diff -ruN p5-Net-QMTP.orig/pkg-plist p5-Net-QMTP/pkg-plist
--- p5-Net-QMTP.orig/pkg-plist Wed Oct 15 13:51:20 2003
+++ p5-Net-QMTP/pkg-plist Tue Dec 7 15:20:13 2004
@@ -1,5 +1,5 @@
%%SITE_PERL%%/Net/QMTP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/QMTP
- at unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true
- at unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+ at unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Net 2>/dev/null || true
+ at unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
--- p5-Net-QMTP.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list