diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 17:30:25 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-07 17:30:25 +0000 |
commit | 98f3f5595f9179c1791b4bd79116f7debe51c816 (patch) | |
tree | 8e5ee12f994021348bd74a7c3d1eb9049e1bafb1 /security/acid/Makefile | |
parent | Latest mutex fix was imcomplete and vmware2 port still hangs at vmmon (diff) |
Update to latest "stable" version
Fix dependency
PR: 26336
Approved by: will
No Response: maintainer
Diffstat (limited to 'security/acid/Makefile')
-rw-r--r-- | security/acid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/acid/Makefile b/security/acid/Makefile index fa5d854499e3..ba391c204f7b 100644 --- a/security/acid/Makefile +++ b/security/acid/Makefile @@ -6,16 +6,16 @@ # PORTNAME= acid -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6b1 CATEGORIES= security -MASTER_SITES= http://www.cert.org/kb/acid/ -DISTFILES= acid.0.9.4.tar.gz +MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/ +DISTFILES= acid-0.9.6b1.tar.gz WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= foxfair@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \ + ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort |