Date: Fri, 31 Jul 2015 15:10:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393318 - branches/2015Q3/www/webtrees Message-ID: <201507311510.t6VFATcP073226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 31 15:10:28 2015 New Revision: 393318 URL: https://svnweb.freebsd.org/changeset/ports/393318 Log: MFH: r393317 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/www/webtrees/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/webtrees/Makefile ============================================================================== --- branches/2015Q3/www/webtrees/Makefile Fri Jul 31 14:54:32 2015 (r393317) +++ branches/2015Q3/www/webtrees/Makefile Fri Jul 31 15:10:28 2015 (r393318) @@ -3,7 +3,7 @@ PORTNAME= webtrees PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/ @@ -13,9 +13,14 @@ COMMENT= Online genealogy viewer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -USES= cpe zip:infozip +USES= cpe shebangfix zip:infozip +SHEBANG_FILES= webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \ + webtrees/library/ezyang/htmlpurifier/maintenance/*.php \ + webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \ + webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php USE_PHP= calendar dom filter gd pcre pdo_mysql session simplexml xml NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message pkg-deinstall
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507311510.t6VFATcP073226>