From owner-svn-ports-head@freebsd.org Sat Oct 1 15:58:42 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 C499DC05242; Sat, 1 Oct 2016 15:58:42 +0000 (UTC) (envelope-from antoine@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 A01AE1F1B; Sat, 1 Oct 2016 15:58:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u91FwfPT070072; Sat, 1 Oct 2016 15:58:41 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u91FwfCW070067; Sat, 1 Oct 2016 15:58:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610011558.u91FwfCW070067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 1 Oct 2016 15:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423076 - in head/databases: pg_rman pg_statsinfo pgpool-II pgpool-II-30 postgresql-repmgr2 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 15:58:42 -0000 Author: antoine Date: Sat Oct 1 15:58:41 2016 New Revision: 423076 URL: https://svnweb.freebsd.org/changeset/ports/423076 Log: Remove support for expired PostgreSQL 9.1 Modified: head/databases/pg_rman/Makefile head/databases/pg_statsinfo/Makefile head/databases/pgpool-II-30/Makefile head/databases/pgpool-II/Makefile head/databases/postgresql-repmgr2/Makefile Modified: head/databases/pg_rman/Makefile ============================================================================== --- head/databases/pg_rman/Makefile Sat Oct 1 15:57:43 2016 (r423075) +++ head/databases/pg_rman/Makefile Sat Oct 1 15:58:41 2016 (r423076) @@ -2,7 +2,7 @@ PORTNAME= pg_rman PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pg-rman.googlecode.com/files/ @@ -11,7 +11,7 @@ COMMENT= Online backup and restore tool BROKEN= Unfetchable (google code has gone away) -USES= gmake pgsql:9.2- +USES= gmake pgsql:9.2 WANT_PGSQL= client server MAKE_ARGS= USE_PGXS=1 PLIST_FILES= bin/pg_rman Modified: head/databases/pg_statsinfo/Makefile ============================================================================== --- head/databases/pg_statsinfo/Makefile Sat Oct 1 15:57:43 2016 (r423075) +++ head/databases/pg_statsinfo/Makefile Sat Oct 1 15:58:41 2016 (r423076) @@ -2,13 +2,14 @@ PORTNAME= pg_statsinfo PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Monitor statistics and activity of PostgreSQL -USES= gmake pgsql:9.2- +USES= gmake pgsql:9.2 WANT_PGSQL= server MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm Modified: head/databases/pgpool-II-30/Makefile ============================================================================== --- head/databases/pgpool-II-30/Makefile Sat Oct 1 15:57:43 2016 (r423075) +++ head/databases/pgpool-II-30/Makefile Sat Oct 1 15:58:41 2016 (r423076) @@ -3,7 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/ PKGNAMESUFFIX= 30 @@ -15,7 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-* Modified: head/databases/pgpool-II/Makefile ============================================================================== --- head/databases/pgpool-II/Makefile Sat Oct 1 15:57:43 2016 (r423075) +++ head/databases/pgpool-II/Makefile Sat Oct 1 15:58:41 2016 (r423076) @@ -3,7 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ http://www.pgpool.net/mediawiki/images/ @@ -15,7 +15,7 @@ LICENSE= MIT GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake pgsql:9.2- libtool +USES= gmake pgsql:9.2 libtool USE_LDCONFIG= yes USE_OPENSSL= yes CONFIGURE_ARGS= --with-openssl Modified: head/databases/postgresql-repmgr2/Makefile ============================================================================== --- head/databases/postgresql-repmgr2/Makefile Sat Oct 1 15:57:43 2016 (r423075) +++ head/databases/postgresql-repmgr2/Makefile Sat Oct 1 15:58:41 2016 (r423076) @@ -3,6 +3,7 @@ PORTNAME= postgresql-repmgr PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.repmgr.org/download/ DISTNAME= repmgr-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= rsync:net/rsync -USES+= gettext gmake pgsql:9.2- +USES+= gettext gmake pgsql:9.2 USE_RC_SUBR= repmgrd WANT_PGSQL= server MAKE_ENV= USE_PGXS=1