Date: Tue, 2 Jun 2015 23:47:44 +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: r388414 - branches/2015Q2/www/php-plurk-api Message-ID: <201506022347.t52NliPU038224@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:47:43 2015 New Revision: 388414 URL: https://svnweb.freebsd.org/changeset/ports/388414 Log: MFH: r387348 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/php-plurk-api/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/php-plurk-api/Makefile ============================================================================== --- branches/2015Q2/www/php-plurk-api/Makefile Tue Jun 2 23:45:28 2015 (r388413) +++ branches/2015Q2/www/php-plurk-api/Makefile Tue Jun 2 23:47:43 2015 (r388414) @@ -3,6 +3,7 @@ PORTNAME= php-plurk-api PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= GOOGLE_CODE @@ -13,7 +14,8 @@ LICENSE= BSD3CLAUSE NO_BUILD= yes USE_PHP= json curl -USES= zip +USES= shebangfix zip +SHEBANG_FILES= example.php WRKSRC= ${WRKDIR}/${PORTVERSION} PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022347.t52NliPU038224>