Index: head/www/pear-Services_Digg/Makefile =================================================================== --- head/www/pear-Services_Digg/Makefile (revision 194251) +++ head/www/pear-Services_Digg/Makefile (revision 194252) @@ -1,50 +1,51 @@ # Ports collection makefile for: pear-Services_Digg # Date created: 17 May 2007 # Whom: Zhen REN # # $FreeBSD$ # PORTNAME= Services_Digg -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= www pear MAINTAINER= bg1tpt@gmail.com COMMENT= PHP interface to Digg's API BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= curl CATEGORY= Services FILES= Digg.php Digg/Comments.php Digg/Comment.php Digg/Common.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 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 \ 014-user-diggs.phpt 020-users-getUserByName.phpt \ 030-stories-getStoryById.phpt 031-stories-getContainer.phpt \ 032-stories-getContainerPopular.phpt \ 032-stories-getContainerUpcoming.phpt \ 033-stories-getStoriesById.phpt 034-stories-comments.phpt \ 034-stories-diggs.phpt 034-stories-popular.phpt \ 035-stories-getAll.phpt 035-stories-getStoriesComments.phpt \ 035-stories-getStoriesDiggs.phpt 036-stories-getStoryByTitle.phpt \ - 040-story-comments.phpt 050-comments.phpt 060-comment-replies.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 201-diggapistories-iteration.phpt \ tests-config.php post-extract: ${MV} ${WRKSRC}/Services/Digg.php ${WRKSRC} ${MV} ${WRKSRC}/Services/Digg ${WRKSRC} .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Property changes on: head/www/pear-Services_Digg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/pear-Services_Digg/distinfo =================================================================== --- head/www/pear-Services_Digg/distinfo (revision 194251) +++ head/www/pear-Services_Digg/distinfo (revision 194252) @@ -1,3 +1,3 @@ -MD5 (PEAR/Services_Digg-0.1.0.tgz) = 0e5bfce998b222c626107a6b70633e4f -SHA256 (PEAR/Services_Digg-0.1.0.tgz) = 4b171dfae812829e53df5fee6ee137955a2d4d899d156cd204753a7146201df4 -SIZE (PEAR/Services_Digg-0.1.0.tgz) = 13677 +MD5 (PEAR/Services_Digg-0.1.1.tgz) = c1a1ef18308ef6098a69ce66591d182f +SHA256 (PEAR/Services_Digg-0.1.1.tgz) = 459da4445a59c2c2ed5ec77595ca857c48f048a963b1650dbd2a8003a3f421b0 +SIZE (PEAR/Services_Digg-0.1.1.tgz) = 13899 Property changes on: head/www/pear-Services_Digg/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property