Skip site navigation (1)Skip section navigation (2)
Date:      8 Dec 2004 19:26:05 -0000
From:      James Raftery <james@now.ie>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74890: [maintainer patch] Update port mail/P5-Net-QMTP
Message-ID:  <20041208192605.48993.qmail@bender.kerna.ie>
Resent-Message-ID: <200412091220.iB9CKLOH053706@freefall.freebsd.org>

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

>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@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
-@unexec rmdir %%SITE_PERL%%/Net 2>/dev/null || true
-@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/Net 2>/dev/null || true
+@unexec rmdir %%PREFIX%%/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
--- p5-Net-QMTP.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?20041208192605.48993.qmail>