Date: Thu, 29 Dec 2016 17:35:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429930 - head/devel/p5-Connector Message-ID: <201612291735.uBTHZ5oi016262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <svysh.fbsd@gmail.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291735.uBTHZ5oi016262>