From owner-svn-ports-all@freebsd.org Mon Dec 11 03:16:51 2017 Return-Path: Delivered-To: svn-ports-all@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 34591E840A6; Mon, 11 Dec 2017 03:16:51 +0000 (UTC) (envelope-from swills@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 F3A1C6E82A; Mon, 11 Dec 2017 03:16:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB3Gox9087240; Mon, 11 Dec 2017 03:16:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB3GnJn087237; Mon, 11 Dec 2017 03:16:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712110316.vBB3GnJn087237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 03:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455920 - head/devel/p5-Connector X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/p5-Connector X-SVN-Commit-Revision: 455920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 03:16:51 -0000 Author: swills Date: Mon Dec 11 03:16:49 2017 New Revision: 455920 URL: https://svnweb.freebsd.org/changeset/ports/455920 Log: devel/p5-Connector: Update to 1.25 PR: 224222 Submitted by: Sergei Vyshenski (maintainer) Modified: head/devel/p5-Connector/Makefile head/devel/p5-Connector/distinfo head/devel/p5-Connector/pkg-plist Modified: head/devel/p5-Connector/Makefile ============================================================================== --- head/devel/p5-Connector/Makefile Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/Makefile Mon Dec 11 03:16:49 2017 (r455920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Connector -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Connector/distinfo ============================================================================== --- head/devel/p5-Connector/distinfo Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/distinfo Mon Dec 11 03:16:49 2017 (r455920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509360738 -SHA256 (Connector-1.23.tar.gz) = c345804f950bc9c48379e9e342e1403ec3e8f74165c8d79384b7e318a8553f65 -SIZE (Connector-1.23.tar.gz) = 82675 +TIMESTAMP = 1512905485 +SHA256 (Connector-1.25.tar.gz) = 9d557ec366404a0e0bed70b5dbc41a4129db376abfc832ccfbf2d8cb962ac721 +SIZE (Connector-1.25.tar.gz) = 85496 Modified: head/devel/p5-Connector/pkg-plist ============================================================================== --- head/devel/p5-Connector/pkg-plist Mon Dec 11 03:04:29 2017 (r455919) +++ head/devel/p5-Connector/pkg-plist Mon Dec 11 03:16:49 2017 (r455920) @@ -23,6 +23,7 @@ %%SITE_PERL%%/Connector/Proxy/Net/LDAP/DN.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Simple.pm %%SITE_PERL%%/Connector/Proxy/Net/LDAP/Single.pm +%%SITE_PERL%%/Connector/Proxy/Net/FTP.pm %%SITE_PERL%%/Connector/Proxy/Proc/SafeExec.pm %%SITE_PERL%%/Connector/Proxy/SOAP/Lite.pm %%SITE_PERL%%/Connector/Proxy/YAML.pm @@ -53,3 +54,4 @@ %%PERL5_MAN3%%/Connector::Wrapper.3.gz %%SITE_PERL%%/Connector/Tee.pm %%PERL5_MAN3%%/Connector::Tee.3.gz +%%PERL5_MAN3%%/Connector::Proxy::Net::FTP.3.gz