mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
5 changed files with 10 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= pg_rman
|
PORTNAME= pg_rman
|
||||||
PORTVERSION= 1.2.3
|
PORTVERSION= 1.2.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pg-rman.googlecode.com/files/
|
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)
|
BROKEN= Unfetchable (google code has gone away)
|
||||||
|
|
||||||
USES= gmake pgsql:9.2-
|
USES= gmake pgsql:9.2
|
||||||
WANT_PGSQL= client server
|
WANT_PGSQL= client server
|
||||||
MAKE_ARGS= USE_PGXS=1
|
MAKE_ARGS= USE_PGXS=1
|
||||||
PLIST_FILES= bin/pg_rman
|
PLIST_FILES= bin/pg_rman
|
||||||
|
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
PORTNAME= pg_statsinfo
|
PORTNAME= pg_statsinfo
|
||||||
PORTVERSION= 2.4.1
|
PORTVERSION= 2.4.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
|
||||||
|
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Monitor statistics and activity of PostgreSQL
|
COMMENT= Monitor statistics and activity of PostgreSQL
|
||||||
|
|
||||||
USES= gmake pgsql:9.2-
|
USES= gmake pgsql:9.2
|
||||||
WANT_PGSQL= server
|
WANT_PGSQL= server
|
||||||
|
|
||||||
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
|
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pgpool-II
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 3.0.4
|
PORTVERSION= 3.0.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/
|
||||||
PKGNAMESUFFIX= 30
|
PKGNAMESUFFIX= 30
|
||||||
|
@ -15,7 +15,7 @@ LICENSE= MIT
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USES= gmake pgsql:9.2- libtool
|
USES= gmake pgsql:9.2 libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-*
|
CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pgpool-II
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 3.1.6
|
PORTVERSION= 3.1.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= LOCAL/kuriyama \
|
MASTER_SITES= LOCAL/kuriyama \
|
||||||
http://www.pgpool.net/mediawiki/images/
|
http://www.pgpool.net/mediawiki/images/
|
||||||
|
@ -15,7 +15,7 @@ LICENSE= MIT
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USES= gmake pgsql:9.2- libtool
|
USES= gmake pgsql:9.2 libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
CONFIGURE_ARGS= --with-openssl
|
CONFIGURE_ARGS= --with-openssl
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= postgresql-repmgr
|
PORTNAME= postgresql-repmgr
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.repmgr.org/download/
|
MASTER_SITES= http://www.repmgr.org/download/
|
||||||
DISTNAME= repmgr-${PORTVERSION}
|
DISTNAME= repmgr-${PORTVERSION}
|
||||||
|
@ -15,7 +16,7 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
RUN_DEPENDS= rsync:net/rsync
|
RUN_DEPENDS= rsync:net/rsync
|
||||||
|
|
||||||
USES+= gettext gmake pgsql:9.2-
|
USES+= gettext gmake pgsql:9.2
|
||||||
USE_RC_SUBR= repmgrd
|
USE_RC_SUBR= repmgrd
|
||||||
WANT_PGSQL= server
|
WANT_PGSQL= server
|
||||||
MAKE_ENV= USE_PGXS=1
|
MAKE_ENV= USE_PGXS=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue