svn commit: r406507 - head/net/p5-Net-OpenID-Consumer
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 17 14:09:08 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list