svn commit: r387950 - head/databases/p5-tokyotyrant

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 12:38:02 UTC 2015


Author: amdmi3
Date: Sat May 30 12:38:01 2015
New Revision: 387950
URL: https://svnweb.freebsd.org/changeset/ports/387950

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

Modified:
  head/databases/p5-tokyotyrant/Makefile

Modified: head/databases/p5-tokyotyrant/Makefile
==============================================================================
--- head/databases/p5-tokyotyrant/Makefile	Sat May 30 12:37:51 2015	(r387949)
+++ head/databases/p5-tokyotyrant/Makefile	Sat May 30 12:38:01 2015	(r387950)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tokyotyrant
 PORTVERSION=	1.16
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://fallabs.com/${PORTNAME}/perlpkg/
 PKGNAMEPREFIX=	p5-
@@ -15,7 +15,9 @@ COMMENT=	Perl5 interface to the TokyoTyr
 BUILD_DEPENDS=	tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant
 LIB_DEPENDS=	libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	tcrtest.pl ttutest.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list