svn commit: r387993 - head/devel/p5-mem

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


Author: sunpoet
Date: Sat May 30 23:07:56 2015
New Revision: 387993
URL: https://svnweb.freebsd.org/changeset/ports/387993

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

Modified:
  head/devel/p5-mem/Makefile

Modified: head/devel/p5-mem/Makefile
==============================================================================
--- head/devel/p5-mem/Makefile	Sat May 30 23:07:51 2015	(r387992)
+++ head/devel/p5-mem/Makefile	Sat May 30 23:07:56 2015	(r387993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mem
 PORTVERSION=	0.4.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:LAWALSH
@@ -15,10 +15,9 @@ COMMENT=	Use "in-mem" pkgs and force def
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-USE_PERL5=	configure
-USES=		perl5 shebangfix
-SHEBANG_FILES=	lib/mem.pm
 NO_ARCH=	yes
+USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list