Here is an update for WWW::Tumblr.
This update address changes made to the Tumblr API, with no visible
changes for possible consumers [0].
Port-wise it's a simple update, with a depends refresh.
Testing:
- 'make test' passes
- there are no consumers
Comments/feedback are welcome.
Charlène.
[0] https://metacpan.org/source/DAMOG/WWW-Tumblr-5.3/Changes
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-WWW-Tumblr/Makefile,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 Makefile
--- Makefile 20 Mar 2016 19:57:23 -0000 1.10
+++ Makefile 21 May 2019 06:31:19 -0000
@@ -2,7 +2,7 @@
COMMENT = Perl interface for the Tumblr API
-DISTNAME = WWW-Tumblr-5.2
+DISTNAME = WWW-Tumblr-5.3
CATEGORIES = www
MODULES = cpan
@@ -11,8 +11,10 @@ PKG_ARCH = *
# Perl
PERMIT_PACKAGE_CDROM = Yes
-RUN_DEPENDS = www/p5-libwww \
+RUN_DEPENDS = converters/p5-JSON \
devel/p5-Moose \
- net/p5-Net-OAuth
+ net/p5-Net-OAuth \
+ www/p5-HTTP-Message \
+ www/p5-libwww
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-WWW-Tumblr/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 20 Sep 2015 08:33:57 -0000 1.4
+++ distinfo 21 May 2019 06:31:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (WWW-Tumblr-5.2.tar.gz) = ePEdJbLT/1q5gx5G9biyJ39HARWP3/gQXGWLSfZKX3E=
-SIZE (WWW-Tumblr-5.2.tar.gz) = 233541
+SHA256 (WWW-Tumblr-5.3.tar.gz) = wQ0BYfOjp4fqA0UhT4RsfgKGo/SjVFnahhZ9+Xu0rcg=
+SIZE (WWW-Tumblr-5.3.tar.gz) = 231316
No comments:
Post a Comment