svn commit: r389790 - branches/2015Q2/devel/p5-mem

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 00:49:23 UTC 2015


Author: amdmi3
Date: Tue Jun 16 00:49:22 2015
New Revision: 389790
URL: https://svnweb.freebsd.org/changeset/ports/389790

Log:
  MFH: r387760
  
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/devel/p5-mem/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/devel/p5-mem/Makefile
==============================================================================
--- branches/2015Q2/devel/p5-mem/Makefile	Tue Jun 16 00:48:21 2015	(r389789)
+++ branches/2015Q2/devel/p5-mem/Makefile	Tue Jun 16 00:49:22 2015	(r389790)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mem
 PORTVERSION=	0.4.5
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:LAWALSH
@@ -15,7 +16,9 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	lib/mem.pm
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-branches mailing list