diff options
author | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-28 12:12:57 +0000 |
commit | 7f395f9733957395e40b9c03a635edefcf507b1b (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /databases/slony1 | |
parent | 21d4b45170d909d23e0bb763cdf729ad2726f5e7 (diff) | |
download | pkgsrc-7f395f9733957395e40b9c03a635edefcf507b1b.tar.gz |
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index b3cef6a090d..ff16ad9ec3e 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/10/18 18:53:03 adam Exp $ +# $NetBSD: Makefile,v 1.5 2006/12/28 12:12:58 joerg Exp $ DISTNAME= slony1-1.2.0 +PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1136/ EXTRACT_SUFX= .tar.bz2 |