From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 12:17:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1D931DA; Sat, 28 Mar 2015 12:17:49 +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 CB8ECB96; Sat, 28 Mar 2015 12:17:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SCHnUu004303; Sat, 28 Mar 2015 12:17:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SCHmDv004299; Sat, 28 Mar 2015 12:17:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503281217.t2SCHmDv004299@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, 28 Mar 2015 12:17:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382471 - head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup 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, 28 Mar 2015 12:17:50 -0000 Author: sunpoet Date: Sat Mar 28 12:17:48 2015 New Revision: 382471 URL: https://svnweb.freebsd.org/changeset/ports/382471 QAT: https://qat.redports.org/buildarchive/r382471/ Log: - Update to 0.24 - While I'm here, sort PLIST Changes: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Changes PR: 198827 Submitted by: Henk van Oers (maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sat Mar 28 12:17:41 2015 (r382470) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sat Mar 28 12:17:48 2015 (r382471) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Usergroup -PORTVERSION= 0.22 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,10 @@ COMMENT= Extensible authentication frame LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 \ - p5-Dancer2-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \ - p5-Dancer2-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase \ - p5-Dancer2-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC +BUILD_DEPENDS= p5-Dancer2>=0.159002:${PORTSDIR}/www/p5-Dancer2 \ + p5-Dancer2-Plugin-Auth-Extensible>=0.305:${PORTSDIR}/security/p5-Dancer2-Plugin-Auth-Extensible \ + p5-Dancer2-Plugin-Passphrase>=3.0.2:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase \ + p5-Dancer2-Plugin-DBIC>=0.0008:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo Sat Mar 28 12:17:41 2015 (r382470) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/distinfo Sat Mar 28 12:17:48 2015 (r382471) @@ -1,2 +1,2 @@ -SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.22.tar.gz) = c24087542deabac7a78e3bb58c934d45efd8bb66867400820a5234029e0d3d69 -SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.22.tar.gz) = 8661 +SHA256 (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.24.tar.gz) = f2779ac5c63342e7e2cb0fccd2214fb75cc9682710577f274d702c607477fea6 +SIZE (Dancer2-Plugin-Auth-Extensible-Provider-Usergroup-0.24.tar.gz) = 8762 Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist Sat Mar 28 12:17:41 2015 (r382470) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/pkg-plist Sat Mar 28 12:17:48 2015 (r382471) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Usergroup.3.gz %%SITE_PERL%%/Dancer2/Plugin/Auth/Extensible/Provider/Usergroup.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Auth::Extensible::Provider::Usergroup.3.gz