diff options
author | drochner <drochner> | 2009-10-21 15:42:18 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-21 15:42:18 +0000 |
commit | 1997f268a9842d517c3e474852fb70ba0136e7a6 (patch) | |
tree | 1e62bcc08fd67804cb951daa7b81f0202bfd4df1 /devel | |
parent | d529691931b65ecd211acb531777f1c8a4e267bc (diff) | |
download | pkgsrc-1997f268a9842d517c3e474852fb70ba0136e7a6.tar.gz |
update to 1.26.0
This switches to the gnome-2.28 release branch.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pango/Makefile | 7 | ||||
-rw-r--r-- | devel/pango/PLIST | 4 | ||||
-rw-r--r-- | devel/pango/distinfo | 9 | ||||
-rw-r--r-- | devel/pango/patches/patch-aa | 15 |
4 files changed, 11 insertions, 24 deletions
diff --git a/devel/pango/Makefile b/devel/pango/Makefile index 5e9954b9b14..9da26dbc372 100644 --- a/devel/pango/Makefile +++ b/devel/pango/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.133 2009/07/22 12:48:46 wiz Exp $ +# $NetBSD: Makefile,v 1.134 2009/10/21 15:42:18 drochner Exp $ -DISTNAME= pango-1.24.5 +DISTNAME= pango-1.26.0 CATEGORIES= devel fonts -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.24/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.26/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -17,6 +17,7 @@ USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes TEST_TARGET= check USE_LIBTOOL= yes +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE= pango-uninstalled.pc.in PKGCONFIG_OVERRIDE+= pango.pc.in diff --git a/devel/pango/PLIST b/devel/pango/PLIST index 8dbc0deeedc..711a6d41782 100644 --- a/devel/pango/PLIST +++ b/devel/pango/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.47 2009/09/07 09:49:20 drochner Exp $ +@comment $NetBSD: PLIST,v 1.48 2009/10/21 15:42:18 drochner Exp $ bin/pango-querymodules bin/pango-view include/pango-1.0/pango/pango-attributes.h @@ -78,6 +78,8 @@ share/gtk-doc/html/pango/index-1.18.html share/gtk-doc/html/pango/index-1.2.html share/gtk-doc/html/pango/index-1.20.html share/gtk-doc/html/pango/index-1.22.html +share/gtk-doc/html/pango/index-1.24.html +share/gtk-doc/html/pango/index-1.26.html share/gtk-doc/html/pango/index-1.4.html share/gtk-doc/html/pango/index-1.6.html share/gtk-doc/html/pango/index-1.8.html diff --git a/devel/pango/distinfo b/devel/pango/distinfo index 9a78d70a61e..a43360669d5 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.75 2009/10/11 07:39:25 tnn Exp $ +$NetBSD: distinfo,v 1.76 2009/10/21 15:42:18 drochner Exp $ -SHA1 (pango-1.24.5.tar.bz2) = a5aa40b78546a7ee59f21804b172e5d47ef776ad -RMD160 (pango-1.24.5.tar.bz2) = 7e436752734c55950ad5feced7c7d5c3f040a1b4 -Size (pango-1.24.5.tar.bz2) = 1519944 bytes -SHA1 (patch-aa) = ef90f43f3d828b79809c8a337fa0167cc3d1e470 +SHA1 (pango-1.26.0.tar.bz2) = 567f9ace5a8384b3a59dbf95304dc8b1a271d5b6 +RMD160 (pango-1.26.0.tar.bz2) = b3b64d6af1eb9cc27d23a7e58d118df8fed25502 +Size (pango-1.26.0.tar.bz2) = 1535736 bytes diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa deleted file mode 100644 index a0d607fce8a..00000000000 --- a/devel/pango/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.16 2009/10/11 07:39:26 tnn Exp $ - ---- pango-view/Makefile.in.orig 2009-07-20 22:59:49.000000000 +0200 -+++ pango-view/Makefile.in -@@ -794,10 +794,8 @@ $(srcdir)/pango-view.1: ../configure.in - (test -f "$@" || echo help2man is required to generate this file. >> "$@")); - - install-data-hook: -- @cd "$(DESTDIR)$(man1dir)" && gzip -c pango-view.1 > pango-view.1.gz && $(RM) pango-view.1 - - uninstall-hook: -- $(RM) "$(DESTDIR)$(man1dir)/pango-view.1.gz" - - pangorc: $(srcdir)/../modules/pangorc - cp $(srcdir)/../modules/pangorc $@ |