diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-16 18:36:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-16 18:36:43 +0800 |
commit | 843bdb09c71002b34287dba41b7e4eec45b5a359 (patch) | |
tree | fa99cca37e12118bb253a174162c0bf049c90f50 /www/php-plurk-api | |
parent | d957433372e9b556d91c7cb6b2dc18ef1a71d228 (diff) | |
download | freebsd-ports-gnome-843bdb09c71002b34287dba41b7e4eec45b5a359.tar.gz freebsd-ports-gnome-843bdb09c71002b34287dba41b7e4eec45b5a359.tar.zst freebsd-ports-gnome-843bdb09c71002b34287dba41b7e4eec45b5a359.zip |
- Update to 1.6.2
- Add LICENSE while I'm here
PR: ports/152287
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Diffstat (limited to 'www/php-plurk-api')
-rw-r--r-- | www/php-plurk-api/Makefile | 16 | ||||
-rw-r--r-- | www/php-plurk-api/distinfo | 5 |
2 files changed, 10 insertions, 11 deletions
diff --git a/www/php-plurk-api/Makefile b/www/php-plurk-api/Makefile index 4b4eafb0d682..e77ad7efc63a 100644 --- a/www/php-plurk-api/Makefile +++ b/www/php-plurk-api/Makefile @@ -6,23 +6,23 @@ # PORTNAME= php-plurk-api -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= php-plurk-api-${PORTVERSION} +MASTER_SITES= GOOGLE_CODE MAINTAINER= appleboy.tw@gmail.com COMMENT= A Plurk API Implementation with PHP -USE_ZIP= yes +LICENSE= BSD + NO_BUILD= yes USE_PHP= json curl +USE_ZIP= yes +WRKSRC= ${WRKDIR}/${PORTNAME} -SUB_LIST+= PKGNAME=${PKGNAME} +SUB_LIST= PKGNAME=${PKGNAME} SUB_FILES= pkg-message -.include <bsd.port.pre.mk> - do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @@ -39,4 +39,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/php-plurk-api/distinfo b/www/php-plurk-api/distinfo index 86bcfb73c321..92f7227fbc13 100644 --- a/www/php-plurk-api/distinfo +++ b/www/php-plurk-api/distinfo @@ -1,3 +1,2 @@ -MD5 (php-plurk-api-1.6.0.zip) = 14e2f2b2aba0053730a2d13cdc92341c -SHA256 (php-plurk-api-1.6.0.zip) = 2b7e1defa98cdfe1dece7aa0f35378a9e70a907efd187d82c5593b9310ca4978 -SIZE (php-plurk-api-1.6.0.zip) = 56078 +SHA256 (php-plurk-api-1.6.2.zip) = 1abc91072e27adf1e593a2b3b399352fc37a11d3d00a689a9f7432d3272e4787 +SIZE (php-plurk-api-1.6.2.zip) = 54302 |