Date: Sun, 20 May 2012 17:26:17 -0700 From: Timothy Beyer <beyert@cs.ucr.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Timothy Beyer <beyert@cs.ucr.edu> Subject: ports/168181: update port: japanese/tegaki-recognize Message-ID: <87y5omcrbq.wl@fastmail.fm> Resent-Message-ID: <201205210030.q4L0U6x0025123@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168181 >Category: ports >Synopsis: update port: japanese/tegaki-recognize >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 May 21 00:30:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 9.0-RELEASE i386 >Organization: no organization >Environment: System: FreeBSD aeonserv.aeonnet 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #11: Fri May 11 22:49:12 PDT 2012 root@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM i386 >Description: - Update to version 0.3.1.2. - Adjust position of LICENSE and LICENSE_FILE in Makefile to get rid of portlint errors. >How-To-Repeat: apply the patch and build >Fix: Apply the patch and build --- tegaki-recognize.diff begins here --- Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -5,25 +5,25 @@ # # $FreeBSD: ports/japanese/tegaki-recognize/Makefile,v 1.1 2011/02/05 10:28:26 miwi Exp $ # PORTNAME= tegaki -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.1.2 CATEGORIES= japanese python -MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION}/ +MASTER_SITES= http://www.tegaki.org/releases/${PORTVERSION:.2=}/ PKGNAMESUFFIX= -recognize DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= beyert@cs.ucr.edu COMMENT= Open-Source Chinese and Japanese Handwriting Recognition +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= zinnia.0:${PORTSDIR}/japanese/zinnia RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegakigtk/recognizer.py:${PORTSDIR}/japanese/py-tegaki-gtk -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME}_recognize .include <bsd.port.pre.mk> Index: distinfo ================================================================== --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (tegaki-recognize-0.3.1.tar.gz) = 161dc7d204b1d387b275ec7cbb19eebb9e7c1bccc47f8978cf3e51582f55556e -SIZE (tegaki-recognize-0.3.1.tar.gz) = 295897 +SHA256 (tegaki-recognize-0.3.1.2.tar.gz) = 553c90791208f60c3f4364ef87aaf39cf7b5670f5f5fec995bcb7e317871d5bb +SIZE (tegaki-recognize-0.3.1.2.tar.gz) = 296765 --- tegaki-recognize.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?87y5omcrbq.wl>