- Update to 1.6.0
PR: ports/149961 Submitted by: Bo-Yi Wu <appleboy.tw AT gmail.com> (maintainer)
This commit is contained in:
parent
c45017e41c
commit
c894b4e569
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259971
3 changed files with 26 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue