svn commit: r388086 - head/mail/p5-Mail-FilterXML

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 31 13:24:00 UTC 2015


Author: amdmi3
Date: Sun May 31 13:23:59 2015
New Revision: 388086
URL: https://svnweb.freebsd.org/changeset/ports/388086

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/mail/p5-Mail-FilterXML/Makefile

Modified: head/mail/p5-Mail-FilterXML/Makefile
==============================================================================
--- head/mail/p5-Mail-FilterXML/Makefile	Sun May 31 13:23:53 2015	(r388085)
+++ head/mail/p5-Mail-FilterXML/Makefile	Sun May 31 13:23:59 2015	(r388086)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Mail-FilterXML
 PORTVERSION=	0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,9 @@ BUILD_DEPENDS=	p5-Mail-Audit>=0:${PORTSD
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	mailfilter.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list