Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 23:04:59 -0300
From:      "Danilo G. Baio" <dbaio@bsd.com.br>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports.maintainer@evilphi.com
Subject:   ports/188038: [PATCH] mail/postfix-policyd-spf-perl: stage support
Message-ID:  <53362a50.821ce00a.73a4.7a74@mx.google.com>
Resent-Message-ID: <201403290210.s2T2A1uc007556@freefall.freebsd.org>

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

>Number:         188038
>Category:       ports
>Synopsis:       [PATCH] mail/postfix-policyd-spf-perl: stage support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 29 02:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Danilo G. Baio
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dbaio.bs2cloud.com.br 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- stage support

Port maintainer (ports.maintainer@evilphi.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- postfix-policyd-spf-perl-2.007.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 349476)
+++ Makefile	(working copy)
@@ -27,7 +27,6 @@
 REINPLACE=	s/%%SPF_FAIL%%/${SPF_FAIL}/g;\
 		s/%%SPF_TEMPERROR%%/${SPF_TEMPERROR}/g;
 
-NO_STAGE=	yes
 pre-patch:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "You can change the actions returned by the server by setting the following"
@@ -43,9 +42,6 @@
 	@${REINPLACE_CMD} -e '${REINPLACE}' ${WRKSRC}/postfix-policyd-spf-perl
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${PREFIX}/sbin
+	@${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${STAGEDIR}${PREFIX}/sbin
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>
--- postfix-policyd-spf-perl-2.007.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?53362a50.821ce00a.73a4.7a74>