From wxs@atarininja.org  Sat Feb 24 21:26:36 2007
Return-Path: <wxs@atarininja.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2982016A402
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Feb 2007 21:26:36 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158])
	by mx1.freebsd.org (Postfix) with ESMTP id 0AB3613C471
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Feb 2007 21:26:36 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: by syn.atarininja.org (Postfix, from userid 1001)
	id 7247D5C58; Sat, 24 Feb 2007 16:28:35 -0500 (EST)
Message-Id: <20070224212835.7247D5C58@syn.atarininja.org>
Date: Sat, 24 Feb 2007 16:28:35 -0500 (EST)
From: Wesley Shields <wxs@atarininja.org>
Reply-To: Wesley Shields <wxs@atarininja.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER]: Update sysutils/grok
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109500
>Category:       ports
>Synopsis:       [MAINTAINER]: Update sysutils/grok
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 24 21:30:06 GMT 2007
>Closed-Date:    Sun Feb 25 07:23:00 GMT 2007
>Last-Modified:  Sun Feb 25 07:30:04 GMT 2007
>Originator:     Wesley Shields
>Release:        FreeBSD 6.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Sat Sep 30 21:50:55 EDT 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
sysutils/grok has a new version out.  The attached patch updates the port.

- Add a dependency on devel/p5-URI (new port, see ports/109499)
- Add a second master site
- Update the port to new version

NOTE: ports/109499 needs to be committed before this PR.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/grok/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 Aug 2006 16:49:48 -0000	1.3
+++ Makefile	24 Feb 2007 21:15:30 -0000
@@ -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 @@
 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}/devel/p5-URI
 
 USE_PERL5=	yes
 USE_RC_SUBR=	grok.sh
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/grok/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	6 Apr 2006 08:34:20 -0000	1.2
+++ distinfo	24 Feb 2007 21:15:30 -0000
@@ -1,3 +1,3 @@
-MD5 (grok-1.1.tar.gz) = c9e5725eccf78074c1e381af395bcdc8
-SHA256 (grok-1.1.tar.gz) = 737d20cce83688be134be007149a364d10b98a42856117acee089c3ef669b1d5
-SIZE (grok-1.1.tar.gz) = 30208
+MD5 (grok-20070224.tar.gz) = 8e6fdea1dc4dc022953dbe0e225bd345
+SHA256 (grok-20070224.tar.gz) = eae16ebfedbad440337c47aee30843d997c74f778c770fc44e46803a2a7368d2
+SIZE (grok-20070224.tar.gz) = 17126
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sat Feb 24 21:31:32 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109500 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Feb 25 07:22:56 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109500 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109500: commit references a PR
Date: Sun, 25 Feb 2007 07:20:53 +0000 (UTC)

 rafan       2007-02-25 07:20:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/grok        Makefile distinfo 
   Log:
   - Update to 20070224
   - Add backup master site
   
   PR:             ports/109500
   Submitted by:   Wesley Shields <wxs at atarininja.org> (maintainer)
   
   Revision  Changes    Path
   1.4       +5 -3      ports/sysutils/grok/Makefile
   1.3       +3 -3      ports/sysutils/grok/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
