ports/68639: [PATCH] databases/slony1: update to 1.0.0

Radim Kolar hsn at netmag.cz
Sat Jul 3 18:30:24 UTC 2004


>Number:         68639
>Category:       ports
>Synopsis:       [PATCH] databases/slony1: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 03 18:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD sanatana.dharma 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #7: Mon May 10 17:15:51 CEST 2004
>Description:
- Update to 1.0.0. There was a minor bug in this releases, i have
fixed it.

The Slony-I team proudly presents the 1.0 Release of its new
enterprise-level replication solution for PostgreSQL.

After more than 9 months of design, planning, development and testing,
sponsored by the global domain registry company Afilias, we believe that
this software has reached production quality.

Please visit the project homepage at http://slony.info to download the
software, subscribe to the mailing list, view documentation or join the
development team.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- slony1-1.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/slony1/Makefile /home/hsn/myports/slony1/Makefile
--- /usr/ports/databases/slony1/Makefile	Thu Jul  1 18:44:55 2004
+++ /home/hsn/myports/slony1/Makefile	Sat Jul  3 19:14:48 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	slony1
-PORTVERSION=	1.0.0.r1
+PORTVERSION=	1.0.0
 CATEGORIES=	databases
 MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
-DISTNAME=	slony1-1.0.0.rc1
 
 MAINTAINER=	hsn at netmag.cz
 COMMENT=	PostgreSQL master to multiple slaves replication system
@@ -57,7 +56,7 @@
 	${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}
+	${INSTALL_DATA} ${WRKSRC}/doc/howto/slonik_commands.html ${DOCSDIR}
 .endif
 	${CAT} ${PKGMESSAGE}
 
diff -ruN --exclude=CVS /usr/ports/databases/slony1/distinfo /home/hsn/myports/slony1/distinfo
--- /usr/ports/databases/slony1/distinfo	Thu Jul  1 18:44:55 2004
+++ /home/hsn/myports/slony1/distinfo	Sat Jul  3 19:04:52 2004
@@ -1,2 +1,2 @@
-MD5 (slony1-1.0.0.rc1.tar.gz) = 210ee4c6786ec71de105e33f60408a68
-SIZE (slony1-1.0.0.rc1.tar.gz) = 318280
+MD5 (slony1-1.0.0.tar.gz) = c62a059ae80f01a4193a0ed5e382f388
+SIZE (slony1-1.0.0.tar.gz) = 321761
diff -ruN --exclude=CVS /usr/ports/databases/slony1/files/patch-installxxid /home/hsn/myports/slony1/files/patch-installxxid
--- /usr/ports/databases/slony1/files/patch-installxxid	Thu Jan  1 01:00:00 1970
+++ /home/hsn/myports/slony1/files/patch-installxxid	Sat Jul  3 19:40:15 2004
@@ -0,0 +1,11 @@
+--- src/xxid/Makefile.orig	Thu Jul  1 04:24:35 2004
++++ src/xxid/Makefile	Sat Jul  3 19:38:55 2004
+@@ -38,7 +38,7 @@
+ 	rm -f $(SO_NAME) $(SO_OBJS)
+ 	rm -f $(SQL_NAME74)
+ 
+-
++install:
+ 	$(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pkglibdir)
+ 	for file in $(SQL_NAMES); do \
+ 	  $(INSTALL_SCRIPT) $$file $(DESTDIR)$(datadir) || exit ; \
diff -ruN --exclude=CVS /usr/ports/databases/slony1/pkg-descr /home/hsn/myports/slony1/pkg-descr
--- /usr/ports/databases/slony1/pkg-descr	Tue Jun 29 00:07:53 2004
+++ /home/hsn/myports/slony1/pkg-descr	Sat Jul  3 19:58:37 2004
@@ -1,12 +1,12 @@
-Slony-I will be a "master to multiple slaves" replication
-system with cascading and failover.
+Slony-I is enterprise-level "master to multiple slaves"
+replication system with cascading and failover.
 
 The big picture for the development of Slony-I is to build 
 a master-slave system that includes all features and
 capabilities needed to replicate large databases to a
 reasonably limited number of slave systems.
 
-Slony-I is planned as a system for data centers and backup
+Slony-I is developed as a system for data centers and backup
 sites, where the normal mode of operation is that all nodes
 are available.
 
--- slony1-1.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list