From owner-svn-ports-head@freebsd.org Thu Dec 29 17:35:06 2016 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 5D199C96CC9; Thu, 29 Dec 2016 17:35:06 +0000 (UTC) (envelope-from sunpoet@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 1262E1B7B; Thu, 29 Dec 2016 17:35:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBTHZ5PH016264; Thu, 29 Dec 2016 17:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBTHZ5oi016262; Thu, 29 Dec 2016 17:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612291735.uBTHZ5oi016262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 29 Dec 2016 17:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429930 - head/devel/p5-Connector 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.23 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: Thu, 29 Dec 2016 17:35:06 -0000 Author: sunpoet Date: Thu Dec 29 17:35:04 2016 New Revision: 429930 URL: https://svnweb.freebsd.org/changeset/ports/429930 Log: - Update to 1.22 Changes: https://github.com/mrscotty/connector/commits/master PR: 215652 Submitted by: Sergei Vyshenski (maintainer) Modified: head/devel/p5-Connector/Makefile head/devel/p5-Connector/distinfo Modified: head/devel/p5-Connector/Makefile ============================================================================== --- head/devel/p5-Connector/Makefile Thu Dec 29 16:39:15 2016 (r429929) +++ head/devel/p5-Connector/Makefile Thu Dec 29 17:35:04 2016 (r429930) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Connector -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= bash:shells/bash \ p5-AppConfig>=0:devel/p5-AppConfig \ p5-Config-GitLike>=0:devel/p5-Config-GitLike \ + p5-Config-Merge>=0:devel/p5-Config-Merge \ p5-Config-Versioned>=1.01:devel/p5-Config-Versioned \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ + p5-DBI>=0:databases/p5-DBI \ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ p5-Module-Install>=0:devel/p5-Module-Install \ p5-Moose>=0:devel/p5-Moose \ @@ -24,8 +27,10 @@ BUILD_DEPENDS= bash:shells/bash \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ p5-YAML>=1.06:textproc/p5-YAML \ + p5-libwww>=0:www/p5-libwww \ p5-perl-ldap>=0:net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Connector/distinfo ============================================================================== --- head/devel/p5-Connector/distinfo Thu Dec 29 16:39:15 2016 (r429929) +++ head/devel/p5-Connector/distinfo Thu Dec 29 17:35:04 2016 (r429930) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481644505 -SHA256 (Connector-1.21.tar.gz) = 84427a4d7fa40fac279fcfea2ec3a6f1157b982f0fdaf685c32ab58e053e23ca -SIZE (Connector-1.21.tar.gz) = 81166 +TIMESTAMP = 1483022736 +SHA256 (Connector-1.22.tar.gz) = aa178d1865817ad2dea5c79645c8e6420ca2cfb951f20c98b5154307de219016 +SIZE (Connector-1.22.tar.gz) = 81252