Date: Sun, 17 Jan 2016 14:09:06 +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: r406507 - head/net/p5-Net-OpenID-Consumer Message-ID: <201601171409.u0HE96sS038508@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 17 14:09:06 2016 New Revision: 406507 URL: https://svnweb.freebsd.org/changeset/ports/406507 Log: - Update to 1.17 - Add LICENSE - Add TEST_DEPENDS - Add NO_ARCH - Remove regression-test: Changes: http://search.cpan.org/dist/Net-OpenID-Consumer/Changes Sponsored by: PortsCamp Taiwan Modified: head/net/p5-Net-OpenID-Consumer/Makefile head/net/p5-Net-OpenID-Consumer/distinfo Modified: head/net/p5-Net-OpenID-Consumer/Makefile ============================================================================== --- head/net/p5-Net-OpenID-Consumer/Makefile Sun Jan 17 14:09:02 2016 (r406506) +++ head/net/p5-Net-OpenID-Consumer/Makefile Sun Jan 17 14:09:06 2016 (r406507) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-OpenID-Consumer -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= net security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,19 +10,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Library for consumers of OpenID identities +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Net-OpenID-Common>=1.18:${PORTSDIR}/security/p5-Net-OpenID-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-CGI>=0:${PORTSDIR}/www/p5-CGI +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.if defined(MAINTAINER_MODE) -regression-test: build - cd ${WRKSRC} && ${MAKE} test -.endif - .include <bsd.port.mk> Modified: head/net/p5-Net-OpenID-Consumer/distinfo ============================================================================== --- head/net/p5-Net-OpenID-Consumer/distinfo Sun Jan 17 14:09:02 2016 (r406506) +++ head/net/p5-Net-OpenID-Consumer/distinfo Sun Jan 17 14:09:06 2016 (r406507) @@ -1,2 +1,2 @@ -SHA256 (Net-OpenID-Consumer-1.16.tar.gz) = 2026a4c3dfeee191ef7865a30034522bfd06c2bfa78afd890abd0def05f74d5d -SIZE (Net-OpenID-Consumer-1.16.tar.gz) = 57858 +SHA256 (Net-OpenID-Consumer-1.17.tar.gz) = 45f4c31abc905c3c3e21b41f472844f019e38499dd81062ceafc26e6f3c65e6d +SIZE (Net-OpenID-Consumer-1.17.tar.gz) = 58507
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171409.u0HE96sS038508>