From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:39:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C175EF95; Sat, 21 Feb 2015 08:39:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9260F82B; Sat, 21 Feb 2015 08:39:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8d7SX014939; Sat, 21 Feb 2015 08:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8d7fd014933; Sat, 21 Feb 2015 08:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210839.t1L8d7fd014933@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379490 - head/www/p5-Catalyst-Authentication-Store-LDAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:39:07 -0000 Author: sunpoet Date: Sat Feb 21 08:39:06 2015 New Revision: 379490 URL: https://svnweb.freebsd.org/changeset/ports/379490 QAT: https://qat.redports.org/buildarchive/r379490/ Log: - Update to 1.015 - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Catalyst-Authentication-Store-LDAP/Changes Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Sat Feb 21 08:39:00 2015 (r379489) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Sat Feb 21 08:39:06 2015 (r379490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Authentication-Store-LDAP -PORTVERSION= 1.014 -PORTREVISION= 1 +PORTVERSION= 1.015 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Authentication from an LDAP Directory for Catalyst -BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ - p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ - p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test +TEST_DEPENDS= p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test \ + 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-Store-LDAP/distinfo ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Sat Feb 21 08:39:00 2015 (r379489) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Sat Feb 21 08:39:06 2015 (r379490) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Authentication-Store-LDAP-1.014.tar.gz) = 1703b70a3184bf4a374e7ea07446c7c237745c13ccdaa778c3a3951fd7d8c8dd -SIZE (Catalyst-Authentication-Store-LDAP-1.014.tar.gz) = 36413 +SHA256 (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 6f61512df24864baf15c758120f90ed3bc5085eae31a8d7654ed66d7306c1cbb +SIZE (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 34365