Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2011 00:01:14 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/159731: [patch] mail/p5-qpsmtpd: Fix expansion in pkg-message.in
Message-ID:  <201108130001.p7D01EYh000818@red.freebsd.org>
Resent-Message-ID: <201108130010.p7D0ABov014072@freefall.freebsd.org>

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

>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:



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