mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Upgrade to 3.1.2.
This commit is contained in:
parent
0730c774df
commit
448b972896
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292267
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 3.1
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/3114/
|
||||
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= A connection pool server for PostgreSQL
|
||||
@ -30,8 +30,15 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html
|
||||
|
||||
MAN8= pgpool.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/include/postgresql/server/replication/walreceiver.h)
|
||||
FUNCTIONS= pgpool-recovery pgpool-regclass pgpool-walrecrunning
|
||||
PLIST_SUB= PGSQL9=""
|
||||
.else
|
||||
FUNCTIONS= pgpool-recovery pgpool-regclass
|
||||
#FUNCTIONS+= pgpool-walrecrunning
|
||||
PLIST_SUB= PGSQL9="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
@ -65,4 +72,4 @@ post-install:
|
||||
PORTDOCS+= ${PORTDOCShtml}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pgpool-II-3.1.tar.gz) = 742114cea9d2babf1c330dd5050ecd23d9a9be53ebe3cbd87142762e8a8ea940
|
||||
SIZE (pgpool-II-3.1.tar.gz) = 1354418
|
||||
SHA256 (pgpool-II-3.1.2.tar.gz) = 95ab7ea8d175e4544d0d1caebf29a5c1a48fe0958791c62c6914466cceb0792c
|
||||
SIZE (pgpool-II-3.1.2.tar.gz) = 1382429
|
||||
|
@ -36,12 +36,12 @@ lib/libpcp.so.0
|
||||
%%EXAMPLESDIR%%/pgpool_remote_start
|
||||
share/postgresql/contrib/pgpool-recovery.sql
|
||||
share/postgresql/contrib/pgpool-regclass.sql
|
||||
@comment share/postgresql/contrib/pgpool-walrecrunning.sql
|
||||
%%PGSQL9%%share/postgresql/contrib/pgpool-walrecrunning.sql
|
||||
share/postgresql/contrib/uninstall_pgpool-recovery.sql
|
||||
share/postgresql/contrib/uninstall_pgpool-regclass.sql
|
||||
lib/postgresql/pgpool-recovery.so
|
||||
lib/postgresql/pgpool-regclass.so
|
||||
@comment lib/postgresql/pgpool-walrecrunning.so
|
||||
%%PGSQL9%%lib/postgresql/pgpool-walrecrunning.so
|
||||
@dirrmtry share/postgresql/contrib
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user