diff options
author | vs <vs@FreeBSD.org> | 2004-07-01 18:55:03 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-01 18:55:03 +0800 |
commit | c4e27314370a757e4831eec8bd94f144f9325a5b (patch) | |
tree | 67784437f672c4c29b2b54354e79e504ed9faf02 /databases/slony1 | |
parent | a2c39c35c8e986a3820c12b889dc8aa36a19c19d (diff) | |
download | freebsd-ports-graphics-c4e27314370a757e4831eec8bd94f144f9325a5b.tar.gz freebsd-ports-graphics-c4e27314370a757e4831eec8bd94f144f9325a5b.tar.zst freebsd-ports-graphics-c4e27314370a757e4831eec8bd94f144f9325a5b.zip |
Update to 1.0.0.r1:
- install html documentation for slonik
- this version is not compatible with beta3, you need to uninstall it from database.
PR: ports/68519
Submitted by: maintainer
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 14 | ||||
-rw-r--r-- | databases/slony1/distinfo | 4 | ||||
-rw-r--r-- | databases/slony1/pkg-message | 8 |
3 files changed, 14 insertions, 12 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index b2598a9d4d4..db420628c2a 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -6,15 +6,16 @@ # PORTNAME= slony1 -PORTVERSION= 1.0.0.b3 +PORTVERSION= 1.0.0.r1 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ -DISTNAME= slony1-1.0.0.beta3 +DISTNAME= slony1-1.0.0.rc1 MAINTAINER= hsn@netmag.cz COMMENT= PostgreSQL master to multiple slaves replication system -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/postgresql7:configure +PGSQL_PORT= ${PORTSDIR}/databases/postgresql7 +BUILD_DEPENDS= ${NONEXISTENT}:${PGSQL_PORT}:configure .if ! defined(NOPORTDOCS) BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm \ ${LOCALBASE}/bin/djpeg:${PORTSDIR}/graphics/jpeg \ @@ -22,12 +23,12 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm \ .else EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in .endif -RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql7 +RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -PGSQL_SRC= `cd ${PORTSDIR}/databases/postgresql7; make -V WRKSRC` +PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC` CONFIGURE_ARGS= --with-pgsourcetree=${PGSQL_SRC} PLIST_FILES= bin/slon bin/slonik bin/slony_setup.pl \ @@ -40,7 +41,7 @@ PLIST_FILES= bin/slon bin/slonik bin/slony_setup.pl \ share/postgresql/slony1_funcs.v74.sql \ share/postgresql/xxid.v73.sql \ share/postgresql/xxid.v74.sql -PORTDOCS= *.pdf howto/*.txt COPYRIGHT README +PORTDOCS= *.pdf howto/*.txt COPYRIGHT README slonik_commands.html pre-configure: cd ${PGSQL_SRC}/src/interfaces/libpq && ${GMAKE} all @@ -56,6 +57,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/implementation/Slony-I-implementation.pdf ${DOCSDIR} ${MKDIR} ${DOCSDIR}/howto ${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${DOCSDIR}/howto + ${INSTALL_DATA} ${WRKSRC}/src/slonik/slonik_commands.html ${DOCSDIR} .endif ${CAT} ${PKGMESSAGE} diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 5a98eeb64aa..f0ea85fd2b9 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -1,2 +1,2 @@ -MD5 (slony1-1.0.0.beta3.tar.gz) = ec82bf0a0374a232f87ff71ddfc7be7c -SIZE (slony1-1.0.0.beta3.tar.gz) = 317494 +MD5 (slony1-1.0.0.rc1.tar.gz) = 210ee4c6786ec71de105e33f60408a68 +SIZE (slony1-1.0.0.rc1.tar.gz) = 318280 diff --git a/databases/slony1/pkg-message b/databases/slony1/pkg-message index 868751ad5e6..423352b91c7 100644 --- a/databases/slony1/pkg-message +++ b/databases/slony1/pkg-message @@ -1,7 +1,7 @@ -For running slony you need: - slony system user - slony postgresql superuser - postgresql with TCP/IP communication enabled +For running slony1 you need: + slony postgresql superuser with password set + slony system user (makes auth. of slony db user easier) + TCP/IP enabled in postgresql (for replication of non local db) There is a perl script slony_setup.pl which helps you to create initial configuration. Installing this package do not makes any needed system |