- Update to 0.4.3
PR: 121957 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
This commit is contained in:
parent
4e4bdb5878
commit
236c4bc9b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209876
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Services_Digg
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= www pear
|
||||
|
||||
MAINTAINER= bg1tpt@gmail.com
|
||||
@ -19,16 +19,19 @@ USE_PHP= curl
|
||||
|
||||
CATEGORY= Services
|
||||
FILES= Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.php \
|
||||
Digg/GalleryPhoto.php Digg/GalleryPhotos.php Digg/Request.php \
|
||||
Digg/Errors.php Digg/Exception.php Digg/Proxy.php Digg/Response.php \
|
||||
Digg/Stories.php Digg/Story.php Digg/Topics.php Digg/User.php \
|
||||
Digg/Users.php Digg/Response/Common.php Digg/Response/php.php \
|
||||
Digg/Response/xml.php
|
||||
Digg/Response/xml.php Digg/Response/Exception.php
|
||||
|
||||
TESTS= 000-services-digg-factory.phpt 001-errors-getAll.phpt \
|
||||
003-errors-getErrorByCode.phpt 005-topics-getAll.phpt \
|
||||
010-user-submissions.phpt 011-user-isFriend.phpt \
|
||||
012-user-isFan.phpt 013-user-comments.phpt \
|
||||
013-user-getFriendsDugg.phpt 013-user-getFriendsSubmissions.phpt \
|
||||
013-user-getFriendsCommented.phpt \
|
||||
013-user-getFriendsUpcoming.phpt 013-user-getFriendsPopular.phpt \
|
||||
014-user-diggs.phpt 020-users-getUserByName.phpt \
|
||||
030-stories-getStoryById.phpt 031-stories-getContainer.phpt \
|
||||
031-stories-getContainerHot.phpt 031-stories-getContainerTop.phpt \
|
||||
@ -43,7 +46,8 @@ TESTS= 000-services-digg-factory.phpt 001-errors-getAll.phpt \
|
||||
038-stories-getTopicTop.phpt 040-story-comments.phpt \
|
||||
041-story-getCommentById.phpt 050-comments.phpt \
|
||||
060-comment-replies.phpt 070-proxy-get.phpt \
|
||||
071-proxy-post.phpt 200-diggapiuser-isFriend.phpt \
|
||||
071-proxy-post.phpt 080-exception-toString.phpt \
|
||||
150-request.phpt 200-diggapiuser-isFriend.phpt \
|
||||
201-diggapistories-iteration.phpt tests-config.php
|
||||
|
||||
post-extract:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (PEAR/Services_Digg-0.2.0.tgz) = e858622f9f2316e10089207dd15e83fb
|
||||
SHA256 (PEAR/Services_Digg-0.2.0.tgz) = 1126802eae3a18f3fbbe395f360ab678cda8474b31bafbe29d07b1ca8e3e4db0
|
||||
SIZE (PEAR/Services_Digg-0.2.0.tgz) = 15798
|
||||
MD5 (PEAR/Services_Digg-0.4.3.tgz) = 5abd18352a07acffb86c511fed0a7e3d
|
||||
SHA256 (PEAR/Services_Digg-0.4.3.tgz) = 5a11fae2c7569ebdc74e9ce0c19c1530263592772ea53e668e1cb95d291d29c0
|
||||
SIZE (PEAR/Services_Digg-0.4.3.tgz) = 20668
|
||||
|
Loading…
Reference in New Issue
Block a user