summaryrefslogtreecommitdiff
path: root/graphics/p5-cairo/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2008-02-20 11:01:37 +0000
committerxtraeme <xtraeme>2008-02-20 11:01:37 +0000
commit4dbbaa5ebbbed090d886b8b5d4f31aa3d73ecbee (patch)
treeac18412b18dfef2314957ac211fc4337412942a7 /graphics/p5-cairo/Makefile
parent4e2ddae08a0575fa1f85a02e162f36da6a2cb699 (diff)
downloadpkgsrc-4dbbaa5ebbbed090d886b8b5d4f31aa3d73ecbee.tar.gz
Update to 1.045.
Overview of changes in Cairo 1.045 ================================== * Fix memory allocation errors on win32. [T.J. Ferraro] Overview of changes in Cairo 1.044 ================================== * Add entries for the various kinds of surfaces to the API listing. * Fix some test suite and build issues. Overview of changes in Cairo 1.043 ================================== * Fix a few build and compatibility problems. Overview of changes in Cairo 1.042 ================================== * Fix a few build and test failures. Overview of changes in Cairo 1.041 ================================== * Use Test::Numer::Delta to make floating point tests more reliable. Overview of changes in Cairo 1.040 ================================== * Re-add Cairo::Surface::finish. * Add support for cairo_get_scaled_font. * Document the new API. Overview of changes in Cairo 1.031 ================================== * Track upstream API improvements. * Fix enum error messages to display the correct list of allowed values. * Fix a endianness-related test failure.
Diffstat (limited to 'graphics/p5-cairo/Makefile')
-rw-r--r--graphics/p5-cairo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile
index 79e2ac36e02..ed9b1558d4e 100644
--- a/graphics/p5-cairo/Makefile
+++ b/graphics/p5-cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/04/15 19:21:09 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/20 11:01:37 xtraeme Exp $
#
DISTNAME= Cairo-${DIST_VER}
@@ -13,7 +13,7 @@ COMMENT= Perl bindings to the cairo graphics library
USE_TOOLS+= pkg-config
-DIST_VER= 1.023
+DIST_VER= 1.045
DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig