Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:17:30 +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: r388072 - head/net/p5-Net-SMPP
Message-ID:  <201505311317.t4VDHU5e038865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:17:29 2015
New Revision: 388072
URL: https://svnweb.freebsd.org/changeset/ports/388072

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

Modified:
  head/net/p5-Net-SMPP/Makefile

Modified: head/net/p5-Net-SMPP/Makefile
==============================================================================
--- head/net/p5-Net-SMPP/Makefile	Sun May 31 13:16:51 2015	(r388071)
+++ head/net/p5-Net-SMPP/Makefile	Sun May 31 13:17:29 2015	(r388072)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-SMPP
 PORTVERSION=	1.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jhay@FreeBSD.org
 COMMENT=	Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	*.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?201505311317.t4VDHU5e038865>