Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2007 13:37:26 -0400 (EDT)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116420: [MAINTAINER UPDATE]: sysutils/grok
Message-ID:  <20070917173726.756835C2E@syn.atarininja.org>
Resent-Message-ID: <200709171740.l8HHe1oU078496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116420
>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:   Mon Sep 17 17:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 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.  A note should be made in UPDATING since this version changes a
few of the pattern definitions used by grok.

UPDATING text:

The new version of grok has changed the meaning of a couple of
pre-defined patterns.  Please see ${DATADIR}/CHANGELIST for more
information.  Existing grok.conf may be broken by these changes.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/grok/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	9 Apr 2007 20:53:25 -0000	1.5
+++ Makefile	17 Sep 2007 17:32:35 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	grok
-PORTVERSION=	20070402
+PORTVERSION=	20070915
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.semicomplete.com/files/grok/ \
 		http://www.atarininja.org/~wxs/distfiles/
@@ -30,7 +30,10 @@
 MAN1=	grok.1
 
 do-install:
+	@${MKDIR} ${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/grok ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/grok_patfind.pl ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/CHANGELIST ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/grok.conf ${PREFIX}/etc/grok.conf.sample
 	${INSTALL_MAN} ${WRKSRC}/grok.1 ${PREFIX}/man/man1
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/grok/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	9 Apr 2007 20:53:25 -0000	1.4
+++ distinfo	17 Sep 2007 17:32:35 -0000
@@ -1,3 +1,3 @@
-MD5 (grok-20070402.tar.gz) = 45c20f7e1bea840d635d2211279f4260
-SHA256 (grok-20070402.tar.gz) = 377a7de114bb536a80f794feb4a705a5c643a012cfd26025cceb32a4353b33e2
-SIZE (grok-20070402.tar.gz) = 129536
+MD5 (grok-20070915.tar.gz) = ce19c29d0eca6ed0129286cab9ade282
+SHA256 (grok-20070915.tar.gz) = 8b1c1ef1940b493ebd14ac12fbf16985d277c36e10ad64ae01aed46dc70c3ec6
+SIZE (grok-20070915.tar.gz) = 163840
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/sysutils/grok/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	15 Mar 2006 10:39:33 -0000	1.1
+++ pkg-plist	17 Sep 2007 17:32:35 -0000
@@ -1,4 +1,7 @@
 bin/grok
+bin/grok_patfind.pl
+%%DATADIR%%/CHANGELIST
 @unexec if cmp -s %D/etc/grok.conf.sample %D/etc/grok.conf; then rm -f %D/etc/grok.conf; fi
 etc/grok.conf.sample
 @exec if [ ! -f %D/etc/grok.conf ] ; then cp -p %D/%F %B/grok.conf; fi
+@dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070917173726.756835C2E>