diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-08-21 14:53:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-08-21 14:53:26 +0800 |
commit | e25aabb760461248652320579f541456b7472fda (patch) | |
tree | dd81e6e34100453be7e54a738e4039893d1c3c87 | |
parent | 8d9cdd10053ae4616015a33e1f3cfc520c7656a9 (diff) | |
download | freebsd-ports-gnome-e25aabb760461248652320579f541456b7472fda.tar.gz freebsd-ports-gnome-e25aabb760461248652320579f541456b7472fda.tar.zst freebsd-ports-gnome-e25aabb760461248652320579f541456b7472fda.zip |
- Update to 1.093 (requires PORTEPOCH bump)
- Update WWW from CPAN to actual project page
Changelog: http://redditclient.readthedocs.io/en/latest/changelog/
-rw-r--r-- | www/p5-Reddit-Client/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Reddit-Client/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Reddit-Client/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-Reddit-Client/Makefile b/www/p5-Reddit-Client/Makefile index 276b92023dff..e3e2c09c98e3 100644 --- a/www/p5-Reddit-Client/Makefile +++ b/www/p5-Reddit-Client/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= Reddit-Client -PORTVERSION= 1.0902 +PORTVERSION= 1.093 +PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Reddit-Client/distinfo b/www/p5-Reddit-Client/distinfo index 31724febdb34..383f8c699d6e 100644 --- a/www/p5-Reddit-Client/distinfo +++ b/www/p5-Reddit-Client/distinfo @@ -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 diff --git a/www/p5-Reddit-Client/pkg-descr b/www/p5-Reddit-Client/pkg-descr index 5552a07ed4b6..86abaa7617a4 100644 --- a/www/p5-Reddit-Client/pkg-descr +++ b/www/p5-Reddit-Client/pkg-descr @@ -3,4 +3,4 @@ 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/ |