diff options
author | adam <adam@pkgsrc.org> | 2008-10-06 09:54:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-06 09:54:42 +0000 |
commit | e77b3ef363c4c624fd35646f6dc157c1c176a134 (patch) | |
tree | f7ba19885d5ee6b35a0e9d972d367c5be8b1fb59 /databases/slony1/Makefile | |
parent | 769a1e4c6b50d7e446592d96db0fc3e5c2a153db (diff) | |
download | pkgsrc-e77b3ef363c4c624fd35646f6dc157c1c176a134.tar.gz |
Changes 1.2.15:
* Fix to STORE TRIGGER - store trigger was running against all nodes
upon subscription
* Portability changes to some tools/ scripts, fixing some
"bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak
Diffstat (limited to 'databases/slony1/Makefile')
-rw-r--r-- | databases/slony1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 26792d50dfa..106dc281a4f 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2008/06/20 06:55:33 adam Exp $ +# $NetBSD: Makefile,v 1.11 2008/10/06 09:54:42 adam Exp $ -DISTNAME= slony1-1.2.14 +DISTNAME= slony1-1.2.15 CATEGORIES= databases MASTER_SITES= http://slony.info/downloads/1.2/source/ EXTRACT_SUFX= .tar.bz2 |