From beyert@fastmail.fm  Mon May 21 00:26:22 2012
Return-Path: <beyert@fastmail.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4159E106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 00:26:22 +0000 (UTC)
	(envelope-from beyert@fastmail.fm)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25])
	by mx1.freebsd.org (Postfix) with ESMTP id C4CEC8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 00:26:21 +0000 (UTC)
Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id A4453205E7;
	Sun, 20 May 2012 20:26:20 -0400 (EDT)
Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160])
  by compute3.internal (MEProxy); Sun, 20 May 2012 20:26:20 -0400
Received: from aeonserv.aeonnet.fastmail.fm (unknown [76.90.217.240])
	by mail.messagingengine.com (Postfix) with ESMTPA id 0BEE88E018E;
	Sun, 20 May 2012 20:26:19 -0400 (EDT)
Message-Id: <87y5omcrbq.wl@fastmail.fm>
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: update port: japanese/tegaki-recognize

>Number:         168181
>Category:       ports
>Synopsis:       update port: japanese/tegaki-recognize
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 00:30:06 UTC 2012
>Closed-Date:    Tue May 22 19:40:09 UTC 2012
>Last-Modified:  Tue May 22 19:40:09 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Mon May 21 20:07:07 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168181 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168181: commit references a PR
Date: Tue, 22 May 2012 19:38:47 +0000 (UTC)

 rm          2012-05-22 19:38:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/tegaki-recognize Makefile distinfo pkg-descr 
                               pkg-plist 
   Log:
   - update to 0.3.1.2
   
   While I'm here:
   - drop LICENSE_FILE that isn't needed for well-known licenses
   - strict python version to 2.x only (apps using pygtk do not (and will not)
     support python3)
   - do not try to remove directories that we not installing
   
   PR:             168181
   Submitted by:   Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
   
   Revision  Changes    Path
   1.2       +5 -6      ports/japanese/tegaki-recognize/Makefile
   1.2       +2 -2      ports/japanese/tegaki-recognize/distinfo
   1.2       +1 -1      ports/japanese/tegaki-recognize/pkg-descr
   1.2       +0 -2      ports/japanese/tegaki-recognize/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Tue May 22 19:40:07 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168181 
>Unformatted:
