summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
committerjlam <jlam@pkgsrc.org>2003-01-05 20:14:20 +0000
commit475cbe5281ff44f7b13454f24fc7d64c2a338df2 (patch)
treeb69974774881184f981349b96bd3d886fb6d92b6 /net
parent4ec712783e2eb6ec0ee1c259ba86d37331e80721 (diff)
downloadpkgsrc-475cbe5281ff44f7b13454f24fc7d64c2a338df2.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/Makefile6
-rw-r--r--net/snort-pgsql/Makefile3
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