Bug 188038 - [PATCH] mail/postfix-policyd-spf-perl: stage support
Summary: [PATCH] mail/postfix-policyd-spf-perl: stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-29 02:10 UTC by Danilo G. Baio
Modified: 2014-03-29 08:50 UTC (History)
1 user (show)

See Also:


Attachments
postfix-policyd-spf-perl-2.007.patch (711 bytes, patch)
2014-03-29 02:10 UTC, Danilo G. Baio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2014-03-29 02:10:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 02:10:04 UTC
Maintainer of mail/postfix-policyd-spf-perl,

Please note that PR ports/188038 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188038

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 02:10:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 ports.maintainer 2014-03-29 05:25:51 UTC
Patch approved.  Thank you.
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-29 08:25:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-03-29 08:49:49 UTC
Author: sunpoet
Date: Sat Mar 29 08:49:46 2014
New Revision: 349493
URL: http://svnweb.freebsd.org/changeset/ports/349493
QAT: https://qat.redports.org/buildarchive/r349493/

Log:
  - Support STAGEDIR
  
  PR:		ports/188038
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)

Modified:
  head/mail/postfix-policyd-spf-perl/Makefile

Modified: head/mail/postfix-policyd-spf-perl/Makefile
==============================================================================
--- head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 29 08:46:14 2014	(r349492)
+++ head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 29 08:49:46 2014	(r349493)
@@ -27,7 +27,6 @@ SPF_TEMPERROR?=	DEFER_IF_PERMIT
 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 @@ post-patch:
 	@${REINPLACE_CMD} -e '${REINPLACE}' ${WRKSRC}/postfix-policyd-spf-perl
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${PREFIX}/sbin
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	@${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-29 08:49:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!