Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:09:53 +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: r388061 - head/databases/p5-Genezzo
Message-ID:  <201505311309.t4VD9roj032992@svn.freebsd.org>

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

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

Modified:
  head/databases/p5-Genezzo/Makefile

Modified: head/databases/p5-Genezzo/Makefile
==============================================================================
--- head/databases/p5-Genezzo/Makefile	Sun May 31 13:09:17 2015	(r388060)
+++ head/databases/p5-Genezzo/Makefile	Sun May 31 13:09:52 2015	(r388061)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Genezzo
 PORTVERSION=	0.72
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,9 @@ COMMENT=	Extensible database with SQL an
 RUN_DEPENDS=	p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	lib/Genezzo/*.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?201505311309.t4VD9roj032992>