diff options
author | pav <pav@FreeBSD.org> | 2003-12-17 08:07:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-17 08:07:53 +0800 |
commit | 98bbcd7470327db2f4999e7387ba4918a957850f (patch) | |
tree | b3e7c92f5619c8180f51edbf79c1bf381b8e30ff /security/prelude-lml/Makefile | |
parent | 14ab5c6a56aea7f70d0e1af69863ddc9513c394e (diff) | |
download | freebsd-ports-graphics-98bbcd7470327db2f4999e7387ba4918a957850f.tar.gz freebsd-ports-graphics-98bbcd7470327db2f4999e7387ba4918a957850f.tar.zst freebsd-ports-graphics-98bbcd7470327db2f4999e7387ba4918a957850f.zip |
libprelude
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6
PR: ports/60113
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Diffstat (limited to 'security/prelude-lml/Makefile')
-rw-r--r-- | security/prelude-lml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 63edb02f652..26118368b5d 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -6,13 +6,14 @@ PORTNAME= prelude-lml PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.org/download/releases/ +MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.0:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre USE_GMAKE= yes |