ports/72967: update databases/slony1 to latest
Vivek Khera
vivek at khera.org
Thu Oct 21 16:40:29 UTC 2004
>Number: 72967
>Category: ports
>Synopsis: update databases/slony1 to latest
>Confidential: no
>Severity: non-critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 21 16:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Vivek Khera
>Release: FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 4.10-STABLE FreeBSD 4.10-STABLE #12: Tue Jul 13 13:13:38 EDT 2004 khera at yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386
>Description:
I am willing to take ownership of this port, as reflected in the patch below.
Update databases/slony1 replication software for Postgres to latest version,
1.0.4.
notes for ports/UPDATING file:
The proper upgrade procedure is:
1. Stop the slon replication engine on all nodes.
2. Install the new Slony version on all nodes.
3. Execute a slonik script containing the command
update functions (id = <nodeId>);
for every node in the cluster.
4. Start all slon replication engines.
>How-To-Repeat:
>Fix:
diff -Pru slony1.old/Makefile slony1/Makefile
--- slony1.old/Makefile Thu Oct 14 09:56:22 2004
+++ slony1/Makefile Thu Oct 21 12:12:29 2004
@@ -6,11 +6,11 @@
#
PORTNAME= slony1
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= databases
MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= vivek at khera.org
COMMENT= PostgreSQL master to multiple slaves replication system
PGSQL_PORT= ${PORTSDIR}/databases/postgresql7
diff -Pru slony1.old/distinfo slony1/distinfo
--- slony1.old/distinfo Thu Aug 26 15:46:16 2004
+++ slony1/distinfo Thu Oct 21 12:13:00 2004
@@ -1,2 +1,2 @@
-MD5 (slony1-1.0.2.tar.gz) = 0ca6a4af061793a6d0a998a514ea50f7
-SIZE (slony1-1.0.2.tar.gz) = 322353
+MD5 (slony1-1.0.4.tar.gz) = 1deb1a1b23284ad4818d9993aa39f6bb
+SIZE (slony1-1.0.4.tar.gz) = 374588
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list