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

(-)databases/pgpool-II-22/Makefile (-1 / +1 lines)
Lines 6-11 Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2478/
8
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2478/
9
PKGNAMESUFFIX=	22
9
10
10
MAINTAINER=	kuriyama@FreeBSD.org
11
MAINTAINER=	kuriyama@FreeBSD.org
11
COMMENT=	A connection pool server for PostgreSQL
12
COMMENT=	A connection pool server for PostgreSQL
Lines 14-20 Link Here
14
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
15
USE_PGSQL=	yes
16
USE_PGSQL=	yes
16
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
17
NO_LATEST_LINK=	yes
18
18
19
CONFLICTS=	pgpool-3.* pgpool-II-*
19
CONFLICTS=	pgpool-3.* pgpool-II-*
20
USE_RC_SUBR=	pgpool
20
USE_RC_SUBR=	pgpool
(-)databases/pgpool-II-23/Makefile (-1 / +1 lines)
Lines 5-10 Link Here
5
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.3
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2664/
7
MASTER_SITES=	http://pgfoundry.org/frs/download.php/2664/
8
PKGNAMESUFFIX=	23
8
9
9
MAINTAINER=	kuriyama@FreeBSD.org
10
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	A connection pool server for PostgreSQL
11
COMMENT=	A connection pool server for PostgreSQL
Lines 13-19 Link Here
13
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
14
USE_PGSQL=	yes
15
USE_PGSQL=	yes
15
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
16
NO_LATEST_LINK=	yes
17
17
18
CONFLICTS=	pgpool-3.* pgpool-II-*
18
CONFLICTS=	pgpool-3.* pgpool-II-*
19
USE_RC_SUBR=	pgpool
19
USE_RC_SUBR=	pgpool
(-)databases/pgpool-II-30/Makefile (-1 / +1 lines)
Lines 5-10 Link Here
5
PORTVERSION=	3.0.4
5
PORTVERSION=	3.0.4
6
CATEGORIES=	databases
6
CATEGORIES=	databases
7
MASTER_SITES=	http://pgfoundry.org/frs/download.php/3076/
7
MASTER_SITES=	http://pgfoundry.org/frs/download.php/3076/
8
PKGNAMESUFFIX=	30
8
9
9
MAINTAINER=	kuriyama@FreeBSD.org
10
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	A connection pool server for PostgreSQL
11
COMMENT=	A connection pool server for PostgreSQL
Lines 15-21 Link Here
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
16
USE_PGSQL=	yes
17
USE_PGSQL=	yes
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
NO_LATEST_LINK=	yes
19
19
20
CONFLICTS=	pgpool-3.* pgpool-II-2.* pgpool-II-3.1.*
20
CONFLICTS=	pgpool-3.* pgpool-II-2.* pgpool-II-3.1.*
21
USE_RC_SUBR=	pgpool
21
USE_RC_SUBR=	pgpool

Return to bug 184447