Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 12:36:13 +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: r387945 - head/finance/p5-Business-OnlinePayment-iAuthorizer
Message-ID:  <201505301236.t4UCaDAk067335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May 30 12:36:13 2015
New Revision: 387945
URL: https://svnweb.freebsd.org/changeset/ports/387945

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

Modified:
  head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile

Modified: head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile
==============================================================================
--- head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile	Sat May 30 12:35:29 2015	(r387944)
+++ head/finance/p5-Business-OnlinePayment-iAuthorizer/Makefile	Sat May 30 12:36:13 2015	(r387945)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Business-OnlinePayment-iAuthorizer
 PORTVERSION=	0.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,7 +19,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	certification.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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