View | Details | Raw Unified | Return to bug 68833
Collapse All | Expand All

(-)/home/hsn/myports/slony1/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	slony1
8
PORTNAME=	slony1
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.1
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
11
MASTER_SITES=	http://developer.postgresql.org/~wieck/slony1/download/
12
12
(-)/home/hsn/myports/slony1/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (slony1-1.0.0.tar.gz) = c62a059ae80f01a4193a0ed5e382f388
1
MD5 (slony1-1.0.1.tar.gz) = 10422d096a743a57885669225ff0f1f7
2
SIZE (slony1-1.0.0.tar.gz) = 321761
2
SIZE (slony1-1.0.1.tar.gz) = 321772
(-)/home/hsn/myports/slony1/files/patch-installxxid (-11 lines)
Lines 1-11 Link Here
1
--- src/xxid/Makefile.orig	Thu Jul  1 04:24:35 2004
2
+++ src/xxid/Makefile	Sat Jul  3 19:38:55 2004
3
@@ -38,7 +38,7 @@
4
 	rm -f $(SO_NAME) $(SO_OBJS)
5
 	rm -f $(SQL_NAME74)
6
 
7
-
8
+install:
9
 	$(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pkglibdir)
10
 	for file in $(SQL_NAMES); do \
11
 	  $(INSTALL_SCRIPT) $$file $(DESTDIR)$(datadir) || exit ; \

Return to bug 68833