ports/159731: [patch] mail/p5-qpsmtpd: Fix expansion in pkg-message.in

Glen Barber gjb at FreeBSD.org
Sat Aug 13 00:10:12 UTC 2011


>Number:         159731
>Category:       ports
>Synopsis:       [patch] mail/p5-qpsmtpd: Fix expansion in pkg-message.in
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 13 00:10:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Glen Barber
>Release:        9.0-BETA1
>Organization:
>Environment:
>Description:
ports/mail/p5-qpsmtpd/files/pkg-message.in does not expand PORTNAME

>How-To-Repeat:

>Fix:
The attached patch should fix it.


Patch attached with submission follows:

Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/mail/p5-qpsmtpd/files/pkg-message.in,v
retrieving revision 1.1
diff -u -r1.1 pkg-message.in
--- files/pkg-message.in	1 May 2009 01:24:57 -0000	1.1
+++ files/pkg-message.in	12 Aug 2011 23:57:21 -0000
@@ -1,6 +1,6 @@
 *****************************************************************'
 Please read http://wiki.qpsmtpd.org/ for more info about installation.
-The example config can be found in %%PREFIX%%/share/examples/%%{PORTNAME}%%
-The plugins can be found in %%PREFIX%%/share/%%{PORTNAME%%/plugins/
+The example config can be found in %%PREFIX%%/share/examples/%%PORTNAME%%
+The plugins can be found in %%PREFIX%%/share/%%PORTNAME%%/plugins/
 This port does also not make any assumptions about what user you
 wish to use or install location.


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list