Thu Aug 14 14:32:56 2014 UTC ()
Update to 0.10

Upstream changes:
0.10 2014-06-23
    - CPAN Testers looking good after previous developer release.
    - Added github repo to pod

0.09_01 2014-06-13
    - If you've got caching enabled, and get a 304 response (Not Modified)
      with content (from the cache), then is_success() returns true.
      Suggested in RT#75665
    - Caching now done under the original url rather than the sanitised
      version of it. Bug report and patch from Mario Domgoergen RT#39820
    - Switched to Dist::Zilla
    - Reformatted Changes as per CPAN::Changes::Spec


(wen)
diff -r1.13 -r1.14 pkgsrc/www/p5-URI-Fetch/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-URI-Fetch/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-URI-Fetch/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-URI-Fetch/Makefile 2014/05/29 23:38:16 1.13
+++ pkgsrc/www/p5-URI-Fetch/Makefile 2014/08/14 14:32:56 1.14
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2014/05/29 23:38:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2014/08/14 14:32:56 wen Exp $
2 2
3DISTNAME= URI-Fetch-0.09 3DISTNAME= URI-Fetch-0.10
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 5 
6SVR4_PKGNAME= p5urf 5SVR4_PKGNAME= p5urf
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/ 10HOMEPAGE= http://search.cpan.org/dist/URI-Fetch/
12COMMENT= Perl module to intelligently fetch syndication feeds 11COMMENT= Perl module to intelligently fetch syndication feeds
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 14DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
16DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler 15DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
17DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib 16DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib
18#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable 17#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-URI-Fetch/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-URI-Fetch/distinfo 2011/10/16 16:23:17 1.2
+++ pkgsrc/www/p5-URI-Fetch/distinfo 2014/08/14 14:32:56 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2011/10/16 16:23:17 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.3 2014/08/14 14:32:56 wen Exp $
2 2
3SHA1 (URI-Fetch-0.09.tar.gz) = 5afcf5aa46185fb170e1aea2271bdf30332b53d1 3SHA1 (URI-Fetch-0.10.tar.gz) = b459db65a703b73f031c655238947d70163c7628
4RMD160 (URI-Fetch-0.09.tar.gz) = a1c56ac0128bd261d8c5deb2aa1e11dc28f41789 4RMD160 (URI-Fetch-0.10.tar.gz) = 77859996269850ad2c8176433df67c062aa731f9
5Size (URI-Fetch-0.09.tar.gz) = 51315 bytes 5Size (URI-Fetch-0.10.tar.gz) = 15926 bytes