pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Google Update from version 0.61 to 1.0. Ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/725ece463a37
branches:  trunk
changeset: 543761:725ece463a37
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jun 22 16:24:28 2008 +0000

description:
Update from version 0.61 to 1.0.  Changes:

1.0      Fri Dec 02, 2005

         - The "Nothing Special" release. It's just been almost
           three years. I think we can call it 1.0, don't you?

         - Added 'queries_exhausted' methods to indicate whether
           Google API query limit has been reached (RT ticket
           12001)

         - Fixed POD errors in Net::Google::Response (RT ticket
           8735)

         - Updated t/002-spelling.t (RT ticket 11386/11458)

         - Updated POD

         - Replace ExtUtils::MakeMaker with Module::Build

         - Pass maintainership to Bill Stillwell

0.62     Wed Jun 02, 2004

         - Fixed POD in N:G:Response (RT bug #5351)

         - Updated spel(l)ings in t/002-spelling.t
           (RT bug #6183)

         - Updated N:G:Search to account to weirdness
           in the way SOAP::Lite handles booleans. Not
           clear that this is necessarily a problem in
           SOAP::Lite but the patch fixes a reported bug
           and doesn't seem to break anything else so...
           (RT bug #6167)

         - Added explicit call to $search->filter(1)
           in t/001-search.t (RT bug #6167)

diffstat:

 net/p5-Net-Google/Makefile |  9 ++++++---
 net/p5-Net-Google/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 9dd72b6ae002 -r 725ece463a37 net/p5-Net-Google/Makefile
--- a/net/p5-Net-Google/Makefile        Sun Jun 22 16:19:57 2008 +0000
+++ b/net/p5-Net-Google/Makefile        Sun Jun 22 16:24:28 2008 +0000
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2008/06/22 16:24:28 he Exp $
 
-DISTNAME=              Net-Google-0.61
+DISTNAME=              Net-Google-1.0
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            net perl5 www
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/~ascope/Net-Google-1.0/
 COMMENT=               Perl module for accessing Google search engine
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+DEPENDS+=              p5-SOAP-Lite>=0:../../net/p5-SOAP-Lite
+
+PERL5_MODULE_TYPE=     Module::Build
 PERL5_PACKLIST=                auto/Net/Google/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 9dd72b6ae002 -r 725ece463a37 net/p5-Net-Google/distinfo
--- a/net/p5-Net-Google/distinfo        Sun Jun 22 16:19:57 2008 +0000
+++ b/net/p5-Net-Google/distinfo        Sun Jun 22 16:24:28 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:13:58 agc Exp $
+$NetBSD: distinfo,v 1.3 2008/06/22 16:24:29 he Exp $
 
-SHA1 (Net-Google-0.61.tar.gz) = e725d58fbb168a67747d2263e25030c7d32d3eda
-RMD160 (Net-Google-0.61.tar.gz) = 389c7074990173a107edfd2e5d939c4ed799e136
-Size (Net-Google-0.61.tar.gz) = 14037 bytes
+SHA1 (Net-Google-1.0.tar.gz) = 8091e327432f3f0b4d8c761623512ac71e2cf43d
+RMD160 (Net-Google-1.0.tar.gz) = 9db76f715c9763dc487c120b2abae1460bcb502d
+Size (Net-Google-1.0.tar.gz) = 16390 bytes



Home | Main Index | Thread Index | Old Index