From owner-svn-ports-head@freebsd.org Sat Oct 1 14:23:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98AD0C05412; Sat, 1 Oct 2016 14:23:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 62CB01210; Sat, 1 Oct 2016 14:23:24 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u91ENNHp034451; Sat, 1 Oct 2016 14:23:23 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u91ENNEa034450; Sat, 1 Oct 2016 14:23:23 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201610011423.u91ENNEa034450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sat, 1 Oct 2016 14:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423065 - head/databases/powa-archivist 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.23 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, 01 Oct 2016 14:23:24 -0000 Author: girgen Date: Sat Oct 1 14:23:23 2016 New Revision: 423065 URL: https://svnweb.freebsd.org/changeset/ports/423065 Log: powa-archivist requires PostgreSQL 9.4 or greater Modified: head/databases/powa-archivist/Makefile Modified: head/databases/powa-archivist/Makefile ============================================================================== --- head/databases/powa-archivist/Makefile Sat Oct 1 14:05:16 2016 (r423064) +++ head/databases/powa-archivist/Makefile Sat Oct 1 14:23:23 2016 (r423065) @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= dalibo GH_TAGNAME= REL_${PORTVERSION:S/./_/g} -USES= gmake pgsql +USES= gmake pgsql:9.4+ WANT_PGSQL= server contrib pre-patch: