From fa9c610cec88bff00e88d34717b8216a923e347a Mon Sep 17 00:00:00 2001 From: rafan Date: Sun, 25 Feb 2007 07:20:48 +0000 Subject: - Update to 20070224 - Add backup master site PR: ports/109500 Submitted by: Wesley Shields (maintainer) --- sysutils/grok/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sysutils/grok/Makefile') diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index d2d4946ba1f9..f895eb08a1d0 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -6,9 +6,10 @@ # PORTNAME= grok -PORTVERSION= 1.1 +PORTVERSION= 20070224 CATEGORIES= sysutils -MASTER_SITES= http://www.semicomplete.com/projects/grok/ +MASTER_SITES= http://www.semicomplete.com/projects/grok/ \ + http://www.atarininja.org/~wxs/distfiles/ MAINTAINER= wxs@atarininja.org COMMENT= An expert system for real-time log analysis @@ -16,7 +17,8 @@ COMMENT= An expert system for real-time log analysis RUN_DEPENDS= ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate + ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI USE_PERL5= yes USE_RC_SUBR= grok.sh -- cgit