Index: head/www/p5-Reddit-Client/Makefile =================================================================== --- head/www/p5-Reddit-Client/Makefile (revision 485124) +++ head/www/p5-Reddit-Client/Makefile (revision 485125) @@ -1,31 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= Reddit-Client -PORTVERSION= 1.2812 +PORTVERSION= 1.2816 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Methods and object wrappers for objects exposed by the Reddit API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \ p5-JSON>=2.53:converters/p5-JSON \ p5-URI-Encode>0:www/p5-URI-Encode \ p5-URI>0:net/p5-URI \ p5-libwww>0:www/p5-libwww \ p5-File-Path-Expand>=0:devel/p5-File-Path-Expand TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule USES= perl5 USE_PERL5= configure NO_ARCH= yes .include Index: head/www/p5-Reddit-Client/distinfo =================================================================== --- head/www/p5-Reddit-Client/distinfo (revision 485124) +++ head/www/p5-Reddit-Client/distinfo (revision 485125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542272275 -SHA256 (Reddit-Client-1.2812.tar.gz) = 0abbdbded7252c880a8de9f413f8fbbac9f58717a8b6d6ed5f2ec607e30cc5ca -SIZE (Reddit-Client-1.2812.tar.gz) = 33262 +TIMESTAMP = 1542449532 +SHA256 (Reddit-Client-1.2816.tar.gz) = 5d1d56288b564e91a70242384c11e367d0fab1d3fae697cfe87b84ce42930d86 +SIZE (Reddit-Client-1.2816.tar.gz) = 33944 Index: head/www/p5-Reddit-Client/pkg-descr =================================================================== --- head/www/p5-Reddit-Client/pkg-descr (revision 485124) +++ head/www/p5-Reddit-Client/pkg-descr (revision 485125) @@ -1,6 +1,6 @@ Reddit::Client provides methods and simple object wrappers for objects exposed by the Reddit API. This module handles HTTP communication, basic session management (e.g. storing an active login session), and communication with Reddit's external API. -WWW: http://redditclient.readthedocs.io/en/latest/ +WWW: https://metacpan.org/pod/Reddit::Client