ports/109500: [MAINTAINER]: Update sysutils/grok

Wesley Shields wxs at atarininja.org
Sat Feb 24 21:30:07 UTC 2007


>Number:         109500
>Category:       ports
>Synopsis:       [MAINTAINER]: Update sysutils/grok
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 24 21:30:06 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list