pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Twitter Update to 4.01041



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9960aacc4fb2
branches:  trunk
changeset: 355063:9960aacc4fb2
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Nov 20 07:17:21 2016 +0000

description:
Update to 4.01041
Update DEPENDS

Upstream changes:
4.01041 2016-11-19
    - hack dist.ini to get POD and README back into the distribution O_o

4.01040 2016-11-19
    - added trait WrapResult (returns both the HTTP response, with rate limit
      accessors, and the decoded JSON response)
    - rename placeholder :category to :slug with backwards compatibility to
      match Twitter's documentation
    - add attachment_url parameter to update method
    - add links to Twitter API docs

4.01030 2016-11-18
    - cleaned up Net::Twitter::Error and documented stack_trace and stack_frame
      methods
    - Add method upload_status (ghathwar on Github)

diffstat:

 net/p5-Net-Twitter/Makefile |   7 +++----
 net/p5-Net-Twitter/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r f948c3f15cd7 -r 9960aacc4fb2 net/p5-Net-Twitter/Makefile
--- a/net/p5-Net-Twitter/Makefile       Sun Nov 20 06:58:22 2016 +0000
+++ b/net/p5-Net-Twitter/Makefile       Sun Nov 20 07:17:21 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2016/07/26 06:25:42 wen Exp $
+# $NetBSD: Makefile,v 1.25 2016/11/20 07:17:21 wen Exp $
 #
 
-DISTNAME=      Net-Twitter-4.01020
+DISTNAME=      Net-Twitter-4.01041
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -19,8 +19,7 @@
 DEPENDS+=      p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
 DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=      p5-IO-Socket-SSL>=2.005:../../security/p5-IO-Socket-SSL
-DEPENDS+=      p5-JSON-[0-9]*:../../converters/p5-JSON
-DEPENDS+=      p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
+DEPENDS+=      p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
 DEPENDS+=      p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
 DEPENDS+=      p5-Moose>=0.90:../../devel/p5-Moose
 DEPENDS+=      p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
diff -r f948c3f15cd7 -r 9960aacc4fb2 net/p5-Net-Twitter/distinfo
--- a/net/p5-Net-Twitter/distinfo       Sun Nov 20 06:58:22 2016 +0000
+++ b/net/p5-Net-Twitter/distinfo       Sun Nov 20 07:17:21 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/07/26 06:25:42 wen Exp $
+$NetBSD: distinfo,v 1.14 2016/11/20 07:17:21 wen Exp $
 
-SHA1 (Net-Twitter-4.01020.tar.gz) = a9a95a2754afea802aee24d9d45ad32665041584
-RMD160 (Net-Twitter-4.01020.tar.gz) = 6881f0d3afd0fbd7b2db3353b6f9261e5c6010a4
-SHA512 (Net-Twitter-4.01020.tar.gz) = 7a3eebd5028fa026bba5136aa20b211da060d6203cfe56baa1a61fb2f9f415be3c4131790b8090068f3ef371caa114bc51ea7ec1a9495f9c060db4298923e07e
-Size (Net-Twitter-4.01020.tar.gz) = 131840 bytes
+SHA1 (Net-Twitter-4.01041.tar.gz) = 3a61eb98792af78a8e79ac2230d22275bae6e760
+RMD160 (Net-Twitter-4.01041.tar.gz) = 8cfa44053e8e5ae34789856fbc6748436fb1f5d1
+SHA512 (Net-Twitter-4.01041.tar.gz) = 904b8978f5289041b07c819f3eea0e5f76f4bab94a597d5318062052baf527a6bb9d7d3c7ad263b0f2a64e45c8a68a6a163f9ca4c86fb9303add61304f765559
+Size (Net-Twitter-4.01041.tar.gz) = 137850 bytes



Home | Main Index | Thread Index | Old Index