diff options
author | adam <adam@pkgsrc.org> | 2008-09-11 13:29:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-09-11 13:29:58 +0000 |
commit | 26ad7ac9c2dbf59aa71a6d58cdb4a81257bd3e91 (patch) | |
tree | 9663207c441718d598184129cd29c057a877a4e0 /graphics/cairomm | |
parent | 1ae80b97a85cc7de6097e0c70efbbb36224cc60f (diff) | |
download | pkgsrc-26ad7ac9c2dbf59aa71a6d58cdb4a81257bd3e91.tar.gz |
Changes 1.6.4:
* Windows build: Fix the build on the freely available Visual Studio Express
compiler.
Changes 1.6.2:
* Fix build on OSX when both Quartz and Xlib surfaces are enabled
* Fixed a bug where an exception message would often report "Success" when it
should have reported an error message
* Added ability to get the error status code from an exception:
Cairo::logic_error::get_status_code()
* Added new elements to the surface type enumeration
Diffstat (limited to 'graphics/cairomm')
-rw-r--r-- | graphics/cairomm/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairomm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 55ba4eaf4cd..90e7930cc67 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2008/04/21 15:00:18 adam Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/11 13:29:58 adam Exp $ -DISTNAME= cairomm-1.6.0 +DISTNAME= cairomm-1.6.4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo index 1979dc9965e..9fd51c6e74d 100644 --- a/graphics/cairomm/distinfo +++ b/graphics/cairomm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/04/21 15:00:18 adam Exp $ +$NetBSD: distinfo,v 1.6 2008/09/11 13:29:58 adam Exp $ -SHA1 (cairomm-1.6.0.tar.gz) = 934dc378af07ad019a9063f88e975be2f885172c -RMD160 (cairomm-1.6.0.tar.gz) = ca14d8602d0685d86d0c8f3969ba19b9fb51c509 -Size (cairomm-1.6.0.tar.gz) = 797627 bytes +SHA1 (cairomm-1.6.4.tar.gz) = 61f1a1adcd3f147da89faf3311842e4f68763db4 +RMD160 (cairomm-1.6.4.tar.gz) = 95ba7bf4a2c8ff706eaceef2a31aaa19375fbf6c +Size (cairomm-1.6.4.tar.gz) = 666416 bytes |