aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-23 20:12:53 +0800
committermiwi <miwi@FreeBSD.org>2006-11-23 20:12:53 +0800
commit5c313030c0f85b2b22f08b0ec147d9bdb99133f5 (patch)
treed2c194e6a50c22f433556d825a770dc62aec5af3 /databases
parent729a6b7317767fbec77c30d56488c978112ed1d7 (diff)
downloadfreebsd-ports-gnome-5c313030c0f85b2b22f08b0ec147d9bdb99133f5.tar.gz
freebsd-ports-gnome-5c313030c0f85b2b22f08b0ec147d9bdb99133f5.tar.zst
freebsd-ports-gnome-5c313030c0f85b2b22f08b0ec147d9bdb99133f5.zip
- update to 1.2.0
PR: ports/105575 Submitted by: Oleg Gawriloff <barzog@telecom.by> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/slony1/Makefile8
-rw-r--r--databases/slony1/distinfo12
-rw-r--r--databases/slony1/pkg-plist62
-rw-r--r--databases/slony1v2/Makefile8
-rw-r--r--databases/slony1v2/distinfo12
-rw-r--r--databases/slony1v2/pkg-plist62
6 files changed, 104 insertions, 60 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index 16571723c100..675fcbe301d7 100644
--- a/databases/slony1/Makefile
+++ b/databases/slony1/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= slony1
-PORTVERSION= 1.1.5
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= databases
-MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
+MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ \
+ http://freebsd.unixfreunde.de/sources/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}-docs${EXTRACT_SUFX}
@@ -74,7 +74,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
# ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
- ${INSTALL_DATA} ${WRKDIR}/*.html ${WRKDIR}/*.png ${DOCSDIR}/adminguide/
+ ${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice
@${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/
diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo
index 96e3319d8322..3de120ae6278 100644
--- a/databases/slony1/distinfo
+++ b/databases/slony1/distinfo
@@ -1,6 +1,6 @@
-MD5 (slony1-1.1.5.tar.bz2) = d3ffff50323f1413b9b81084f906f9f8
-SHA256 (slony1-1.1.5.tar.bz2) = 6e216eb121cbb2c195b4a3ee557a606f4ba815049f781c996a58a9946530e1f0
-SIZE (slony1-1.1.5.tar.bz2) = 610569
-MD5 (slony1-1.1.5-docs.tar.bz2) = c0d775ab74ed54703843f05391c17636
-SHA256 (slony1-1.1.5-docs.tar.bz2) = b8b9e328ea7f5244eb24dd9d84bb6e85765ec5372d83806de36dd27aed86f6c2
-SIZE (slony1-1.1.5-docs.tar.bz2) = 148800
+MD5 (slony1-1.2.0.tar.bz2) = 6fa68522e757f153120c399d98b972d4
+SHA256 (slony1-1.2.0.tar.bz2) = 3bd405e79dd9750ea261e0013bc193a3b368c677793a13db7f99d090ea0776f6
+SIZE (slony1-1.2.0.tar.bz2) = 834529
+MD5 (slony1-1.2.0-docs.tar.bz2) = 087f286e5941bcbebfb84e5ac23b9f7b
+SHA256 (slony1-1.2.0-docs.tar.bz2) = 4961b3c5e0faaf54734508dc2da606638990441c7cf57705400125003f0fdb74
+SIZE (slony1-1.2.0-docs.tar.bz2) = 182411
diff --git a/databases/slony1/pkg-plist b/databases/slony1/pkg-plist
index 4aef03499ca3..9e26891dcabb 100644
--- a/databases/slony1/pkg-plist
+++ b/databases/slony1/pkg-plist
@@ -1,9 +1,9 @@
bin/slon
bin/slonik
-sbin/slon-mkservice
lib/postgresql/slony1_funcs.so
lib/postgresql/xxid.so
etc/slon.conf-sample
+sbin/slon-mkservice
share/postgresql/slony1_base.sql
share/postgresql/slony1_base.v73.sql
share/postgresql/slony1_base.v74.sql
@@ -38,26 +38,15 @@ share/postgresql/xxid.v80.sql
%%PERLTOOLS%%sbin/slony_show_configuration
%%PERLTOOLS%%lib/slon-tools.pm
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
+%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
-%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
-%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/altperl.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bestpractices.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bookindex.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html
@@ -69,11 +58,15 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/firstdb.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.addpartiallogindices.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.checkmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanuplistener.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupnodelock.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.copyfields-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html
@@ -83,8 +76,10 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-int-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-integer-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-int-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-integer-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-int-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html
@@ -115,15 +110,26 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.killbackend-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-finish.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-start.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-weekly.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.reachablefromnode-integer-integerarray.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentriesone-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registernodeconnection-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-int4-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-timestamp-text-timestamp-without-time-zone.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-int4-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-timestamp-text-timestamp-without-time-zone.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html
@@ -160,7 +166,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-name.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html
@@ -170,20 +176,24 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/i10791.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/loganalysis.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/releasechecklist.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-archive-logging.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html
@@ -194,6 +204,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html
@@ -210,6 +221,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrepairconfig.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html
@@ -228,7 +240,6 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html
-@comment %%PORTDOCS%%%%DOCSDIR%%/adminguide/stylesheet.css
%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html
@@ -237,7 +248,9 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-nodelock.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-registry.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html
@@ -249,5 +262,14 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide
%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
index 16571723c100..675fcbe301d7 100644
--- a/databases/slony1v2/Makefile
+++ b/databases/slony1v2/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= slony1
-PORTVERSION= 1.1.5
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= databases
-MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
+MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ \
+ http://freebsd.unixfreunde.de/sources/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${PORTNAME}-${PORTVERSION}-docs${EXTRACT_SUFX}
@@ -74,7 +74,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
# ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
- ${INSTALL_DATA} ${WRKDIR}/*.html ${WRKDIR}/*.png ${DOCSDIR}/adminguide/
+ ${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice
@${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/
diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo
index 96e3319d8322..3de120ae6278 100644
--- a/databases/slony1v2/distinfo
+++ b/databases/slony1v2/distinfo
@@ -1,6 +1,6 @@
-MD5 (slony1-1.1.5.tar.bz2) = d3ffff50323f1413b9b81084f906f9f8
-SHA256 (slony1-1.1.5.tar.bz2) = 6e216eb121cbb2c195b4a3ee557a606f4ba815049f781c996a58a9946530e1f0
-SIZE (slony1-1.1.5.tar.bz2) = 610569
-MD5 (slony1-1.1.5-docs.tar.bz2) = c0d775ab74ed54703843f05391c17636
-SHA256 (slony1-1.1.5-docs.tar.bz2) = b8b9e328ea7f5244eb24dd9d84bb6e85765ec5372d83806de36dd27aed86f6c2
-SIZE (slony1-1.1.5-docs.tar.bz2) = 148800
+MD5 (slony1-1.2.0.tar.bz2) = 6fa68522e757f153120c399d98b972d4
+SHA256 (slony1-1.2.0.tar.bz2) = 3bd405e79dd9750ea261e0013bc193a3b368c677793a13db7f99d090ea0776f6
+SIZE (slony1-1.2.0.tar.bz2) = 834529
+MD5 (slony1-1.2.0-docs.tar.bz2) = 087f286e5941bcbebfb84e5ac23b9f7b
+SHA256 (slony1-1.2.0-docs.tar.bz2) = 4961b3c5e0faaf54734508dc2da606638990441c7cf57705400125003f0fdb74
+SIZE (slony1-1.2.0-docs.tar.bz2) = 182411
diff --git a/databases/slony1v2/pkg-plist b/databases/slony1v2/pkg-plist
index 4aef03499ca3..9e26891dcabb 100644
--- a/databases/slony1v2/pkg-plist
+++ b/databases/slony1v2/pkg-plist
@@ -1,9 +1,9 @@
bin/slon
bin/slonik
-sbin/slon-mkservice
lib/postgresql/slony1_funcs.so
lib/postgresql/xxid.so
etc/slon.conf-sample
+sbin/slon-mkservice
share/postgresql/slony1_base.sql
share/postgresql/slony1_base.v73.sql
share/postgresql/slony1_base.v74.sql
@@ -38,26 +38,15 @@ share/postgresql/xxid.v80.sql
%%PERLTOOLS%%sbin/slony_show_configuration
%%PERLTOOLS%%lib/slon-tools.pm
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
+%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
-%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
-%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/altperl.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bestpractices.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/bookindex.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html
@@ -69,11 +58,15 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/firstdb.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.addpartiallogindices.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.checkmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanuplistener.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupnodelock.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.copyfields-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html
@@ -83,8 +76,10 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-int-integer-text-integer.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-integer-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-int-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-integer-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-int-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html
@@ -115,15 +110,26 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.killbackend-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-finish.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-start.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-weekly.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.reachablefromnode-integer-integerarray.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentriesone-integer-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registernodeconnection-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-int4-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-timestamp-text-timestamp-without-time-zone.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-int4-text-integer.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-text-text-text.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-timestamp-text-timestamp-without-time-zone.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html
@@ -160,7 +166,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html
-%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-name.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html
@@ -170,20 +176,24 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/i10791.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/loganalysis.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/releasechecklist.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-archive-logging.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html
@@ -194,6 +204,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html
@@ -210,6 +221,7 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrepairconfig.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html
@@ -228,7 +240,6 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html
-@comment %%PORTDOCS%%%%DOCSDIR%%/adminguide/stylesheet.css
%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html
@@ -237,7 +248,9 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-nodelock.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html
+%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-registry.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html
@@ -249,5 +262,14 @@ share/postgresql/xxid.v80.sql
%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt
+%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide
%%PORTDOCS%%@dirrm %%DOCSDIR%%