svn commit: r346593 - head/databases/p5-KyotoCabinet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 1 05:43:50 UTC 2014


Author: sunpoet
Date: Sat Mar  1 05:43:49 2014
New Revision: 346593
URL: http://svnweb.freebsd.org/changeset/ports/346593
QAT: https://qat.redports.org/buildarchive/r346593/

Log:
  - Fix shebang
  - Bump PORTREVISION for package change

Modified:
  head/databases/p5-KyotoCabinet/Makefile

Modified: head/databases/p5-KyotoCabinet/Makefile
==============================================================================
--- head/databases/p5-KyotoCabinet/Makefile	Sat Mar  1 05:41:05 2014	(r346592)
+++ head/databases/p5-KyotoCabinet/Makefile	Sat Mar  1 05:43:49 2014	(r346593)
@@ -3,6 +3,7 @@
 
 PORTNAME=	KyotoCabinet
 PORTVERSION=	1.20
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://fallabs.com/kyotocabinet/perlpkg/
 PKGNAMEPREFIX=	p5-
@@ -15,9 +16,11 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
 
+SHEBANG_FILES=	*.pl
+
 post-patch:
 # do not run misc tests which seem to be endless
 	@${REINPLACE_CMD} -e '/kctest.pl misc/d' ${WRKSRC}/test.pl


More information about the svn-ports-all mailing list