diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-28 12:12:57 +0000 |
commit | 331e2615faed96b5571750b9b1c3f7dc37aafc0c (patch) | |
tree | 91c90eb4d7eb193f27596269fcebafeb34f670fc /net/snort-pgsql | |
parent | bb54d77affc17b59598bf18d11b59b8915663ab2 (diff) | |
download | pkgsrc-331e2615faed96b5571750b9b1c3f7dc37aafc0c.tar.gz |
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r-- | net/snort-pgsql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 9c27854bd6a..88461c932c8 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2006/04/18 22:39:32 adrianp Exp $ +# $NetBSD: Makefile,v 1.22 2006/12/28 12:12:58 joerg Exp $ .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} +PKGREVISION= 1 COMMENT= Network Intrusion Detection System (with PostgreSQL support) |