From tkato432@yahoo.com  Sun Jan 12 18:32:43 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 65AA954A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 12 Jan 2014 18:31:54 +0000 (UTC)
Received: from omta01.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 38473161A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 12 Jan 2014 18:31:54 +0000 (UTC)
Received: from coppermine.my.domain (ZT029149.ppp.dion.ne.jp [59.128.29.149])
	by omta01.auone-net.jp (au one net mail) with ESMTP id C4743980013
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 13 Jan 2014 03:31:52 +0900 (JST)
Message-Id: <20140113032026.0f9cdcbd78e829645e12d716@yahoo.com>
Date: Mon, 13 Jan 2014 03:20:26 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: print/typetools: Update to version 2.100

>Number:         185702
>Category:       ports
>Synopsis:       print/typetools: Update to version 2.100
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 18:40:05 UTC 2014
>Closed-Date:    Tue Jan 14 22:41:14 UTC 2014
>Last-Modified:  Tue Jan 14 22:50:01 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 2.100

Remove file:
files/patch-libefont__otf.cc

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/typetools/Makefile print/typetools/Makefile
--- /usr/ports/print/typetools/Makefile	2014-01-04 03:59:52.000000000 +0900
+++ print/typetools/Makefile	2014-01-13 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/print/typetools/Makefile 338558 2014-01-03 16:16:11Z antoine $
 
 PORTNAME=	typetools
-PORTVERSION=	2.99
+PORTVERSION=	2.100
 CATEGORIES=	print
 MASTER_SITES=	http://www.lcdf.org/type/
 DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
diff -urN /usr/ports/print/typetools/distinfo print/typetools/distinfo
--- /usr/ports/print/typetools/distinfo	2014-01-04 03:59:52.000000000 +0900
+++ print/typetools/distinfo	2014-01-13 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
-SIZE (lcdf-typetools-2.99.tar.gz) = 627203
+SHA256 (lcdf-typetools-2.100.tar.gz) = 7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd
+SIZE (lcdf-typetools-2.100.tar.gz) = 635042
diff -urN /usr/ports/print/typetools/files/patch-libefont__otf.cc print/typetools/files/patch-libefont__otf.cc
--- /usr/ports/print/typetools/files/patch-libefont__otf.cc	2014-01-04 03:59:52.000000000 +0900
+++ print/typetools/files/patch-libefont__otf.cc	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- ./libefont/otf.cc.orig	2013-08-13 20:23:45.000000000 +0000
-+++ ./libefont/otf.cc	2014-01-03 11:41:56.000000000 +0000
-@@ -26,6 +26,7 @@
- #include <efont/otfdata.hh>	// for ntohl()
- #include <efont/otfname.hh>
- 
-+#undef static_assert
- #ifndef static_assert
- #define static_assert(c) switch (c) case 0: case (c):
- #endif
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Tue Jan 14 22:40:54 UTC 2014 
State-Changed-Why:  
Patch committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185702: commit references a PR
Date: Tue, 14 Jan 2014 22:40:42 +0000 (UTC)

 Author: antoine
 Date: Tue Jan 14 22:40:35 2014
 New Revision: 339730
 URL: http://svnweb.freebsd.org/changeset/ports/339730
 QAT: https://qat.redports.org/buildarchive/r339730/
 
 Log:
   Update to 2.100
   
   PR:		ports/185702
   Submitted by:	KATO Tsuguru
 
 Deleted:
   head/print/typetools/files/patch-libefont__otf.cc
 Modified:
   head/print/typetools/Makefile
   head/print/typetools/distinfo
 
 Modified: head/print/typetools/Makefile
 ==============================================================================
 --- head/print/typetools/Makefile	Tue Jan 14 22:32:37 2014	(r339729)
 +++ head/print/typetools/Makefile	Tue Jan 14 22:40:35 2014	(r339730)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	typetools
 -PORTVERSION=	2.99
 +PORTVERSION=	2.100
  CATEGORIES=	print
  MASTER_SITES=	http://www.lcdf.org/type/
  DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
 
 Modified: head/print/typetools/distinfo
 ==============================================================================
 --- head/print/typetools/distinfo	Tue Jan 14 22:32:37 2014	(r339729)
 +++ head/print/typetools/distinfo	Tue Jan 14 22:40:35 2014	(r339730)
 @@ -1,2 +1,2 @@
 -SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
 -SIZE (lcdf-typetools-2.99.tar.gz) = 627203
 +SHA256 (lcdf-typetools-2.100.tar.gz) = 7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd
 +SIZE (lcdf-typetools-2.100.tar.gz) = 635042
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
