View | Details | Raw Unified | Return to bug 96637
Collapse All | Expand All

(-)pgpool/Makefile (-3 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	pgpool
8
PORTNAME=	pgpool
9
PORTVERSION=	2.6.3
9
PORTVERSION=	3.0.1
10
PORTREVISION=	1
11
CATEGORIES=	databases
10
CATEGORIES=	databases
12
MASTER_SITES=	http://pgfoundry.org/frs/download.php/426/
11
MASTER_SITES=	http://pgfoundry.org/frs/download.php/733/
13
12
14
MAINTAINER=	whitekid@gmail.com
13
MAINTAINER=	whitekid@gmail.com
15
COMMENT=	A connection pool server for PostgreSQL
14
COMMENT=	A connection pool server for PostgreSQL
Lines 20-25 Link Here
20
USE_RC_SUBR=	pgpool
19
USE_RC_SUBR=	pgpool
21
20
22
PORTDOCS=	README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
21
PORTDOCS=	README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
22
23
MAN8=		pgpool.8
23
24
24
post-install:
25
post-install:
25
.if !defined(NOPORTDOCS)
26
.if !defined(NOPORTDOCS)
(-)pgpool/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pgpool-2.6.3.tar.gz) = fb301c1f42f67357dd72c9a20042c2ba
1
MD5 (pgpool-3.0.1.tar.gz) = 939e8c94a45196a38278822b4471897f
2
SHA256 (pgpool-2.6.3.tar.gz) = a1aeab14412447f487012dfa8b8c29ff609a938ac9c215c00d30acee0841011e
2
SHA256 (pgpool-3.0.1.tar.gz) = ad848317abe0fe1b126ec2c9ad2edd220ed4c86127c548b6a137c1724cc9ac3f
3
SIZE (pgpool-2.6.3.tar.gz) = 150829
3
SIZE (pgpool-3.0.1.tar.gz) = 156281
(-)pgpool/files/pgpool.in (+2 lines)
Lines 13-18 Link Here
13
#				Set it to YES to enable pgpool.
13
#				Set it to YES to enable pgpool.
14
# pgpool_conf (file):		Set location of your config.
14
# pgpool_conf (file):		Set location of your config.
15
#				Default is "%%PREFIX%%/etc/pgpool.conf"
15
#				Default is "%%PREFIX%%/etc/pgpool.conf"
16
# pgpool_user (uid):		User ID to run as (default nobody)
16
#
17
#
17
18
18
. %%RC_SUBR%%
19
. %%RC_SUBR%%
Lines 24-29 Link Here
24
25
25
: ${pgpool_enable="NO"}
26
: ${pgpool_enable="NO"}
26
: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"}
27
: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"}
28
: ${pgpool_user="nobody"}
27
29
28
command="%%PREFIX%%/bin/pgpool"
30
command="%%PREFIX%%/bin/pgpool"
29
command_args="-f ${pgpool_conf}"
31
command_args="-f ${pgpool_conf}"

Return to bug 96637