diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-04-16 11:43:42 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-04-16 11:43:42 +0800 |
commit | 1df4a694c8803232762115633211645b868ef3c2 (patch) | |
tree | d6638492f2b02830a5fc83f8590987ad6b21de54 /databases/pgpool | |
parent | c3df1e5948f116d10d6d9065b9bca3219256c74b (diff) | |
download | freebsd-ports-gnome-1df4a694c8803232762115633211645b868ef3c2.tar.gz freebsd-ports-gnome-1df4a694c8803232762115633211645b868ef3c2.tar.zst freebsd-ports-gnome-1df4a694c8803232762115633211645b868ef3c2.zip |
- Add pgpool-II 1.0.2 after repocopy from databases/pgpool.
Diffstat (limited to 'databases/pgpool')
-rw-r--r-- | databases/pgpool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index f270cdfb4aba..22b94d6691bf 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -7,6 +7,7 @@ PORTNAME= pgpool PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1254/ @@ -17,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= pgpool +CONFLICTS= pgpool-II-1.* PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp |