From 1bc205ce4e6fdb9d6b02fb3759721a2437d09c09 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 10 Apr 2012 17:53:21 +0000 Subject: - update to 1.3.3 - switch from php4 to php5 - switch from jpgraph to jpgraph2 (which is actually version 3 :)) --- security/snortreport/Makefile | 9 ++++----- 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 -- cgit