Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Oct 2016 15:58:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201610011558.u91FwfCW070067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610011558.u91FwfCW070067>