svn commit: r387348 - head/www/php-plurk-api

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:37:57 UTC 2015


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}"


More information about the svn-ports-all mailing list