Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 10:43:18 +0100
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62099: [Maintainer Update] graphics/gocr: Update to version 0.38
Message-ID:  <1075455797.198181d9@bippes.finkenkrug.ev>
Resent-Message-ID: <200401300950.i0U9o5o1049531@freefall.freebsd.org>

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

>Number:         62099
>Category:       ports
>Synopsis:       [Maintainer Update] graphics/gocr: Update to version 0.38
>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 Jan 30 01:50:04 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


System: FreeBSD bippes.finkenkrug.ev 4.9-STABLE FreeBSD 4.9-STABLE #31: Wed Jan i386


>Description:


Update to version 0.38 and fix handling of PORTDOCS.



>How-To-Repeat:





>Fix:


--- gocr_0.37-0.38.diff begins here ---
diff -urN gocr.old/Makefile gocr/Makefile
--- gocr.old/Makefile	Fri Jan 30 09:57:00 2004
+++ gocr/Makefile	Fri Jan 30 09:55:23 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gocr
-PORTVERSION=	0.37
+PORTVERSION=	0.38
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	jocr
@@ -21,12 +21,12 @@
 
 MAN1=		gocr.1
 
-DOC_FILES=	examples.txt gocr.html unicode.txt
+PORTDOCS=	examples.txt gocr.html unicode.txt
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
+.for file in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
 .endfor
 .endif
diff -urN gocr.old/distinfo gocr/distinfo
--- gocr.old/distinfo	Fri Jan 30 09:57:00 2004
+++ gocr/distinfo	Fri Jan 30 10:03:19 2004
@@ -1 +1,2 @@
-MD5 (gocr-0.37.tar.gz) = 824984b5d5c44b6e3c2a1a1d5fb6d48e
+MD5 (gocr-0.38.tar.gz) = bb4ec433f9f6432873505c6744ada5f4
+SIZE (gocr-0.38.tar.gz) = 690853
diff -urN gocr.old/pkg-plist gocr/pkg-plist
--- gocr.old/pkg-plist	Fri Jan 30 09:57:00 2004
+++ gocr/pkg-plist	Fri Jan 30 09:43:52 2004
@@ -1,7 +1,3 @@
 bin/gocr
 include/gocr.h
 lib/libPgm2asc.a
-share/doc/gocr/examples.txt
-share/doc/gocr/gocr.html
-share/doc/gocr/unicode.txt
-@dirrm share/doc/gocr
--- gocr_0.37-0.38.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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