summaryrefslogtreecommitdiff
path: root/net/p5-Net-Twitter/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-09-15 05:51:01 +0000
committersno <sno>2010-09-15 05:51:01 +0000
commit677bbd83027fcf8c0f5f6448f7de40b013d99353 (patch)
tree6f6551ebfa99cf405b232a2e948adf66964ccab3 /net/p5-Net-Twitter/Makefile
parent8c348712f13c14ca5962ffcbdc9c39ea2c3020d1 (diff)
downloadpkgsrc-677bbd83027fcf8c0f5f6448f7de40b013d99353.tar.gz
Update net/p5-Net-Twitter from 3.11012nb1 to 3.13008
Upstream changes: 3.13008 2010-08-26 - use HTTPS for all OAuth token negotiation steps 3.13007 2010-07-06 - decode_html_entities now decodes all fields (incl source in search results) - Role::OAuth doc patch by Doug Bell <doug@plainblack.com> - fixed: incompatibility between "since" and InflateObjects 3.13006 2010-06-18 - test fix: bump the skip count for a new test in t/unicode.t for optional module 3.13005 2010-06-18 - fixed: since (synthetic arg) filtering - fixed: don't use args for OAuth signature on multi-part mime posts 3.13004 2010-06-18 - fixed: OAuth signature error with unicode args (RT#58493) 3.13003 2010-05-21 - production release with Lists API refactor and OAuth changes 3.13002_03 2010-05-13 - fixed: generate new OAuth authorization hearder on retry (RetryOnError trait) 3.13002_02 2010-05-12 - fixed: removed redundant alias declarations 3.13002_01 2010-05-12 - Refactored the Lists API to use Net::Twitter::API 3.13001 2010-11 - use POST with Authorization header for XAuth (per Twitter documentation) - replace homegrown XAuth support with Net::OAuth's native support - accommodate 2 base URLs for API::Search (search and trends* methods use different base URLs) - enable SSL support for API::Search 3.13000 2010-05-09 - added support and documentation for optional timeline parameter skip_user - fixed tests: plan was called twice when LWP was too old - added friends_incoming and friendships_outgoing methods 3.12000 2010-03-19 - added new API methods: retweeted_by and retweeted_by_ids - fixed: t/51_since.t was actually connecting to twitter
Diffstat (limited to 'net/p5-Net-Twitter/Makefile')
-rw-r--r--net/p5-Net-Twitter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile
index c02bc8cf972..6a0d174dd57 100644
--- a/net/p5-Net-Twitter/Makefile
+++ b/net/p5-Net-Twitter/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2010/08/21 16:35:29 seb Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/15 05:51:01 sno Exp $
#
-DISTNAME= Net-Twitter-3.11012
+DISTNAME= Net-Twitter-3.13008
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+#PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}