svn commit: r351070 - head/www/p5-Catalyst-Authentication-Credential-HTTP
Frederic Culot
culot at FreeBSD.org
Sat Apr 12 07:37:04 UTC 2014
Author: culot
Date: Sat Apr 12 07:37:02 2014
New Revision: 351070
URL: http://svnweb.freebsd.org/changeset/ports/351070
QAT: https://qat.redports.org/buildarchive/r351070/
Log:
- Update to 1.016
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
- Sort dependencies list
Changes: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/Changes
Modified:
head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile
head/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo
Modified: head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile
==============================================================================
--- head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Sat Apr 12 07:25:57 2014 (r351069)
+++ head/www/p5-Catalyst-Authentication-Credential-HTTP/Makefile Sat Apr 12 07:37:02 2014 (r351070)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Catalyst-Authentication-Credential-HTTP
-PORTVERSION= 1.015
+PORTVERSION= 1.016
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,14 +10,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot at FreeBSD.org
COMMENT= HTTP plain and digest authentication plugin for Catalyst
-BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
+ p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
+ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Data-UUID>=0.11:${PORTSDIR}/devel/p5-Data-UUID \
- p5-Catalyst-Plugin-Authentication>=0.10005:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
- p5-String-Escape>=0:${PORTSDIR}/textproc/p5-String-Escape \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
- p5-URI>=0:${PORTSDIR}/net/p5-URI
+ p5-String-Escape>0:${PORTSDIR}/textproc/p5-String-Escape \
+ p5-URI>0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo
==============================================================================
--- head/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo Sat Apr 12 07:25:57 2014 (r351069)
+++ head/www/p5-Catalyst-Authentication-Credential-HTTP/distinfo Sat Apr 12 07:37:02 2014 (r351070)
@@ -1,2 +1,2 @@
-SHA256 (Catalyst-Authentication-Credential-HTTP-1.015.tar.gz) = 383b5b67e9562272304593ec89f0dae7eb5d4b028bf00d4fd357483837c0fe09
-SIZE (Catalyst-Authentication-Credential-HTTP-1.015.tar.gz) = 79828
+SHA256 (Catalyst-Authentication-Credential-HTTP-1.016.tar.gz) = a13cdda3ac24572cf4e35f0e2f5dd9dcc90e8d5c989868028ea7a58c07549364
+SIZE (Catalyst-Authentication-Credential-HTTP-1.016.tar.gz) = 42770
More information about the svn-ports-head
mailing list