diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-10 17:53:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-10 17:53:21 +0000 |
commit | c09319576c88912906c438ed14c7f4f19e4909b7 (patch) | |
tree | 15b1747675ab338be46139d5512b1f21e8ab93b0 /security/snortreport | |
parent | f7868fcdd943bea29e64081b89da36568d5a025a (diff) | |
download | ports-c09319576c88912906c438ed14c7f4f19e4909b7.tar.gz ports-c09319576c88912906c438ed14c7f4f19e4909b7.zip |
Notes
Diffstat (limited to 'security/snortreport')
-rw-r--r-- | security/snortreport/Makefile | 9 | ||||
-rw-r--r-- | security/snortreport/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile index 3c0004a0d97b..b32f5617121b 100644 --- a/security/snortreport/Makefile +++ b/security/snortreport/Makefile @@ -6,22 +6,21 @@ # PORTNAME= snortreport -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.3 CATEGORIES= security www MASTER_SITES= http://www.symmetrixtech.com/ids/ MAINTAINER= ports@FreeBSD.org COMMENT= Add-on module for snort to generate real-time web reports +LICENSE= GPLv2 + .if !defined(WITHOUT_JPGRAPH) -RUN_DEPENDS= ${LOCALBASE}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph +RUN_DEPENDS= ${LOCALBASE}/share/jpgraph2/jpgraph.php:${PORTSDIR}/graphics/jpgraph2 .endif USE_PHP= yes WANT_PHP_WEB= yes -IGNORE_WITH_PHP= 5 -DEFAULT_PHP_VER= 4 PKGMESSAGE= ${WRKDIR}/pkg-message NO_BUILD= yes diff --git a/security/snortreport/distinfo b/security/snortreport/distinfo index 427c177fda1a..019ef091656b 100644 --- a/security/snortreport/distinfo +++ b/security/snortreport/distinfo @@ -1,2 +1,2 @@ -SHA256 (snortreport-1.3.1.tar.gz) = 476008993100d11046ef34db68735b0e96cb3b939e431d2df592e6ffcf24de33 -SIZE (snortreport-1.3.1.tar.gz) = 43334 +SHA256 (snortreport-1.3.3.tar.gz) = 9303e96eed0c3e92a238ab6652afa4920596fb56ffa4e344c5f1791bdc943acf +SIZE (snortreport-1.3.3.tar.gz) = 44589 |