pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-Twitter



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov 20 07:17:21 UTC 2016

Modified Files:
        pkgsrc/net/p5-Net-Twitter: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/p5-Net-Twitter/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-Net-Twitter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-Net-Twitter/Makefile
diff -u pkgsrc/net/p5-Net-Twitter/Makefile:1.24 pkgsrc/net/p5-Net-Twitter/Makefile:1.25
--- pkgsrc/net/p5-Net-Twitter/Makefile:1.24     Tue Jul 26 06:25:42 2016
+++ pkgsrc/net/p5-Net-Twitter/Makefile  Sun Nov 20 07:17:21 2016
@@ -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-Devel-StackTrace>=1.21:../.
 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

Index: pkgsrc/net/p5-Net-Twitter/distinfo
diff -u pkgsrc/net/p5-Net-Twitter/distinfo:1.13 pkgsrc/net/p5-Net-Twitter/distinfo:1.14
--- pkgsrc/net/p5-Net-Twitter/distinfo:1.13     Tue Jul 26 06:25:42 2016
+++ pkgsrc/net/p5-Net-Twitter/distinfo  Sun Nov 20 07:17:21 2016
@@ -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