pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/p5-cairo Update p5-cairo to 1.104.
details: https://anonhg.NetBSD.org/pkgsrc/rev/198bae472249
branches: trunk
changeset: 629723:198bae472249
user: obache <obache%pkgsrc.org@localhost>
date: Sun Jan 26 13:04:14 2014 +0000
description:
Update p5-cairo to 1.104.
(with fixes configure requirements from DEPENDS to BUILD_DEPENDS)
Overview of changes in Cairo 1.104
==================================
* Avoid misusing the macro PL_na, thus preventing potential issues when Cairo
is used in conjunction with certain XS modules, among them XML::Parser and
String::Approx.
diffstat:
graphics/p5-cairo/Makefile | 13 +++++--------
graphics/p5-cairo/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 12 deletions(-)
diffs (42 lines):
diff -r ea4dcd6de744 -r 198bae472249 graphics/p5-cairo/Makefile
--- a/graphics/p5-cairo/Makefile Sun Jan 26 13:03:58 2014 +0000
+++ b/graphics/p5-cairo/Makefile Sun Jan 26 13:04:14 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2013/09/02 19:50:38 adam Exp $
+# $NetBSD: Makefile,v 1.26 2014/01/26 13:04:14 obache Exp $
#
-DISTNAME= Cairo-${DIST_VER}
-PKGNAME= p5-cairo-${DIST_VER}
-PKGREVISION= 1
+DISTNAME= Cairo-1.104
+PKGNAME= p5-${DISTNAME:tl}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
@@ -14,10 +13,8 @@
USE_TOOLS+= pkg-config
-DIST_VER= 1.103
-
-DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
-DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
+BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
+BUILD_DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
PERL5_PACKLIST= auto/Cairo/.packlist
diff -r ea4dcd6de744 -r 198bae472249 graphics/p5-cairo/distinfo
--- a/graphics/p5-cairo/distinfo Sun Jan 26 13:03:58 2014 +0000
+++ b/graphics/p5-cairo/distinfo Sun Jan 26 13:04:14 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2013/07/13 11:57:14 wen Exp $
+$NetBSD: distinfo,v 1.7 2014/01/26 13:04:14 obache Exp $
-SHA1 (Cairo-1.103.tar.gz) = d8295f84f113ccbe7e5c4bbb7b946a9f5ce68be0
-RMD160 (Cairo-1.103.tar.gz) = 47b919383ef66aedbf8ca96dc2f7aca1d14b4534
-Size (Cairo-1.103.tar.gz) = 108254 bytes
+SHA1 (Cairo-1.104.tar.gz) = 5af4c05dc2f5ea48a6a03edccecc5a09a220bcf3
+RMD160 (Cairo-1.104.tar.gz) = 1128d4418d43b3011e63152384132149dcb5409a
+Size (Cairo-1.104.tar.gz) = 108438 bytes
Home |
Main Index |
Thread Index |
Old Index