From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 12:13:07 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3DDA175; Wed, 10 Sep 2014 12:13:06 +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 DEC90957; Wed, 10 Sep 2014 12:13:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ACD6s0020603; Wed, 10 Sep 2014 12:13:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8ACD6Si020602; Wed, 10 Sep 2014 12:13:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201409101213.s8ACD6Si020602@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 10 Sep 2014 12:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367815 - head/databases/p5-Bucardo 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: Wed, 10 Sep 2014 12:13:07 -0000 Author: mat Date: Wed Sep 10 12:13:06 2014 New Revision: 367815 URL: http://svnweb.freebsd.org/changeset/ports/367815 QAT: https://qat.redports.org/buildarchive/r367815/ Log: Add two missing dependencies. PR: 193201 Submitted by: Michelle Sullivan Sponsored by: Absolight Modified: head/databases/p5-Bucardo/Makefile Modified: head/databases/p5-Bucardo/Makefile ============================================================================== --- head/databases/p5-Bucardo/Makefile Wed Sep 10 12:06:58 2014 (r367814) +++ head/databases/p5-Bucardo/Makefile Wed Sep 10 12:13:06 2014 (r367815) @@ -3,7 +3,7 @@ PORTNAME= Bucardo PORTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= http://bucardo.org/downloads/ LOCAL/mat/${PORTNAME} PKGNAMEPREFIX= p5- @@ -16,10 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \ p5-DBD-Pg>=2.0:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-Encode-Locale>=0:${PORTSDIR}/converters/p5-Encode-Locale \ + p5-boolean>=0:${PORTSDIR}/devel/p5-boolean \ p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe -RUN_DEPENDS= p5-DBI>=1.51:${PORTSDIR}/databases/p5-DBI \ - p5-DBD-Pg>=2.0:${PORTSDIR}/databases/p5-DBD-Pg \ - p5-DBIx-Safe>=1.2.4:${PORTSDIR}/databases/p5-DBIx-Safe +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure