Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:20:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388076 - head/mail/p5-Mail-ListDetector
Message-ID:  <201505311320.t4VDK1Sx039650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311320.t4VDK1Sx039650>