From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 1 10:10:07 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A3A16A4CE for ; Fri, 1 Apr 2005 10:10:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A181D43D39 for ; Fri, 1 Apr 2005 10:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j31AA60v092412 for ; Fri, 1 Apr 2005 10:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j31AA6hL092411; Fri, 1 Apr 2005 10:10:06 GMT (envelope-from gnats) Resent-Date: Fri, 1 Apr 2005 10:10:06 GMT Resent-Message-Id: <200504011010.j31AA6hL092411@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kay Lehmann" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA5516A4CE for ; Fri, 1 Apr 2005 10:04:52 +0000 (GMT) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AC7643D2D for ; Fri, 1 Apr 2005 10:04:51 +0000 (GMT) (envelope-from kay_lehmann@web.de) Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240]) (authenticated bits=0)j31A4PRt005097 for ; Fri, 1 Apr 2005 12:04:37 +0200 Message-Id: <1112350362.0@bippes.finkenkrug.ev> Date: Fri, 1 Apr 2005 12:12:42 +0200 From: "Kay Lehmann" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.4 Subject: ports/79426: [Maintainer Update] graphics/gocr: Update from 0.39 to 0.40 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 10:10:07 -0000 >Number: 79426 >Category: ports >Synopsis: [Maintainer Update] graphics/gocr: Update from 0.39 to 0.40 >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: Fri Apr 01 10:10:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Kay Lehmann >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-PRERELEASE #5: Thu Mar 31 14:30:09 CEST 2005 root@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes >Description: Update the port to version 0.40 One important change is that it now includes a tk-interface, so dependencies have changed. >How-To-Repeat: >Fix: --- gocr_0.39-0.40.diff begins here --- diff -urN gocr.orig/Makefile gocr/Makefile --- gocr.orig/Makefile Fri Apr 1 11:51:29 2005 +++ gocr/Makefile Fri Apr 1 12:10:35 2005 @@ -6,7 +6,7 @@ # PORTNAME= gocr -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jocr @@ -15,6 +15,7 @@ COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 USE_GMAKE= yes GNU_CONFIGURE= yes diff -urN gocr.orig/distinfo gocr/distinfo --- gocr.orig/distinfo Fri Apr 1 11:51:29 2005 +++ gocr/distinfo Fri Apr 1 12:10:35 2005 @@ -1,2 +1,2 @@ -MD5 (gocr-0.39.tar.gz) = 35b024988af7d3ddb00971db4e6d53a1 -SIZE (gocr-0.39.tar.gz) = 720915 +MD5 (gocr-0.40.tar.gz) = 13cc0d008747f5bb56d8b17be9b61859 +SIZE (gocr-0.40.tar.gz) = 780744 diff -urN gocr.orig/files/patch-bin::gocr.tcl gocr/files/patch-bin::gocr.tcl --- gocr.orig/files/patch-bin::gocr.tcl Thu Jan 1 01:00:00 1970 +++ gocr/files/patch-bin::gocr.tcl Fri Apr 1 12:10:35 2005 @@ -0,0 +1,11 @@ +--- bin/gocr.tcl.orig Fri Apr 1 11:34:44 2005 ++++ bin/gocr.tcl Fri Apr 1 11:34:56 2005 +@@ -9,7 +9,7 @@ + # - Reading from stderr of child??? + # + # this is a multiline comment in wish, but not in sh \ +-exec wish -f $0 $@ ++exec wish8.4 -f $0 $@ + + set ver 0.3.6 + set gocrver 0.3.5 diff -urN gocr.orig/pkg-plist gocr/pkg-plist --- gocr.orig/pkg-plist Fri Apr 1 11:51:29 2005 +++ gocr/pkg-plist Fri Apr 1 12:10:35 2005 @@ -1,3 +1,4 @@ bin/gocr +bin/gocr.tcl include/gocr.h lib/libPgm2asc.a --- gocr_0.39-0.40.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: