From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 20:58:52 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E26BE97B; Sat, 22 Nov 2014 20:58:52 +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 CF10A259; Sat, 22 Nov 2014 20:58:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMKwqla095910; Sat, 22 Nov 2014 20:58:52 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMKwqV5095909; Sat, 22 Nov 2014 20:58:52 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201411222058.sAMKwqV5095909@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sat, 22 Nov 2014 20:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373101 - head/databases/slony1v2 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, 22 Nov 2014 20:58:53 -0000 Author: crees Date: Sat Nov 22 20:58:52 2014 New Revision: 373101 URL: https://svnweb.freebsd.org/changeset/ports/373101 QAT: https://qat.redports.org/buildarchive/r373101/ Log: Fix DEPENDS line Modified: head/databases/slony1v2/Makefile Modified: head/databases/slony1v2/Makefile ============================================================================== --- head/databases/slony1v2/Makefile Sat Nov 22 20:40:08 2014 (r373100) +++ head/databases/slony1v2/Makefile Sat Nov 22 20:58:52 2014 (r373101) @@ -12,11 +12,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= olgeni@FreeBSD.org COMMENT= PostgreSQL master to multiple replicas replication system -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex GNU_CONFIGURE= yes USES= bison gmake shebangfix tar:bzip2 pgsql +WANT_PGSQL= server USE_RC_SUBR= slon SHEBANG_FILES= tools/altperl/slonik_restart_node.pl