diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-25 15:20:48 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-25 15:20:48 +0800 |
commit | fa9c610cec88bff00e88d34717b8216a923e347a (patch) | |
tree | d3633f95b781f91429fd085ccbe4175430db8836 /sysutils/grok/Makefile | |
parent | db2d1829f1387957697259a0338d5e3704116b82 (diff) | |
download | freebsd-ports-gnome-fa9c610cec88bff00e88d34717b8216a923e347a.tar.gz freebsd-ports-gnome-fa9c610cec88bff00e88d34717b8216a923e347a.tar.zst freebsd-ports-gnome-fa9c610cec88bff00e88d34717b8216a923e347a.zip |
- Update to 20070224
- Add backup master site
PR: ports/109500
Submitted by: Wesley Shields <wxs at atarininja.org> (maintainer)
Diffstat (limited to 'sysutils/grok/Makefile')
-rw-r--r-- | sysutils/grok/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |