Remove support for expired PostgreSQL 9.1
This commit is contained in:
parent
932437960c
commit
7e76369bf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423076
@ -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 for PostgreSQL
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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-*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user