diff options
Diffstat (limited to 'www/pear-Services_Digg')
-rw-r--r-- | www/pear-Services_Digg/Makefile | 10 | ||||
-rw-r--r-- | www/pear-Services_Digg/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/www/pear-Services_Digg/Makefile b/www/pear-Services_Digg/Makefile index ff5850d4c6bf..ad8a444bd02c 100644 --- a/www/pear-Services_Digg/Makefile +++ b/www/pear-Services_Digg/Makefile @@ -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: diff --git a/www/pear-Services_Digg/distinfo b/www/pear-Services_Digg/distinfo index 160d78a8855f..5edd41a64b1c 100644 --- a/www/pear-Services_Digg/distinfo +++ b/www/pear-Services_Digg/distinfo @@ -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 |