diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-02 19:59:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-02 19:59:13 +0000 |
commit | 278bfb019a8c31c41df327246a35fa7ac8314ea9 (patch) | |
tree | 10b97c470a156f950e64dde24c48577eb6afdf0b /graphics/cairo | |
parent | 6ef178ad8b9a5ef0cf79bb7306a21c035b4397e3 (diff) | |
download | pkgsrc-278bfb019a8c31c41df327246a35fa7ac8314ea9.tar.gz |
Update to 1.0.4:
Release 1.0.4 (2006-03-15 Behdad Esfahbod)
==============================================================
This is a bug fix release. Many fixes in this release are
backported from the head branch and do not have bug numbers.
For the bugs in bugzilla that are fixed in this release, see:
https://bugs.freedesktop.org/buglist.cgi?bug_id=4674,4823,5528,5734,6176,6196,6197
This includes the bug causing Pango crashes with some corrupt
fonts. For a list of all changes, see ChangeLog.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 6 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 2cc5988a6f8..7ada3ab723c 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2006/02/05 23:09:28 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/02 19:59:13 wiz Exp $ -DISTNAME= cairo-1.0.2 -PKGREVISION= 3 +DISTNAME= cairo-1.0.4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -49,5 +48,6 @@ CFLAGS+= -c99 .include "../../graphics/libpixman/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../x11/Xrender/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index ef4580e9f5c..299544ace01 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2005/12/06 23:14:11 joerg Exp $ +$NetBSD: distinfo,v 1.17 2006/04/02 19:59:13 wiz Exp $ -SHA1 (cairo-1.0.2.tar.gz) = 3a425049499b0b067ed4dc60d94b4d0819c0841b -RMD160 (cairo-1.0.2.tar.gz) = 59f309974fdac86253ed9a4d00e564a2fac310eb -Size (cairo-1.0.2.tar.gz) = 1458903 bytes +SHA1 (cairo-1.0.4.tar.gz) = 89e72202e5b51a8914fce60f52f7c51ecdea982a +RMD160 (cairo-1.0.4.tar.gz) = 40403971bcb6ed9cd4379e8e13a52f515db886cb +Size (cairo-1.0.4.tar.gz) = 1475777 bytes SHA1 (patch-aa) = 1148fea31496343606663c4455eb589ad66cacb6 SHA1 (patch-ab) = 08155b91ceacea1e358ac7a41119d0d9370c9b5e |