diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-06 00:40:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-06 00:40:48 +0000 |
commit | 01b51c0948696888a58c61ee0562b963f4aa6af1 (patch) | |
tree | 1b4416454b6456bc0da9b87deba3e06c79deea0d /devel/pango/Makefile | |
parent | 51bbe430e236f597584aeb17ab320dff370a29fb (diff) | |
download | pkgsrc-01b51c0948696888a58c61ee0562b963f4aa6af1.tar.gz |
Update to 1.32.5:
Overview of changes between 1.32.4 and 1.32.5
=============================================
- 689843 - Drop last ues of G_CONST_RETURN
- 689864 - build failure
- 689882 - pango-font.h:381: error: comma at end of enumerator list
- 686512 - pango_cairo_font_get_scaled_font failed under wine
- 690081 - pangofc-fontmap: Remove bad use of the comma operator
- 679299 - Allow incrementally parsing pango markup
Diffstat (limited to 'devel/pango/Makefile')
-rw-r--r-- | devel/pango/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 1e677700a33..623c5f2abd0 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.174 2012/12/19 03:02:50 obache Exp $ +# $NetBSD: Makefile,v 1.175 2013/01/06 00:40:48 wiz Exp $ -DISTNAME= pango-1.32.4 -PKGREVISION= 1 +DISTNAME= pango-1.32.5 CATEGORIES= devel fonts MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz |