From owner-svn-ports-all@FreeBSD.ORG Sun Dec 28 05:09:23 2014 Return-Path: Delivered-To: svn-ports-all@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 62B3E625; Sun, 28 Dec 2014 05:09:23 +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 4E28C67046; Sun, 28 Dec 2014 05:09:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBS59NJK025966; Sun, 28 Dec 2014 05:09:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBS59NUo025965; Sun, 28 Dec 2014 05:09:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412280509.sBS59NUo025965@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 28 Dec 2014 05:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375697 - head/security/p5-Dancer-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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 05:09:23 -0000 Author: wen Date: Sun Dec 28 05:09:22 2014 New Revision: 375697 URL: https://svnweb.freebsd.org/changeset/ports/375697 QAT: https://qat.redports.org/buildarchive/r375697/ Log: - Add missing dependency PR: 196293 Submitted by: hvo.pm@xs4all.nl(maintainer) Modified: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Modified: head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile ============================================================================== --- head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sun Dec 28 04:59:36 2014 (r375696) +++ head/security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup/Makefile Sun Dec 28 05:09:22 2014 (r375697) @@ -3,7 +3,7 @@ PORTNAME= Dancer-Plugin-Auth-Extensible-Provider-Usergroup PORTVERSION= 0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Dancer>=1.3118:${PORTSDIR}/www/p5-Dancer \ p5-Dancer-Plugin-Auth-Extensible>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Auth-Extensible \ - p5-Dancer-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Passphrase + p5-Dancer-Plugin-Passphrase>=0:${PORTSDIR}/security/p5-Dancer-Plugin-Passphrase \ + p5-Dancer-Plugin-DBIC>=0:${PORTSDIR}/databases/p5-Dancer-Plugin-DBIC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5