diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-14 22:40:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-14 22:40:35 +0000 |
commit | d7939cee1c397f6d324578f95b8045e739e63afc (patch) | |
tree | d886b8d0233a0672df33543c4f545dbc18faf9a1 /print | |
parent | 42e753076a82d7965cc8aa564322fa714cb995ca (diff) | |
download | ports-d7939cee1c397f6d324578f95b8045e739e63afc.tar.gz ports-d7939cee1c397f6d324578f95b8045e739e63afc.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/typetools/Makefile | 2 | ||||
-rw-r--r-- | print/typetools/distinfo | 4 | ||||
-rw-r--r-- | print/typetools/files/patch-libefont__otf.cc | 10 |
3 files changed, 3 insertions, 13 deletions
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 <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 |