Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 14:29:59 +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: r387860 - head/databases/p5-CDB_File
Message-ID:  <201505291429.t4TETxg3090310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 29 14:29:58 2015
New Revision: 387860
URL: https://svnweb.freebsd.org/changeset/ports/387860

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

Modified:
  head/databases/p5-CDB_File/Makefile

Modified: head/databases/p5-CDB_File/Makefile
==============================================================================
--- head/databases/p5-CDB_File/Makefile	Fri May 29 14:29:55 2015	(r387859)
+++ head/databases/p5-CDB_File/Makefile	Fri May 29 14:29:58 2015	(r387860)
@@ -3,7 +3,7 @@
 
 PORTNAME=	CDB_File
 PORTVERSION=	0.97
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	nistor@snickers.org
 COMMENT=	Perl5 interface to the CDB package
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bun-x.pl
 USE_PERL5=	configure
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291429.t4TETxg3090310>