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

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 5 10:40:50 UTC 2015


Author: amdmi3
Date: Thu Nov  5 10:40:48 2015
New Revision: 400834
URL: https://svnweb.freebsd.org/changeset/ports/400834

Log:
  - Properly fix shebang
  - Add NO_ARCH
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket

Modified:
  head/www/php-plurk-api/Makefile
  head/www/php-plurk-api/pkg-plist

Modified: head/www/php-plurk-api/Makefile
==============================================================================
--- head/www/php-plurk-api/Makefile	Thu Nov  5 10:39:46 2015	(r400833)
+++ head/www/php-plurk-api/Makefile	Thu Nov  5 10:40:48 2015	(r400834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php-plurk-api
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 
@@ -13,8 +13,10 @@ COMMENT=	Plurk API Implementation with P
 LICENSE=	BSD3CLAUSE
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_PHP=	json curl
 USES=		shebangfix zip
+php_OLD_CMD=	/usr/bin/php5
 SHEBANG_FILES=	example.php
 WRKSRC=		${WRKDIR}/${PORTVERSION}
 

Modified: head/www/php-plurk-api/pkg-plist
==============================================================================
--- head/www/php-plurk-api/pkg-plist	Thu Nov  5 10:39:46 2015	(r400833)
+++ head/www/php-plurk-api/pkg-plist	Thu Nov  5 10:40:48 2015	(r400834)
@@ -25,11 +25,11 @@
 %%WWWDIR%%/example.php
 %%WWWDIR%%/log
 %%WWWDIR%%/plurk_api.php
- at dirrm %%WWWDIR%%/documents/php-plurk-api
- at dirrm %%WWWDIR%%/documents/media/images
- at dirrm %%WWWDIR%%/documents/media
- at dirrm %%WWWDIR%%/documents/default
- at dirrm %%WWWDIR%%/documents
- at dirrm %%WWWDIR%%
- at owner root
- at group wheel
+ at dir %%WWWDIR%%/documents/php-plurk-api
+ at dir %%WWWDIR%%/documents/media/images
+ at dir %%WWWDIR%%/documents/media
+ at dir %%WWWDIR%%/documents/default
+ at dir %%WWWDIR%%/documents
+ at dir %%WWWDIR%%
+ at owner
+ at group


More information about the svn-ports-all mailing list