Date: Fri, 2 Aug 2013 09:23:45 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324156 - head/www/p5-Catalyst-Plugin-Session-Store-DBIC Message-ID: <201308020923.r729NjdL065646@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Fri Aug 2 09:23:44 2013 New Revision: 324156 URL: http://svnweb.freebsd.org/changeset/ports/324156 Log: - Update to 0.14 [1] - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/Changes PR: ports/180977 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile Fri Aug 2 09:20:37 2013 (r324155) +++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile Fri Aug 2 09:23:44 2013 (r324156) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-Session-Store-DBIC -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.70 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Catalyst::Plugin::Session::Store::DBIC.3 \ Catalyst::Plugin::Session::Store::DBIC::Delegate.3 Modified: head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo Fri Aug 2 09:20:37 2013 (r324155) +++ head/www/p5-Catalyst-Plugin-Session-Store-DBIC/distinfo Fri Aug 2 09:23:44 2013 (r324156) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 83aae4eb8bbd953a715ee046ba09b7b722cca1df56a8bb85dd4d24128b14334a -SIZE (Catalyst-Plugin-Session-Store-DBIC-0.13.tar.gz) = 8491 +SHA256 (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = db8f4a139e31aed0b40d62a0ff44b1bdc57308d8f5f61f54a4caa4769301e5ac +SIZE (Catalyst-Plugin-Session-Store-DBIC-0.14.tar.gz) = 9898
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308020923.r729NjdL065646>