svn commit: r388077 - head/net-im/p5-Net-AOLIM

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


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

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

Modified:
  head/net-im/p5-Net-AOLIM/Makefile

Modified: head/net-im/p5-Net-AOLIM/Makefile
==============================================================================
--- head/net-im/p5-Net-AOLIM/Makefile	Sun May 31 13:20:00 2015	(r388076)
+++ head/net-im/p5-Net-AOLIM/Makefile	Sun May 31 13:20:55 2015	(r388077)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Net-AOLIM
 PORTVERSION=	1.61
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,8 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl OO interface to the AOL Instant Messenger TOC client protocol
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	example.pl
 USE_PERL5=	configure
 WRKSRC=		${WRKDIR}/${PORTNAME}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list