Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 01:00:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389799 - branches/2015Q2/databases/p5-DBI-Shell
Message-ID:  <201506160100.t5G10JLD095133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 01:00:19 2015
New Revision: 389799
URL: https://svnweb.freebsd.org/changeset/ports/389799

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

Modified:
  branches/2015Q2/databases/p5-DBI-Shell/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/databases/p5-DBI-Shell/Makefile
==============================================================================
--- branches/2015Q2/databases/p5-DBI-Shell/Makefile	Tue Jun 16 00:59:19 2015	(r389798)
+++ branches/2015Q2/databases/p5-DBI-Shell/Makefile	Tue Jun 16 01:00:19 2015	(r389799)
@@ -3,7 +3,7 @@
 
 PORTNAME=	DBI-Shell
 PORTVERSION=	11.95
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,7 +17,10 @@ RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/datab
 		p5-IO-Tee>=0:${PORTSDIR}/devel/p5-IO-Tee
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	lib/DBI/Shell/SQLMinus.pm
+perl_OLD_CMD=	perl
 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?201506160100.t5G10JLD095133>