From d7939cee1c397f6d324578f95b8045e739e63afc Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 14 Jan 2014 22:40:35 +0000 Subject: [PATCH] Update to 2.100 PR: ports/185702 Submitted by: KATO Tsuguru --- print/typetools/Makefile | 2 +- print/typetools/distinfo | 4 ++-- print/typetools/files/patch-libefont__otf.cc | 10 ---------- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 print/typetools/files/patch-libefont__otf.cc diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 9bb122aa936a..813dddf311ac 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -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} diff --git a/print/typetools/distinfo b/print/typetools/distinfo index 837023ef7ab8..fd1edc9c06e0 100644 --- a/print/typetools/distinfo +++ b/print/typetools/distinfo @@ -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 --git a/print/typetools/files/patch-libefont__otf.cc b/print/typetools/files/patch-libefont__otf.cc deleted file mode 100644 index 5f879e6c829f..000000000000 --- a/print/typetools/files/patch-libefont__otf.cc +++ /dev/null @@ -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 // for ntohl() - #include - -+#undef static_assert - #ifndef static_assert - #define static_assert(c) switch (c) case 0: case (c): - #endif