svn commit: r388076 - head/mail/p5-Mail-ListDetector

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 31 13:20:01 UTC 2015


Author: amdmi3
Date: Sun May 31 13:20:00 2015
New Revision: 388076
URL: https://svnweb.freebsd.org/changeset/ports/388076

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

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

Modified: head/mail/p5-Mail-ListDetector/Makefile
==============================================================================
--- head/mail/p5-Mail-ListDetector/Makefile	Sun May 31 13:19:31 2015	(r388075)
+++ head/mail/p5-Mail-ListDetector/Makefile	Sun May 31 13:20:00 2015	(r388076)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Mail-ListDetector
 PORTVERSION=	1.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MSTEVENS
@@ -18,8 +18,10 @@ RUN_DEPENDS=	p5-Email-Abstract>=3.001:${
 		p5-URI>=1.1:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	examples/sample.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the svn-ports-all mailing list