diff options
author | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
commit | ad7375363857d4e081cd8bc8043fdba7a5da9cfa (patch) | |
tree | 2022c3b625fc2ab7ad7fb19b5f4350694b55c659 /net/snort-mysql | |
parent | d8209717ec14922327dbf04336af92de738cbee1 (diff) | |
download | pkgsrc-ad7375363857d4e081cd8bc8043fdba7a5da9cfa.tar.gz |
Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
Diffstat (limited to 'net/snort-mysql')
-rw-r--r-- | net/snort-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile index 36ec01c37cc..9eb18caa7be 100644 --- a/net/snort-mysql/Makefile +++ b/net/snort-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/01/03 17:34:40 adrianp Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/08 18:35:11 xtraeme Exp $ .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Network Intrusion Detection System (with MySQL support) |