diff options
author | sem <sem@FreeBSD.org> | 2006-04-06 16:34:20 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-04-06 16:34:20 +0800 |
commit | ec3d2b6ecadb3c97a78f6ee23ff4afcacc390197 (patch) | |
tree | 5c868425eaea9a1de9d91f6f9ba320401f9c4d74 /sysutils/grok | |
parent | 560a3ca447d4644be227c0a8efe56dd8ba61849f (diff) | |
download | freebsd-ports-graphics-ec3d2b6ecadb3c97a78f6ee23ff4afcacc390197.tar.gz freebsd-ports-graphics-ec3d2b6ecadb3c97a78f6ee23ff4afcacc390197.tar.zst freebsd-ports-graphics-ec3d2b6ecadb3c97a78f6ee23ff4afcacc390197.zip |
- Update to 1.1
- Change URL for MASTER_SITE, WWW: line, etc.
PR: ports/95375
Submitted by: maintainer
Diffstat (limited to 'sysutils/grok')
-rw-r--r-- | sysutils/grok/Makefile | 7 | ||||
-rw-r--r-- | sysutils/grok/distinfo | 6 | ||||
-rw-r--r-- | sysutils/grok/files/pkg-message.in | 2 | ||||
-rw-r--r-- | sysutils/grok/pkg-descr | 2 |
4 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/grok/Makefile b/sysutils/grok/Makefile index 848585cd5c3..74626d773e1 100644 --- a/sysutils/grok/Makefile +++ b/sysutils/grok/Makefile @@ -6,15 +6,14 @@ # PORTNAME= grok -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/grok/ +MASTER_SITES= http://www.semicomplete.com/projects/grok/ MAINTAINER= wxs@csh.rit.edu COMMENT= An expert system for real-time log analysis -RUN_DEPENDS= ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \ - ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \ +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 diff --git a/sysutils/grok/distinfo b/sysutils/grok/distinfo index c69f0908839..cdfdf6c8af3 100644 --- a/sysutils/grok/distinfo +++ b/sysutils/grok/distinfo @@ -1,3 +1,3 @@ -MD5 (grok-1.0.tar.gz) = a4046501b9b0dca3f6079975b8c719bd -SHA256 (grok-1.0.tar.gz) = 17fd62875bfd441d3162037433bb925de3180a04a62d09b054dacc2dc46d8626 -SIZE (grok-1.0.tar.gz) = 28160 +MD5 (grok-1.1.tar.gz) = c9e5725eccf78074c1e381af395bcdc8 +SHA256 (grok-1.1.tar.gz) = 737d20cce83688be134be007149a364d10b98a42856117acee089c3ef669b1d5 +SIZE (grok-1.1.tar.gz) = 30208 diff --git a/sysutils/grok/files/pkg-message.in b/sysutils/grok/files/pkg-message.in index 37b6ce6a00a..37675484668 100644 --- a/sysutils/grok/files/pkg-message.in +++ b/sysutils/grok/files/pkg-message.in @@ -3,7 +3,7 @@ You'll have to edit %%PREFIX%%/etc/grok.conf to your liking. Examples and documentation are available at grok(1) and at: -http://www.csh.rit.edu/~psionic/projects/grok/ +http://www.semicomplete.com/projects/grok/ Also, modifications to syslog.conf may be necessary. Usually "user.info /var/log/messages" is enough. diff --git a/sysutils/grok/pkg-descr b/sysutils/grok/pkg-descr index 28d7d4a9bd1..278a9a5be91 100644 --- a/sysutils/grok/pkg-descr +++ b/sysutils/grok/pkg-descr @@ -1,4 +1,4 @@ An expert system for real-time log analysis that allows for user-defined actions to happen when a log rule is matched. -WWW: http://www.csh.rit.edu/~psionic/projects/grok +WWW: http://www.semicomplete.com/projects/grok |