diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 21:51:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 21:51:30 +0000 |
commit | 9af76e80242095d0e69d901ed08c10c766e7e955 (patch) | |
tree | 15b5fbae5d3cc30a80ed831a4d119aa433e51ff1 /graphics/p5-cairo/Makefile | |
parent | d49f02a045e0525e84fa5f0937d1b391d2d07522 (diff) | |
download | pkgsrc-9af76e80242095d0e69d901ed08c10c766e7e955.tar.gz |
Update to 1.062:
Overview of changes in Cairo 1.062
==================================
* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
segfaults
* Add two new example programs
* Fix test failures
Diffstat (limited to 'graphics/p5-cairo/Makefile')
-rw-r--r-- | graphics/p5-cairo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-cairo/Makefile b/graphics/p5-cairo/Makefile index 1e57d2cc63b..ee9ac7d9e09 100644 --- a/graphics/p5-cairo/Makefile +++ b/graphics/p5-cairo/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2011/08/14 12:59:51 obache Exp $ +# $NetBSD: Makefile,v 1.14 2011/08/16 21:51:30 wiz Exp $ # DISTNAME= Cairo-${DIST_VER} PKGNAME= p5-cairo-${DIST_VER} -PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -16,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= pkg-config -DIST_VER= 1.061 +DIST_VER= 1.062 DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig |