pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bb11c52cbf5
branches:  trunk
changeset: 395671:9bb11c52cbf5
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Jul 10 08:36:53 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module GD from 2.41 to 2.43
  - Adding license (artistic)

Upstream changes:
2.43    Added "transparent" color to GD::Simple.
        Fixed Makefile so that GD/Image.pm depends both on GD/Image.pm.PLS
        and .config.cache
2.42    Fixed magic number detection to autodetect certain missed jpeg
        files (thanks to Mike Walker)

diffstat:

 graphics/p5-GD/Makefile |  8 ++++----
 graphics/p5-GD/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 5084e61e08a6 -r 9bb11c52cbf5 graphics/p5-GD/Makefile
--- a/graphics/p5-GD/Makefile   Fri Jul 10 08:20:24 2009 +0000
+++ b/graphics/p5-GD/Makefile   Fri Jul 10 08:36:53 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2009/04/12 00:32:42 sno Exp $
+# $NetBSD: Makefile,v 1.41 2009/07/10 08:36:53 sno Exp $
 
-DISTNAME=      GD-2.41
+DISTNAME=      GD-2.43
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5bd
 CATEGORIES=    graphics perl5
@@ -9,6 +9,7 @@
 MAINTAINER=    damon%brodiefamily.org@localhost
 HOMEPAGE=      http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html
 COMMENT=       Perl5 interface to gd graphics library
+LICENSE=       artistic
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -21,9 +22,8 @@
 PERL5_OPTIONS+=                threads
 
 MAKE_ENV+=             GD_LIBS=${LDFLAGS:Q}
-MAKE_PARAMS+=          -lib_gd_path=${BUILDLINK_PREFIX.gd}
+#MAKE_PARAMS+=         --lib_gd_path=${BUILDLINK_PREFIX.gd}
 
-.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5084e61e08a6 -r 9bb11c52cbf5 graphics/p5-GD/distinfo
--- a/graphics/p5-GD/distinfo   Fri Jul 10 08:20:24 2009 +0000
+++ b/graphics/p5-GD/distinfo   Fri Jul 10 08:36:53 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/04/12 00:32:42 sno Exp $
+$NetBSD: distinfo,v 1.15 2009/07/10 08:36:53 sno Exp $
 
-SHA1 (GD-2.41.tar.gz) = e5f6ff0346b454924a54532364787c2b6f5e846d
-RMD160 (GD-2.41.tar.gz) = 01751d1c3ce669cb2555b6ea17a6611de215f3f1
-Size (GD-2.41.tar.gz) = 258133 bytes
+SHA1 (GD-2.43.tar.gz) = c02933680ab125dd73a897cbf36d7d9da416346a
+RMD160 (GD-2.43.tar.gz) = b77758fbd684625eabda9cc14d80bd011812b8b2
+Size (GD-2.43.tar.gz) = 258346 bytes



Home | Main Index | Thread Index | Old Index