svn commit: r388414 - branches/2015Q2/www/php-plurk-api

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:47:44 UTC 2015


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


More information about the svn-ports-branches mailing list