Date: Fri, 29 May 2009 21:14:23 GMT From: ismail yenigul <ismail.yenigul@endersys.com.tr> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/135066: [PATCH] graphics/ocrad update to 0.18 Message-ID: <200905292114.n4TLENsY035332@www.freebsd.org> Resent-Message-ID: <200905292120.n4TLK2PE067532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135066 >Category: ports >Synopsis: [PATCH] graphics/ocrad update to 0.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 29 21:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: ismail yenigul >Release: FreeBSD 6.3-RELEASE-p9 >Organization: Endersys Ltd >Environment: FreeBSD freebsd.enderunix.org 6.3-RELEASE-p9 FreeBSD 6.3-RELEASE-p9 #6: Mon Feb 2 15:07:20 EET 2009 root@freebsd.enderunix.org:/usr/src/sys/amd64/compile/freebsd.amd64 amd64 >Description: Update to ocrad to 0.18 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ocrad.orig/Makefile ocrad/Makefile --- ocrad.orig/Makefile 2008-07-13 23:55:41.000000000 +0300 +++ ocrad/Makefile 2009-05-30 00:11:23.000000000 +0300 @@ -6,8 +6,8 @@ # PORTNAME= ocrad -PORTVERSION= 0.17 -PORTREVISION= 3 +PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,6 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= OCR program implemented as filter -USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} CXXFLAGS="${CXXFLAGS}" CXX="${CXX}" @@ -23,7 +22,7 @@ MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` DOCS= AUTHORS COPYING ChangeLog NEWS README TODO INSTALL -EXAMPLES= test.pbm test.txt +EXAMPLES= test.pbm test.txt check.sh MAN1= ocrad.1 do-install: @@ -35,7 +34,7 @@ .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/examples/,} ${EXAMPLESDIR}/ + ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/testsuite/,} ${EXAMPLESDIR}/ .endif .include <bsd.port.mk> diff -ruN ocrad.orig/distinfo ocrad/distinfo --- ocrad.orig/distinfo 2007-12-19 03:32:33.000000000 +0200 +++ ocrad/distinfo 2009-05-29 23:58:25.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (ocrad-0.17.tar.bz2) = 687c213b3334d5a6c2dcef97805c5882 -SHA256 (ocrad-0.17.tar.bz2) = eba6cf9bae61dfe7b2633ecb05c282682c2ac998edaa57a13bcb04c0542070ae -SIZE (ocrad-0.17.tar.bz2) = 81287 +MD5 (ocrad-0.18.tar.gz) = 5d2d39e218d7f219e53c08ce07556d66 +SHA256 (ocrad-0.18.tar.gz) = 259b5c6a3c4b21fe4bc3214834cb1a2274bea005af0f1ae3898573a6ef0c591a +SIZE (ocrad-0.18.tar.gz) = 95043 diff -ruN ocrad.orig/pkg-plist ocrad/pkg-plist --- ocrad.orig/pkg-plist 2007-12-21 18:22:29.000000000 +0200 +++ ocrad/pkg-plist 2009-05-30 00:07:58.000000000 +0300 @@ -8,5 +8,6 @@ %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%EXAMPLESDIR%%/test.pbm %%PORTDOCS%%%%EXAMPLESDIR%%/test.txt +%%PORTDOCS%%%%EXAMPLESDIR%%/check.sh %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905292114.n4TLENsY035332>