Index: head/www/p5-Reddit-Client/Makefile =================================================================== --- head/www/p5-Reddit-Client/Makefile (revision 448450) +++ head/www/p5-Reddit-Client/Makefile (revision 448451) @@ -1,29 +1,30 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= Reddit-Client -PORTVERSION= 1.0902 +PORTVERSION= 1.093 +PORTEPOCH= 1 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= 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 RUN_DEPENDS:= ${BUILD_DEPENDS} 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 448450) +++ head/www/p5-Reddit-Client/distinfo (revision 448451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503230950 -SHA256 (Reddit-Client-1.0902.tar.gz) = 7ac826c48ce37113e37b6649df8e7fda4db74cbcfe73280491f90a92e83c2ea5 -SIZE (Reddit-Client-1.0902.tar.gz) = 23667 +TIMESTAMP = 1503298122 +SHA256 (Reddit-Client-1.093.tar.gz) = 6124fd07dca87267c0e8efd0b02c164c2fe75181e3e9f6be0df087aa1e61c25a +SIZE (Reddit-Client-1.093.tar.gz) = 23695 Index: head/www/p5-Reddit-Client/pkg-descr =================================================================== --- head/www/p5-Reddit-Client/pkg-descr (revision 448450) +++ head/www/p5-Reddit-Client/pkg-descr (revision 448451) @@ -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://search.cpan.org/dist/Reddit-Client/ +WWW: http://redditclient.readthedocs.io/en/latest/