diff options
author | wiz <wiz> | 2007-10-26 16:16:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-10-26 16:16:17 +0000 |
commit | ea198cb991b847127ce8da25dd50c3d33edf8c5b (patch) | |
tree | 30463e2f6185bbff9cd2ae4f88fd0a06c7a0100b /devel | |
parent | 7b3055afcd453f9637cf2bf7d21ce88b92a8c7ed (diff) | |
download | pkgsrc-ea198cb991b847127ce8da25dd50c3d33edf8c5b.tar.gz |
Update to 1.18.3:
Overview of changes between 1.18.2 and 1.18.3
==============================================
- Two OpenType engine fixes. Makes Nafees Nastaliq font
work great, and avoids warnings with some other fonts.
- Fix minor leak in win32 backend.
- Bugs fixed in this release:
Bug 483600 – Leak of font family name in
pango_win32_font_description_from_logfont(w)
Patch from Daniel Atallah
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/Makefile | 4 | ||||
-rw-r--r-- | devel/pango/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 90b954acb76..e42f0f3fe80 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2007/09/18 19:06:22 drochner Exp $ +# $NetBSD: Makefile,v 1.106 2007/10/26 16:16:17 wiz Exp $ -DISTNAME= pango-1.18.2 +DISTNAME= pango-1.18.3 CATEGORIES= devel fonts MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.18/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/pango/distinfo b/devel/pango/distinfo index e353c800643..4ca0cf61cd7 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.57 2007/09/18 19:06:23 drochner Exp $ +$NetBSD: distinfo,v 1.58 2007/10/26 16:16:17 wiz Exp $ -SHA1 (pango-1.18.2.tar.bz2) = f7ba4ff89e05c5659c17dc4225c1a67772a788da -RMD160 (pango-1.18.2.tar.bz2) = 59a097cdb7d90cfc9ed458de3ac2c9fbcf10bded -Size (pango-1.18.2.tar.bz2) = 1392725 bytes +SHA1 (pango-1.18.3.tar.bz2) = b7b9e8dee0111dc877ceec33b8a47e17d3466ce7 +RMD160 (pango-1.18.3.tar.bz2) = f57f92e81ba279bb1bb456e0d6075d3b4bf0e3d3 +Size (pango-1.18.3.tar.bz2) = 1394980 bytes |