Date: Sun, 24 May 2015 21:37:57 +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: r387348 - head/www/php-plurk-api Message-ID: <201505242137.t4OLbvKv054671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 24 21:37:56 2015 New Revision: 387348 URL: https://svnweb.freebsd.org/changeset/ports/387348 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/php-plurk-api/Makefile Modified: head/www/php-plurk-api/Makefile ============================================================================== --- head/www/php-plurk-api/Makefile Sun May 24 21:37:42 2015 (r387347) +++ head/www/php-plurk-api/Makefile Sun May 24 21:37:56 2015 (r387348) @@ -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?201505242137.t4OLbvKv054671>