diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-19 20:50:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-06-19 20:50:49 +0000 |
commit | 4069e2d44841ca76771e903c179959a8c6507138 (patch) | |
tree | ff8b294072183db603d0abd3326dcdfccfcf9fd7 /www/p5-WWW-Myspace | |
parent | de9d9e5d93d8529efb29f102832808ed5ff47965 (diff) | |
download | ports-4069e2d44841ca76771e903c179959a8c6507138.tar.gz ports-4069e2d44841ca76771e903c179959a8c6507138.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Myspace')
-rw-r--r-- | www/p5-WWW-Myspace/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Myspace/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Myspace/pkg-plist | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/www/p5-WWW-Myspace/Makefile b/www/p5-WWW-Myspace/Makefile index a0c2df856b3a..8c26fc3524df 100644 --- a/www/p5-WWW-Myspace/Makefile +++ b/www/p5-WWW-Myspace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Myspace -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +24,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-P p5-Spiffy>=0.24:${PORTSDIR}/devel/p5-Spiffy \ p5-YAML>=0.39:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS= ${RUN_DEPENDS} +WRKSRC= ${WRKDIR}/${PORTNAME} # inherited from p5-Locale-SubCountry PERL_CONFIGURE= 5.8.4+ @@ -32,6 +33,9 @@ MAN1= approve_friends.1 comment_myspace.1 \ message_group.1 MAN3= WWW::Myspace.3 WWW::Myspace::Comment.3 \ WWW::Myspace::FriendChanges.3 \ - WWW::Myspace::Message.3 WWW::Myspace::MyBase.3 + WWW::Myspace::Message.3 WWW::Myspace::MyBase.3 \ + WWW::Myspace::Promoter.3 \ + WWW::Myspace::FriendRequest.3 + .include <bsd.port.mk> diff --git a/www/p5-WWW-Myspace/distinfo b/www/p5-WWW-Myspace/distinfo index 3eda7c6c9933..ef2ce7e8c79c 100644 --- a/www/p5-WWW-Myspace/distinfo +++ b/www/p5-WWW-Myspace/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Myspace-0.80.tar.gz) = 9fbd60cf3f901edf34581f597a64365f -SHA256 (WWW-Myspace-0.80.tar.gz) = 0d6a6f45b6230e297968066643ef0ea5356678a5f4db90d9d1bcdc12152a9644 -SIZE (WWW-Myspace-0.80.tar.gz) = 132167 +MD5 (WWW-Myspace-0.81.tar.gz) = d0444de8ed294b392764312a85fc2877 +SHA256 (WWW-Myspace-0.81.tar.gz) = 16b1714f64211a09d205e7e1512df2f05bb261af0068f7a0a2af8988a0b8a489 +SIZE (WWW-Myspace-0.81.tar.gz) = 143095 diff --git a/www/p5-WWW-Myspace/pkg-plist b/www/p5-WWW-Myspace/pkg-plist index 003c1fae5f6e..6c5a5cbbbf65 100644 --- a/www/p5-WWW-Myspace/pkg-plist +++ b/www/p5-WWW-Myspace/pkg-plist @@ -3,8 +3,10 @@ %%SITE_PERL%%/WWW/Myspace.pm %%SITE_PERL%%/WWW/Myspace/Comment.pm %%SITE_PERL%%/WWW/Myspace/FriendChanges.pm +%%SITE_PERL%%/WWW/Myspace/FriendRequest.pm %%SITE_PERL%%/WWW/Myspace/Message.pm %%SITE_PERL%%/WWW/Myspace/MyBase.pm +%%SITE_PERL%%/WWW/Myspace/Promoter.pm bin/approve_friends bin/comment_myspace bin/message_group |