diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 20:22:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 20:22:38 +0000 |
commit | c1c3d3879b4968d1c956c3c0966a8b6061c0795a (patch) | |
tree | e25e44aeeb48749ead54ec3cff166a067ac03031 /databases | |
parent | Fix pkg-plist (some added documents/images). (diff) |
- Update to 1.0.2
PR: ports/70793
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Notes
Notes:
svn path=/head/; revision=116976
Diffstat (limited to 'databases')
-rw-r--r-- | databases/slony1/Makefile | 3 | ||||
-rw-r--r-- | databases/slony1/distinfo | 4 | ||||
-rw-r--r-- | databases/slony1v2/Makefile | 3 | ||||
-rw-r--r-- | databases/slony1v2/distinfo | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 9d47287aa188..f480ad6e26cf 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slony1 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ @@ -25,6 +25,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes +USE_BISON= yes USE_GETTEXT= yes USE_GMAKE= yes PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC` diff --git a/databases/slony1/distinfo b/databases/slony1/distinfo index 7940a2290f54..48778dc3ab93 100644 --- a/databases/slony1/distinfo +++ b/databases/slony1/distinfo @@ -1,2 +1,2 @@ -MD5 (slony1-1.0.1.tar.gz) = 10422d096a743a57885669225ff0f1f7 -SIZE (slony1-1.0.1.tar.gz) = 321772 +MD5 (slony1-1.0.2.tar.gz) = 0ca6a4af061793a6d0a998a514ea50f7 +SIZE (slony1-1.0.2.tar.gz) = 322353 diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 9d47287aa188..f480ad6e26cf 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slony1 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ @@ -25,6 +25,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes +USE_BISON= yes USE_GETTEXT= yes USE_GMAKE= yes PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC` diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo index 7940a2290f54..48778dc3ab93 100644 --- a/databases/slony1v2/distinfo +++ b/databases/slony1v2/distinfo @@ -1,2 +1,2 @@ -MD5 (slony1-1.0.1.tar.gz) = 10422d096a743a57885669225ff0f1f7 -SIZE (slony1-1.0.1.tar.gz) = 321772 +MD5 (slony1-1.0.2.tar.gz) = 0ca6a4af061793a6d0a998a514ea50f7 +SIZE (slony1-1.0.2.tar.gz) = 322353 |