From owner-svn-ports-head@FreeBSD.ORG Sat Dec 27 13:10:42 2014 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 10717AB9; Sat, 27 Dec 2014 13:10:42 +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 F09E264100; Sat, 27 Dec 2014 13:10:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBRDAfXF077079; Sat, 27 Dec 2014 13:10:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBRDAfax077078; Sat, 27 Dec 2014 13:10:41 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412271310.sBRDAfax077078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 27 Dec 2014 13:10:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375682 - 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, 27 Dec 2014 13:10:42 -0000 Author: wen Date: Sat Dec 27 13:10:40 2014 New Revision: 375682 URL: https://svnweb.freebsd.org/changeset/ports/375682 QAT: https://qat.redports.org/buildarchive/r375682/ Log: - Add missing dependency PR: 196291 Submitted by: hvo.pm@xs4all.nl(maintainer) Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Modified: head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile ============================================================================== --- head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sat Dec 27 12:38:53 2014 (r375681) +++ head/security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sat Dec 27 13:10:40 2014 (r375682) @@ -3,6 +3,7 @@ PORTNAME= Dancer2-Plugin-Auth-Extensible-Provider-Usergroup PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,8 @@ 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-Passphrase>=0:${PORTSDIR}/security/p5-Dancer2-Plugin-Passphrase \ + p5-Dancer2-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer2-Plugin-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5