pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Include database schemas in the install



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4170fe930f
branches:  trunk
changeset: 505435:ee4170fe930f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jan 03 17:34:40 2006 +0000

description:
Include database schemas in the install
Bump snort{-mysql,-pgsql} to nb1

diffstat:

 net/snort-mysql/Makefile  |  3 ++-
 net/snort-pgsql/Makefile  |  3 ++-
 net/snort/Makefile.common |  7 ++++++-
 net/snort/PLIST           |  5 ++++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diffs (78 lines):

diff -r c8b1f70a9f81 -r ee4170fe930f net/snort-mysql/Makefile
--- a/net/snort-mysql/Makefile  Tue Jan 03 17:34:25 2006 +0000
+++ b/net/snort-mysql/Makefile  Tue Jan 03 17:34:40 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/01/28 23:03:59 adrianp Exp $
+# $NetBSD: Makefile,v 1.13 2006/01/03 17:34:40 adrianp Exp $
 
 .include "../../net/snort/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-mysql-/}
+PKGREVISION=   1
 
 COMMENT=       Network Intrusion Detection System (with MySQL support)
 
diff -r c8b1f70a9f81 -r ee4170fe930f net/snort-pgsql/Makefile
--- a/net/snort-pgsql/Makefile  Tue Jan 03 17:34:25 2006 +0000
+++ b/net/snort-pgsql/Makefile  Tue Jan 03 17:34:40 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2005/12/05 23:55:15 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2006/01/03 17:34:40 adrianp Exp $
 
 .include "../../net/snort/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-pgsql-/}
+PKGREVISION=   1
 
 COMMENT=       Network Intrusion Detection System (with PostgreSQL support)
 
diff -r c8b1f70a9f81 -r ee4170fe930f net/snort/Makefile.common
--- a/net/snort/Makefile.common Tue Jan 03 17:34:25 2006 +0000
+++ b/net/snort/Makefile.common Tue Jan 03 17:34:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2005/12/29 06:22:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.31 2006/01/03 17:34:40 adrianp Exp $
 #
 
 DISTNAME=              snort-2.4.3
@@ -66,11 +66,16 @@
                        ${WRKSRC}/etc/threshold.conf \
                        ${WRKSRC}/etc/snort.conf.default ${EGDIR}/
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort/schemas
        cd ${WRKSRC}/doc ; \
        for i in `${LS} | ${EGREP} -v "(Makefile|signatures)"` ; do \
                ${INSTALL_DATA} $$i ${PREFIX}/share/doc/snort ; \
        done
        ${INSTALL_MAN} ${WRKSRC}/snort.8 ${PREFIX}/man/man8
+       ${INSTALL_DATA} ${WRKSRC}/schemas/create_mysql \
+               ${PREFIX}/share/doc/snort/schemas
+       ${INSTALL_DATA} ${WRKSRC}/schemas/create_postgresql \
+               ${PREFIX}/share/doc/snort/schemas
 
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
diff -r c8b1f70a9f81 -r ee4170fe930f net/snort/PLIST
--- a/net/snort/PLIST   Tue Jan 03 17:34:25 2006 +0000
+++ b/net/snort/PLIST   Tue Jan 03 17:34:40 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2005/08/13 19:56:47 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.23 2006/01/03 17:34:40 adrianp Exp $
 bin/snort
 man/man8/snort.8
 share/doc/snort/AUTHORS
@@ -32,6 +32,8 @@
 share/doc/snort/WISHLIST
 share/doc/snort/faq.pdf
 share/doc/snort/faq.tex
+share/doc/snort/schemas/create_mysql
+share/doc/snort/schemas/create_postgresql
 share/doc/snort/snort_manual.pdf
 share/doc/snort/snort_manual.tex
 share/doc/snort/snort_schema_v106.pdf
@@ -46,4 +48,5 @@
 share/examples/snort/threshold.conf
 share/examples/snort/unicode.map
 @dirrm share/examples/snort
+@dirrm share/doc/snort/schemas
 @unexec ${RMDIR} %D/share/doc/snort 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index