View | Details | Raw Unified | Return to bug 121957
Collapse All | Expand All

(-)Makefile (-3 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Services_Digg
8
PORTNAME=	Services_Digg
9
PORTVERSION=	0.2.0
9
PORTVERSION=	0.4.3
10
CATEGORIES=	www pear
10
CATEGORIES=	www pear
11
11
12
MAINTAINER=	bg1tpt@gmail.com
12
MAINTAINER=	bg1tpt@gmail.com
Lines 19-34 Link Here
19
19
20
CATEGORY=	Services
20
CATEGORY=	Services
21
FILES=		Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.php \
21
FILES=		Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.php \
22
		Digg/GalleryPhoto.php Digg/GalleryPhotos.php Digg/Request.php \
22
		Digg/Errors.php Digg/Exception.php Digg/Proxy.php Digg/Response.php \
23
		Digg/Errors.php Digg/Exception.php Digg/Proxy.php Digg/Response.php \
23
		Digg/Stories.php Digg/Story.php Digg/Topics.php Digg/User.php \
24
		Digg/Stories.php Digg/Story.php Digg/Topics.php Digg/User.php \
24
		Digg/Users.php Digg/Response/Common.php Digg/Response/php.php \
25
		Digg/Users.php Digg/Response/Common.php Digg/Response/php.php \
25
		Digg/Response/xml.php
26
		Digg/Response/xml.php  Digg/Response/Exception.php
26
27
27
TESTS=		000-services-digg-factory.phpt 001-errors-getAll.phpt \
28
TESTS=		000-services-digg-factory.phpt 001-errors-getAll.phpt \
28
		003-errors-getErrorByCode.phpt 005-topics-getAll.phpt \
29
		003-errors-getErrorByCode.phpt 005-topics-getAll.phpt \
29
		010-user-submissions.phpt 011-user-isFriend.phpt \
30
		010-user-submissions.phpt 011-user-isFriend.phpt \
30
		012-user-isFan.phpt 013-user-comments.phpt \
31
		012-user-isFan.phpt 013-user-comments.phpt \
31
		013-user-getFriendsDugg.phpt 013-user-getFriendsSubmissions.phpt \
32
		013-user-getFriendsDugg.phpt 013-user-getFriendsSubmissions.phpt \
33
		013-user-getFriendsCommented.phpt \
34
		013-user-getFriendsUpcoming.phpt 013-user-getFriendsPopular.phpt \
32
		014-user-diggs.phpt 020-users-getUserByName.phpt \
35
		014-user-diggs.phpt 020-users-getUserByName.phpt \
33
		030-stories-getStoryById.phpt 031-stories-getContainer.phpt \
36
		030-stories-getStoryById.phpt 031-stories-getContainer.phpt \
34
		031-stories-getContainerHot.phpt 031-stories-getContainerTop.phpt \
37
		031-stories-getContainerHot.phpt 031-stories-getContainerTop.phpt \
Lines 43-49 Link Here
43
		038-stories-getTopicTop.phpt 040-story-comments.phpt \
46
		038-stories-getTopicTop.phpt 040-story-comments.phpt \
44
		041-story-getCommentById.phpt 050-comments.phpt \
47
		041-story-getCommentById.phpt 050-comments.phpt \
45
		060-comment-replies.phpt 070-proxy-get.phpt \
48
		060-comment-replies.phpt 070-proxy-get.phpt \
46
		071-proxy-post.phpt 200-diggapiuser-isFriend.phpt \
49
		071-proxy-post.phpt 080-exception-toString.phpt \
50
		150-request.phpt 200-diggapiuser-isFriend.phpt \
47
		201-diggapistories-iteration.phpt tests-config.php
51
		201-diggapistories-iteration.phpt tests-config.php
48
52
49
post-extract:
53
post-extract:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Services_Digg-0.2.0.tgz) = e858622f9f2316e10089207dd15e83fb
1
MD5 (PEAR/Services_Digg-0.4.3.tgz) = 5abd18352a07acffb86c511fed0a7e3d
2
SHA256 (PEAR/Services_Digg-0.2.0.tgz) = 1126802eae3a18f3fbbe395f360ab678cda8474b31bafbe29d07b1ca8e3e4db0
2
SHA256 (PEAR/Services_Digg-0.4.3.tgz) = 5a11fae2c7569ebdc74e9ce0c19c1530263592772ea53e668e1cb95d291d29c0
3
SIZE (PEAR/Services_Digg-0.2.0.tgz) = 15798
3
SIZE (PEAR/Services_Digg-0.4.3.tgz) = 20668

Return to bug 121957