From wxs@syn.csh.rit.edu  Wed Apr  5 23:06:17 2006
Return-Path: <wxs@syn.csh.rit.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1A84C16A401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 23:06:17 +0000 (UTC)
	(envelope-from wxs@syn.csh.rit.edu)
Received: from syn.csh.rit.edu (syn.csh.rit.edu [129.21.60.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC7143D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  5 Apr 2006 23:06:16 +0000 (GMT)
	(envelope-from wxs@syn.csh.rit.edu)
Received: from syn.csh.rit.edu (localhost [127.0.0.1])
	by syn.csh.rit.edu (8.13.4/8.13.4) with ESMTP id k3606nIS031498
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 5 Apr 2006 19:06:49 -0500 (EST)
	(envelope-from wxs@syn.csh.rit.edu)
Received: (from wxs@localhost)
	by syn.csh.rit.edu (8.13.4/8.13.4/Submit) id k3606nrk031496;
	Wed, 5 Apr 2006 19:06:49 -0500 (EST)
	(envelope-from wxs)
Message-Id: <200604060006.k3606nrk031496@syn.csh.rit.edu>
Date: Wed, 5 Apr 2006 19:06:49 -0500 (EST)
From: Wesley Shields <wxs@csh.rit.edu>
Reply-To: Wesley Shields <wxs@csh.rit.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER]: Update sysutils/grok
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         95375
>Category:       ports
>Synopsis:       [MAINTAINER]: Update sysutils/grok
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 23:10:11 GMT 2006
>Closed-Date:    Thu Apr 06 08:35:10 GMT 2006
>Last-Modified:  Thu Apr 06 08:35:10 GMT 2006
>Originator:     Wesley Shields
>Release:        FreeBSD 6.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD syn 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #1: Wed Jan 11 11:57:33 EST 2006 root@syn:/usr/obj/usr/src/sys/GENERIC i386

>Description:
sysutils/grok is at version 1.1.  The attached patch updates the port,
updates the MASTER_SITES, and removes a dependency that the new version
doesn't need.

>How-To-Repeat:
N/A

>Fix:

diff -ruN sysutils/grok.orig/Makefile sysutils/grok/Makefile
--- sysutils/grok.orig/Makefile	Wed Mar 15 05:39:33 2006
+++ sysutils/grok/Makefile	Wed Apr  5 17:58:39 2006
@@ -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 -ruN sysutils/grok.orig/distinfo sysutils/grok/distinfo
--- sysutils/grok.orig/distinfo	Wed Mar 15 05:39:33 2006
+++ sysutils/grok/distinfo	Tue Apr  4 15:07:15 2006
@@ -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 -ruN sysutils/grok.orig/files/pkg-message.in sysutils/grok/files/pkg-message.in
--- sysutils/grok.orig/files/pkg-message.in	Wed Mar 15 05:39:34 2006
+++ sysutils/grok/files/pkg-message.in	Wed Apr  5 17:59:08 2006
@@ -3,7 +3,7 @@
 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 -ruN sysutils/grok.orig/pkg-descr sysutils/grok/pkg-descr
--- sysutils/grok.orig/pkg-descr	Wed Mar 15 05:39:33 2006
+++ sysutils/grok/pkg-descr	Tue Apr  4 15:06:23 2006
@@ -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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Thu Apr 6 08:35:06 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95375 
>Unformatted:
