ports/62099: [Maintainer Update] graphics/gocr: Update to version 0.38
Kay Lehmann
kay_lehmann at web.de
Fri Jan 30 09:51:29 UTC 2004
>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
- at dirrm share/doc/gocr
--- gocr_0.37-0.38.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list