From owner-svn-ports-head@freebsd.org Wed Jun 22 11:20:13 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 9B637AC5595; Wed, 22 Jun 2016 11:20:13 +0000 (UTC) (envelope-from matthew@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 6A4E52924; Wed, 22 Jun 2016 11:20:13 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5MBKCAA067856; Wed, 22 Jun 2016 11:20:12 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5MBKCGY067855; Wed, 22 Jun 2016 11:20:12 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201606221120.u5MBKCGY067855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 22 Jun 2016 11:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417299 - head/databases/pg_citus 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.22 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, 22 Jun 2016 11:20:13 -0000 Author: matthew Date: Wed Jun 22 11:20:12 2016 New Revision: 417299 URL: https://svnweb.freebsd.org/changeset/ports/417299 Log: Add 'lib' to WANT_PGSQL, now that it is possible to mix 'lib' with other terms. Modified: head/databases/pg_citus/Makefile Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Wed Jun 22 10:12:46 2016 (r417298) +++ head/databases/pg_citus/Makefile Wed Jun 22 11:20:12 2016 (r417299) @@ -4,6 +4,7 @@ PORTNAME= citus PORTVERSION= 5.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -16,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= citusdata USES= gmake pgsql:9.4+ autoreconf readline -WANT_PGSQL= server +WANT_PGSQL= lib server GNU_CONFIGURE= yes INSTALL_TARGET= install-strip