From owner-svn-ports-all@FreeBSD.ORG Sat May 30 12:32:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F012638; Sat, 30 May 2015 12:32:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D7BD161A; Sat, 30 May 2015 12:32:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4UCW017066176; Sat, 30 May 2015 12:32:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4UCW0wK066170; Sat, 30 May 2015 12:32:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505301232.t4UCW0wK066170@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 30 May 2015 12:32:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387940 - head/biology/p5-bioperl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 12:32:00 -0000 Author: amdmi3 Date: Sat May 30 12:31:59 2015 New Revision: 387940 URL: https://svnweb.freebsd.org/changeset/ports/387940 Log: - Fix shebangs - Add NO_ARCH - Add missing EXAMPLES option Approved by: portmgr blanket MFH: 2015Q2 Modified: head/biology/p5-bioperl/Makefile Modified: head/biology/p5-bioperl/Makefile ============================================================================== --- head/biology/p5-bioperl/Makefile Sat May 30 12:30:31 2015 (r387939) +++ head/biology/p5-bioperl/Makefile Sat May 30 12:31:59 2015 (r387940) @@ -3,7 +3,7 @@ PORTNAME= bioperl PORTVERSION= 1.6.924 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS @@ -59,10 +59,11 @@ BUILD_DEPENDS= p5-Algorithm-Munkres>=0:$ RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= modbuild +NO_ARCH= yes -OPTIONS_DEFINE= DOCS PGTEST SQLITETEST +OPTIONS_DEFINE= DOCS EXAMPLES PGTEST SQLITETEST PGTEST_DESC= Test PostGreSQL SQLITETEST_DESC= Test SQLite PGTEST_RUN_DEPENDS= p5-DBD-Pg>=3:${PORTSDIR}/databases/p5-DBD-Pg @@ -70,6 +71,11 @@ PGTEST_BUILD_DEPENDS= p5-DBD-Pg>=3:${POR SQLITETEST_RUN_DEPENDS= p5-DBD-SQLite>=1:${PORTSDIR}/databases/p5-DBD-SQLite SQLITETEST_BUILD_DEPENDS= p5-DBD-SQLite>=1:${PORTSDIR}/databases/p5-DBD-SQLite +post-patch: + @${FIND} ${WRKSRC}/examples ${WRKSRC}/doc -name "*.pl" -o -name "*.cgi" \ + -o -name "*.PL" | ${XARGS} ${REINPLACE_CMD} -i '' -Ee \ + '1s|(/usr)?/bin/perl|${perl_CMD}|' + post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -R ${WRKSRC}/scripts ${WRKSRC}/models ${STAGEDIR}${DATADIR}