diff options
author | pav <pav@FreeBSD.org> | 2004-08-22 04:22:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-22 04:22:38 +0800 |
commit | 002537fc1af1e437d37a4947b8abdb80914402a1 (patch) | |
tree | 03c9494a2fdfb2d0652d2f8a2d5c217719e1443f /databases/slony1v2 | |
parent | b4e1d97081423445436dfb20adc9c279db4a5f0f (diff) | |
download | freebsd-ports-gnome-002537fc1af1e437d37a4947b8abdb80914402a1.tar.gz freebsd-ports-gnome-002537fc1af1e437d37a4947b8abdb80914402a1.tar.zst freebsd-ports-gnome-002537fc1af1e437d37a4947b8abdb80914402a1.zip |
- Update to 1.0.2
PR: ports/70793
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Diffstat (limited to 'databases/slony1v2')
-rw-r--r-- | databases/slony1v2/Makefile | 3 | ||||
-rw-r--r-- | databases/slony1v2/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
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 |