svn commit: r377545 - head/mail/postfix-policyd-weight

Olli Hauer ohauer at FreeBSD.org
Tue Jan 20 22:09:50 UTC 2015


Author: ohauer
Date: Tue Jan 20 22:09:49 2015
New Revision: 377545
URL: https://svnweb.freebsd.org/changeset/ports/377545
QAT: https://qat.redports.org/buildarchive/r377545/

Log:
  - use absolute perl path,
    seems '/usr/bin/env perl' does not play nice
    with perl 5.20 during system restarts
  
  PR:		196933
  Submitted by:	Frank Reppin

Modified:
  head/mail/postfix-policyd-weight/Makefile

Modified: head/mail/postfix-policyd-weight/Makefile
==============================================================================
--- head/mail/postfix-policyd-weight/Makefile	Tue Jan 20 22:05:38 2015	(r377544)
+++ head/mail/postfix-policyd-weight/Makefile	Tue Jan 20 22:09:49 2015	(r377545)
@@ -3,7 +3,7 @@
 
 PORTNAME=	policyd-weight
 PORTVERSION=	0.1.15.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.policyd-weight.org/releases/ \
 		LOCAL/ohauer
@@ -27,10 +27,15 @@ USERS=		polw
 GROUPS=		polw
 
 USE_RC_SUBR+=	policyd-weight
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
 NO_BUILD=	yes
 
+SHEBANG_LANG=	perl
+perl_OLD_CMD=	${SETENV} perl
+perl_CMD=	${PERL}
+SHEBANG_FILES=	${WRKSRC}/policyd-weight
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc


More information about the svn-ports-all mailing list