Date: Sat, 7 Sep 2013 10:19:52 +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: r326603 - head/www/p5-Catalyst-Authentication-Credential-OpenID Message-ID: <201309071019.r87AJqFd071863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 10:19:51 2013 New Revision: 326603 URL: http://svnweb.freebsd.org/changeset/ports/326603 Log: - Update to 0.19 - Fix *_DEPENDS: many of them are test-only dependencies Changes: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID/Changes Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo (contents, props changed) Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Sat Sep 7 10:19:47 2013 (r326602) +++ head/www/p5-Catalyst-Authentication-Credential-OpenID/Makefile Sat Sep 7 10:19:51 2013 (r326603) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Authentication-Credential-OpenID -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +13,8 @@ COMMENT= OpenID credential for Catalyst: LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Cache-FastMmap>=1.28:${PORTSDIR}/devel/p5-Cache-FastMmap \ - p5-Catalyst-Devel>=1:${PORTSDIR}/www/p5-Catalyst-Devel \ - p5-Catalyst-Plugin-Authentication>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ - p5-Catalyst-Plugin-Session-State-Cookie>=0.08:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ - p5-Catalyst-Plugin-Session-Store-FastMmap>=0.05:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-Store-FastMmap \ - p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-HTML-Parser>=3:${PORTSDIR}/www/p5-HTML-Parser \ p5-Net-OpenID-Consumer>=1.03:${PORTSDIR}/net/p5-Net-OpenID-Consumer \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo ============================================================================== --- head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo Sat Sep 7 10:19:47 2013 (r326602) +++ head/www/p5-Catalyst-Authentication-Credential-OpenID/distinfo Sat Sep 7 10:19:51 2013 (r326603) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Authentication-Credential-OpenID-0.17.tar.gz) = 80bc405821c03bb3c2286f492c6cb6e5d29037ed24966ce1fdb234baf3b10539 -SIZE (Catalyst-Authentication-Credential-OpenID-0.17.tar.gz) = 45801 +SHA256 (Catalyst-Authentication-Credential-OpenID-0.19.tar.gz) = aff4f3058edbfb3509e2278e271efbef80e8feabba0787aa1de9fca1474de1d5 +SIZE (Catalyst-Authentication-Credential-OpenID-0.19.tar.gz) = 37775
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071019.r87AJqFd071863>