diff options
author | he <he@pkgsrc.org> | 2008-08-06 21:31:13 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-06 21:31:13 +0000 |
commit | 5fb5a1a88dbbec0bc97d80ed8fe87e799e2aae89 (patch) | |
tree | 69be94ae21738de7861da1af1ceb13505d4d4268 /www/p5-WWW-Facebook-API | |
parent | c0b8ce0c14c38d30cf9f1705b06565dc1fb9b128 (diff) | |
download | pkgsrc-5fb5a1a88dbbec0bc97d80ed8fe87e799e2aae89.tar.gz |
Update from version 0.4.7 to 0.4.13.
Pkgsrc changes:
o Add new dependency on p5-Readonly.
Upstream changes:
0.4.13 Wed Jul 30 18:14:59 PDT 2008
Added Readonly as dependency
0.4.12 Wed Jul 30 04:09:26 PDT 2008
Perltidy'd
Fixed RT#33571 and RT#37617 (gregor herrmann)++
Addresses RT#37840 (clscott++)
0.4.11 Thu Feb 28 20:44:29 PST 2008
Fix documentation bug for notifications->send_email
Add FAQ entry for RT#31620 and RT#31944
Regen'ed README
Fixed utf8 encoding issue: RT#32500 (thanks for the patch, Ryan)
Added get_lists in friends namespace
Added data namespace with tests
Updated documentation to match various API updates
Perltidy'd
0.4.10 Sat Dec 1 17:30:58 PST 2007
Fixed bug where session_key parameter value wasn't being used when
passed to a call (thanks Louise-Philippe)
Perl-tidied and critiqued
Added stub documentation for base and new methods
0.4.9 Sun Nov 25 11:39:47 PST 2007
Fixed some documentation errors
Updated documentation to match current documentation on Facebook site
Added pages namespace
Removed get_FBML and set_FBML in profile namespace
0.4.8 Sun Nov 11 14:37:41 PST 2007
Updated docs and added FAQ with two questions
Added marketplace
Added users->has_app_permission, users->is_app_added, users->set_status
Added feed->publish_templatized_action (thanks King Mak)
Changed autogen methods for subclasses in API.pm (thanks Shawn)
No longer send secret when authenticating (thanks Derek)
Diffstat (limited to 'www/p5-WWW-Facebook-API')
-rw-r--r-- | www/p5-WWW-Facebook-API/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Facebook-API/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index 39d00bef7a7..977fc24af8a 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/06 21:31:13 he Exp $ # -DISTNAME= WWW-Facebook-API-v0.4.7 -PKGNAME= p5-${DISTNAME:C/-v/-/} +DISTNAME= WWW-Facebook-API-0.4.13 +PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -17,6 +17,7 @@ DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-version-[0-9]*:../../devel/p5-version +DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-WWW-Facebook-API/distinfo b/www/p5-WWW-Facebook-API/distinfo index 8dadfe298f7..c218be53f64 100644 --- a/www/p5-WWW-Facebook-API/distinfo +++ b/www/p5-WWW-Facebook-API/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/09/07 15:28:34 abs Exp $ +$NetBSD: distinfo,v 1.2 2008/08/06 21:31:13 he Exp $ -SHA1 (WWW-Facebook-API-v0.4.7.tar.gz) = 36da0b670c3eb74f1acd922d9a5024075b97d56b -RMD160 (WWW-Facebook-API-v0.4.7.tar.gz) = 2421443163e88e6817b78a22c38774eb63d79e93 -Size (WWW-Facebook-API-v0.4.7.tar.gz) = 45196 bytes +SHA1 (WWW-Facebook-API-0.4.13.tar.gz) = 68ca86486d429deac83a9829b56b688f8390b149 +RMD160 (WWW-Facebook-API-0.4.13.tar.gz) = 548a08f914bf74661f9ad3e089ace5c5eee6ba54 +Size (WWW-Facebook-API-0.4.13.tar.gz) = 51478 bytes |