Date: Wed, 25 Aug 2010 19:42:12 +0800 (CST) From: Bo-Yi Wu <appleboy.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: appleboy.tw@gmail.com Subject: ports/149961: [maintainer] www/php-plurk-api update to 1.6.0 Message-ID: <201008251142.o7PBgCnD001560@freebsd.ee.ccu.edu.tw> Resent-Message-ID: <201008251150.o7PBo7Zh029462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149961 >Category: ports >Synopsis: [maintainer] www/php-plurk-api update to 1.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 25 11:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bo-Yi Wu >Release: FreeBSD 7.1-RELEASE-p13 i386 >Organization: Gemtek of Taiwan >Environment: System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p13 FreeBSD 7.1-RELEASE-p13 #0: Mon Jul 12 17:44:51 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1. add favoritePlurks and unfavoritePlurks function API. 2. fixed offset value for get_plurks() function API. 3. add only_favorite parameter for get_plurks() function API. >How-To-Repeat: >Fix: --- php-plurk-api.patch begins here --- diff -ruN /usr/ports/www/php-plurk-api/Makefile php-plurk-api/Makefile --- /usr/ports/www/php-plurk-api/Makefile 2010-08-05 05:10:07.000000000 +0800 +++ php-plurk-api/Makefile 2010-08-25 19:37:35.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= php-plurk-api -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= php-plurk-api-${PORTVERSION} diff -ruN /usr/ports/www/php-plurk-api/distinfo php-plurk-api/distinfo --- /usr/ports/www/php-plurk-api/distinfo 2010-08-05 05:10:07.000000000 +0800 +++ php-plurk-api/distinfo 2010-08-25 19:30:08.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (php-plurk-api-1.5.0.zip) = 75e8ce047358f990c1382a1bf1ebdc9e -SHA256 (php-plurk-api-1.5.0.zip) = 7caa4a344803bc768db28fa0839c9fb0096fbdd68e8f1213e6260f31683a3a59 -SIZE (php-plurk-api-1.5.0.zip) = 14972 +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 diff -ruN /usr/ports/www/php-plurk-api/pkg-plist php-plurk-api/pkg-plist --- /usr/ports/www/php-plurk-api/pkg-plist 2010-08-05 05:10:07.000000000 +0800 +++ php-plurk-api/pkg-plist 2010-08-25 19:33:05.000000000 +0800 @@ -3,7 +3,29 @@ %%WWWDIR%%/config.php %%WWWDIR%%/constant.php %%WWWDIR%%/cookie +%%WWWDIR%%/documents/classtrees_php-plurk-api.html +%%WWWDIR%%/documents/elementindex.html +%%WWWDIR%%/documents/elementindex_php-plurk-api.html +%%WWWDIR%%/documents/errors.html +%%WWWDIR%%/documents/index.html +%%WWWDIR%%/documents/li_php-plurk-api.html +%%WWWDIR%%/documents/media/background.png +%%WWWDIR%%/documents/media/empty.png +%%WWWDIR%%/documents/media/style.css +%%WWWDIR%%/documents/php-plurk-api/_config.php.html +%%WWWDIR%%/documents/php-plurk-api/_constant.php.html +%%WWWDIR%%/documents/php-plurk-api/_example.php.html +%%WWWDIR%%/documents/php-plurk-api/_plurk_api.php.html +%%WWWDIR%%/documents/php-plurk-api/plurk_api.html +%%WWWDIR%%/documents/ric_ChangeLog.html +%%WWWDIR%%/documents/ric_README.html +%%WWWDIR%%/documents/todolist.html %%WWWDIR%%/example.php %%WWWDIR%%/log %%WWWDIR%%/plurk_api.php +@dirrm %%WWWDIR%%/documents/php-plurk-api +@dirrm %%WWWDIR%%/documents/media/images +@dirrm %%WWWDIR%%/documents/media +@dirrm %%WWWDIR%%/documents/default +@dirrm %%WWWDIR%%/documents @dirrm %%WWWDIR%% --- php-plurk-api.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008251142.o7PBgCnD001560>