diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:54:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:54:11 +0000 |
commit | f83fc8183d9fb3de99e993ea2f5eac440076f660 (patch) | |
tree | a4ca6d8db76150ca3cef59ba49b8e051a55e1c80 /fonts | |
parent | 591351d544138d91137083355301c7c6049407e9 (diff) | |
download | pkgsrc-f83fc8183d9fb3de99e993ea2f5eac440076f660.tar.gz |
Update to 0.9.12:
Overview of changes leading to 0.9.12
Thursday, January 18, 2013
=====================================
- Build fixes for Sun compiler.
- Minor bug fix.
Overview of changes leading to 0.9.11
Thursday, January 10, 2013
=====================================
- Build fixes.
- Fix GPOS mark attachment with null Anchor offsets.
- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
- Fix multi-threaded shaper data creation crash.
- Add atomic ops for Solaris.
API changes:
- Rename hb_buffer_clear() to hb_buffer_clear_contents().
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index fb10a0a0728..1881d31cb78 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/01/21 13:40:12 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/21 13:54:11 wiz Exp $ -DISTNAME= harfbuzz-0.9.10 +DISTNAME= harfbuzz-0.9.12 CATEGORIES= fonts MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ EXTRACT_SUFX= .tar.bz2 diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 8eb3763bd92..212a556cedb 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2013/01/21 13:40:12 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/01/21 13:54:11 wiz Exp $ -SHA1 (harfbuzz-0.9.10.tar.bz2) = 0987489a57aa06c7b19da21ffba367a8dc684a9a -RMD160 (harfbuzz-0.9.10.tar.bz2) = fca7f96989377e36f5776aeb50edd094b261b4b7 -Size (harfbuzz-0.9.10.tar.bz2) = 885141 bytes +SHA1 (harfbuzz-0.9.12.tar.bz2) = 3f4f25a3b1c54bc415827bc79b36efef62220c5e +RMD160 (harfbuzz-0.9.12.tar.bz2) = 7e408974aa9b4e0ba3cbc20a1973e1eaf495770d +Size (harfbuzz-0.9.12.tar.bz2) = 886353 bytes SHA1 (patch-util_options.cc) = 4ee9ee39d1413ef4fad2023a0b62c4a8c00d91ad |