From owner-svn-ports-head@freebsd.org Tue Oct 6 22:40:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B44A9D0711; Tue, 6 Oct 2015 22:40:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31230C87; Tue, 6 Oct 2015 22:40:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96MeqBW064232; Tue, 6 Oct 2015 22:40:52 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96MeqXF064229; Tue, 6 Oct 2015 22:40:52 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201510062240.t96MeqXF064229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 6 Oct 2015 22:40:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398726 - head/www/p5-Reddit-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 22:40:53 -0000 Author: ehaupt Date: Tue Oct 6 22:40:51 2015 New Revision: 398726 URL: https://svnweb.freebsd.org/changeset/ports/398726 Log: Update to 1.06 Modified: head/www/p5-Reddit-Client/Makefile head/www/p5-Reddit-Client/distinfo head/www/p5-Reddit-Client/pkg-plist Modified: head/www/p5-Reddit-Client/Makefile ============================================================================== --- head/www/p5-Reddit-Client/Makefile Tue Oct 6 22:16:00 2015 (r398725) +++ head/www/p5-Reddit-Client/Makefile Tue Oct 6 22:40:51 2015 (r398726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Reddit-Client -PORTVERSION= 1.04 +PORTVERSION= 1.06 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Reddit-Client/distinfo ============================================================================== --- head/www/p5-Reddit-Client/distinfo Tue Oct 6 22:16:00 2015 (r398725) +++ head/www/p5-Reddit-Client/distinfo Tue Oct 6 22:40:51 2015 (r398726) @@ -1,2 +1,2 @@ -SHA256 (Reddit-Client-1.04.tar.gz) = 97f5dbf036142fa1f081b107d7d716bdc7b43167ada51235b80389a8dac1baf5 -SIZE (Reddit-Client-1.04.tar.gz) = 19105 +SHA256 (Reddit-Client-1.06.tar.gz) = 9a185c584bf3748a3881ee610df606a204858c63677c7fb5955d9761331b5c62 +SIZE (Reddit-Client-1.06.tar.gz) = 19150 Modified: head/www/p5-Reddit-Client/pkg-plist ============================================================================== --- head/www/p5-Reddit-Client/pkg-plist Tue Oct 6 22:16:00 2015 (r398725) +++ head/www/p5-Reddit-Client/pkg-plist Tue Oct 6 22:40:51 2015 (r398726) @@ -1,16 +1,18 @@ -%%SITE_PERL%%/Reddit/Client.pm -%%SITE_PERL%%/Reddit/Client/Account.pm -%%SITE_PERL%%/Reddit/Client/Comment.pm -%%SITE_PERL%%/Reddit/Client/Link.pm -%%SITE_PERL%%/Reddit/Client/Request.pm -%%SITE_PERL%%/Reddit/Client/SubReddit.pm -%%SITE_PERL%%/Reddit/Client/Thing.pm -%%SITE_PERL%%/Reddit/Client/VotableThing.pm %%PERL5_MAN3%%/Reddit::Client.3.gz %%PERL5_MAN3%%/Reddit::Client::Account.3.gz %%PERL5_MAN3%%/Reddit::Client::Comment.3.gz %%PERL5_MAN3%%/Reddit::Client::Link.3.gz +%%PERL5_MAN3%%/Reddit::Client::Message.3.gz %%PERL5_MAN3%%/Reddit::Client::Request.3.gz %%PERL5_MAN3%%/Reddit::Client::SubReddit.3.gz %%PERL5_MAN3%%/Reddit::Client::Thing.3.gz %%PERL5_MAN3%%/Reddit::Client::VotableThing.3.gz +%%SITE_PERL%%/Reddit/Client.pm +%%SITE_PERL%%/Reddit/Client/Account.pm +%%SITE_PERL%%/Reddit/Client/Comment.pm +%%SITE_PERL%%/Reddit/Client/Link.pm +%%SITE_PERL%%/Reddit/Client/Message.pm +%%SITE_PERL%%/Reddit/Client/Request.pm +%%SITE_PERL%%/Reddit/Client/SubReddit.pm +%%SITE_PERL%%/Reddit/Client/Thing.pm +%%SITE_PERL%%/Reddit/Client/VotableThing.pm