svn commit: r387994 - head/devel/p5-Xporter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:08:21 UTC 2015


Author: sunpoet
Date: Sat May 30 23:08:20 2015
New Revision: 387994
URL: https://svnweb.freebsd.org/changeset/ports/387994

Log:
  - Revert r387863 partially: no need to fix shebang of .pm
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Xporter/Makefile

Modified: head/devel/p5-Xporter/Makefile
==============================================================================
--- head/devel/p5-Xporter/Makefile	Sat May 30 23:07:56 2015	(r387993)
+++ head/devel/p5-Xporter/Makefile	Sat May 30 23:08:20 2015	(r387994)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Xporter
 PORTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:LAWALSH
@@ -19,9 +19,8 @@ BUILD_DEPENDS=	p5-mem>=0.4.5:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes
-SHEBANG_FILES=	lib/Xporter.pm
 USE_PERL5=	configure
-USES=		perl5 shebangfix
+USES=		perl5
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list