diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-11 01:53:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-11 01:53:21 +0800 |
commit | 1bc205ce4e6fdb9d6b02fb3759721a2437d09c09 (patch) | |
tree | 5b8363388d0c04b79ce4cb01c35d92c6035663af /security | |
parent | c46d0d577656ead755d7c383ecf25f4082994b7f (diff) | |
download | freebsd-ports-gnome-1bc205ce4e6fdb9d6b02fb3759721a2437d09c09.tar.gz freebsd-ports-gnome-1bc205ce4e6fdb9d6b02fb3759721a2437d09c09.tar.zst freebsd-ports-gnome-1bc205ce4e6fdb9d6b02fb3759721a2437d09c09.zip |
- update to 1.3.3
- switch from php4 to php5
- switch from jpgraph to jpgraph2 (which is actually version 3 :))
Diffstat (limited to 'security')
-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 |