diff options
author | jlam <jlam> | 2003-01-05 20:14:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-05 20:14:20 +0000 |
commit | 44abce54640cd1a6b03feb19999283038c9d6e29 (patch) | |
tree | b69974774881184f981349b96bd3d886fb6d92b6 /net | |
parent | 7f0030bc39078609aaf6637c4c9853aa4e08ad1b (diff) | |
download | pkgsrc-44abce54640cd1a6b03feb19999283038c9d6e29.tar.gz |
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'net')
-rw-r--r-- | net/netsaint-plugins/Makefile | 6 | ||||
-rw-r--r-- | net/snort-pgsql/Makefile | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 677e42424fc..c673a4f9ee0 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/10/25 10:21:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/05 20:14:31 jlam Exp $ # DISTNAME= netsaint-plugins-1.2.9-4 PKGNAME= netsaint-plugins-1.2.9.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/} @@ -18,7 +18,7 @@ DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib} -CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql +CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql .include "../../net/netsaint-base/Makefile.common" .include "../../mk/bsd.prefs.mk" diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index d43fb875066..ada78b4086a 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2002/10/10 12:26:53 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/05 20:14:32 jlam Exp $ # .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} +PKGREVISION= 1 COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database |