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 /net | |
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 'net')
-rw-r--r-- | net/mydns-pgsql/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-plugin-pgsql/Makefile | 3 | ||||
-rw-r--r-- | net/netsaint-plugins/Makefile | 4 | ||||
-rw-r--r-- | net/powerdns-pgsql/Makefile | 3 | ||||
-rw-r--r-- | net/snort-pgsql/Makefile | 3 |
5 files changed, 10 insertions, 7 deletions
diff --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile index 2819281ec43..0af1a72ffaa 100644 --- a/net/mydns-pgsql/Makefile +++ b/net/mydns-pgsql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/06/07 12:54:48 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/12/28 12:12:58 joerg Exp $ PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= PostgreSQL-based DNS server CONFLICTS= mydns-mysql-[0-9]* diff --git a/net/nagios-plugin-pgsql/Makefile b/net/nagios-plugin-pgsql/Makefile index 60bed12dc12..5f86d08d813 100644 --- a/net/nagios-plugin-pgsql/Makefile +++ b/net/nagios-plugin-pgsql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/10/23 07:17:40 seb Exp $ +# $NetBSD: Makefile,v 1.4 2006/12/28 12:12:58 joerg Exp $ # PKGNAME= nagios-plugin-pgsql-${PLUGINSVERSION} +PKGREVISION= 1 CATEGORIES= net sysutils databases MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 35eef7b5142..85f5f4d166b 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:21 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/12/28 12:12:58 joerg Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 PKGNAME= netsaint-plugins-1.2.9.4 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/} diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile index 5d6708b5155..fed88403af2 100644 --- a/net/powerdns-pgsql/Makefile +++ b/net/powerdns-pgsql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 09:36:06 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/28 12:12:58 joerg Exp $ .include "../../net/powerdns/Makefile.backend" PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/} +PKGREVISION= 1 COMMENT= PostgreSQL backend module for PowerDNS CONFIGURE_ARGS+= --with-dynmodules="gpgsql" 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) |