Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 12:38:01 +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: r387950 - head/databases/p5-tokyotyrant
Message-ID:  <201505301238.t4UCc1jO068105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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