- Fix build breakage (plist).
- Add local distfile mirror. Feature safe: yes
This commit is contained in:
parent
42ea10084a
commit
7802829370
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293262
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.pgpool.net/mediawiki/images/
|
||||
MASTER_SITE_LOCAL= kuriyama
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= A connection pool server for PostgreSQL
|
||||
|
|
|
@ -39,6 +39,7 @@ share/postgresql/contrib/pgpool-regclass.sql
|
|||
%%PGSQL9%%share/postgresql/contrib/pgpool-walrecrunning.sql
|
||||
share/postgresql/contrib/uninstall_pgpool-recovery.sql
|
||||
share/postgresql/contrib/uninstall_pgpool-regclass.sql
|
||||
%%PGSQL9%%share/postgresql/contrib/uninstall_pgpool-walrecrunning.sql
|
||||
lib/postgresql/pgpool-recovery.so
|
||||
lib/postgresql/pgpool-regclass.so
|
||||
%%PGSQL9%%lib/postgresql/pgpool-walrecrunning.so
|
||||
|
|
Loading…
Reference in a new issue