pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Curl pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/798dc2175132
branches:  trunk
changeset: 396154:798dc2175132
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Jul 19 10:58:17 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module WWW:Curl from 4.07 to 4.09
  - Adding license comment for or license experts
  - Replacing duplicated dependency to www/curl with an API dependency
    version
  - Using Module::Install as module type

Upstream changes:
4.09 Thu Jul 09 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixing broken version check.

4.08 Tue Jul 07 2009: - Balint Szilakszi <szbalint at cpan.org>
    - Fixed a memory leak in setopt.
    - Added a check to Makefile.PL for the minimum libcurl version.
    - Mentioned WWW::Curl hosting on github.
    - Upgraded bundled Module::Install to 0.91.

diffstat:

 www/p5-WWW-Curl/Makefile |  8 +++++---
 www/p5-WWW-Curl/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r b565d8b1e9fd -r 798dc2175132 www/p5-WWW-Curl/Makefile
--- a/www/p5-WWW-Curl/Makefile  Sun Jul 19 10:45:34 2009 +0000
+++ b/www/p5-WWW-Curl/Makefile  Sun Jul 19 10:58:17 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2009/06/09 12:49:20 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/07/19 10:58:17 sno Exp $
 #
 
-DISTNAME=      WWW-Curl-4.07
+DISTNAME=      WWW-Curl-4.09
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
@@ -9,13 +9,15 @@
 MAINTAINER=    imil%gcu.info@localhost
 HOMEPAGE=      http://search.cpan.org/dist/WWW-Curl/
 COMMENT=       Perl binding interface for curl
+#LICENSE=      MPL or MIT/X-derivat
 
-DEPENDS+=      curl>=7.10.8:../../www/curl
+BUILDLINK_API_DEPENDS.curl+=   curl>=7.10.8
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=        auto/WWW/Curl/.packlist
+PERL5_MODULE_TYPE=     Module::Install
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
diff -r b565d8b1e9fd -r 798dc2175132 www/p5-WWW-Curl/distinfo
--- a/www/p5-WWW-Curl/distinfo  Sun Jul 19 10:45:34 2009 +0000
+++ b/www/p5-WWW-Curl/distinfo  Sun Jul 19 10:58:17 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2009/06/09 12:49:20 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/07/19 10:58:17 sno Exp $
 
-SHA1 (WWW-Curl-4.07.tar.gz) = 9e07d45c95ce2c04e312999f89e422a04d3bd536
-RMD160 (WWW-Curl-4.07.tar.gz) = a3ae565f563c205f1b52af049519e6ac306a3195
-Size (WWW-Curl-4.07.tar.gz) = 41623 bytes
+SHA1 (WWW-Curl-4.09.tar.gz) = 3f5c370d9b2464a78f0b53af7dac4d9231679a02
+RMD160 (WWW-Curl-4.09.tar.gz) = 7d038c9d46678a691b74bd9450e131e1d915c2d9
+Size (WWW-Curl-4.09.tar.gz) = 43605 bytes



Home | Main Index | Thread Index | Old Index