pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTTP-CookieMonster



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May  9 06:37:49 UTC 2020

Modified Files:
        pkgsrc/www/p5-HTTP-CookieMonster: Makefile distinfo

Log Message:
Update to 0.11

Upstream changes:
0.11      2020-01-31 17:32:56Z
    - Remove Storable dependency (GH#10)
    - Move WWW::Mechanize to develop dependencies

0.10      2020-01-30 18:20:52Z
    - Remove Data::Serializer (GH#5) (Olaf Alders)
    - Fixed pod error as reported by CPANTS. (GH#3) (Mohammad S Anwar)
    - Minor improvement to method set_cookie() with test. (GH#2) (Mohammad S Anwar)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-HTTP-CookieMonster/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-HTTP-CookieMonster/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-HTTP-CookieMonster/Makefile
diff -u pkgsrc/www/p5-HTTP-CookieMonster/Makefile:1.6 pkgsrc/www/p5-HTTP-CookieMonster/Makefile:1.7
--- pkgsrc/www/p5-HTTP-CookieMonster/Makefile:1.6       Sun Aug 11 13:24:44 2019
+++ pkgsrc/www/p5-HTTP-CookieMonster/Makefile   Sat May  9 06:37:49 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2019/08/11 13:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/09 06:37:49 wen Exp $
 
-DISTNAME=      HTTP-CookieMonster-0.09
+DISTNAME=      HTTP-CookieMonster-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
 
@@ -16,7 +15,7 @@ DEPENDS+=     p5-Moo>=1.000003:../../devel/p
 DEPENDS+=      p5-Safe-Isa-[0-9]*:../../devel/p5-Safe-Isa
 DEPENDS+=      p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
-BUILD_DEPENDS+=        p5-Data-Serializer-[0-9]*:../../devel/p5-Data-Serializer
+
 BUILD_DEPENDS+=        p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
 BUILD_DEPENDS+=        p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 

Index: pkgsrc/www/p5-HTTP-CookieMonster/distinfo
diff -u pkgsrc/www/p5-HTTP-CookieMonster/distinfo:1.1 pkgsrc/www/p5-HTTP-CookieMonster/distinfo:1.2
--- pkgsrc/www/p5-HTTP-CookieMonster/distinfo:1.1       Fri Apr 15 11:22:57 2016
+++ pkgsrc/www/p5-HTTP-CookieMonster/distinfo   Sat May  9 06:37:49 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/04/15 11:22:57 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/05/09 06:37:49 wen Exp $
 
-SHA1 (HTTP-CookieMonster-0.09.tar.gz) = c0d88f9cc5129d87cd931b6e548a8b698aff892e
-RMD160 (HTTP-CookieMonster-0.09.tar.gz) = 32c59075a3bcffd15020aad9f8170d63043e5754
-SHA512 (HTTP-CookieMonster-0.09.tar.gz) = aa55750c502ab1a30615987adca7fa65c3288ee5d19cab82363342627def54b1def405aab8b04ffde998744f7b71798802351d2e4fcc51c844ee95df763e9e4f
-Size (HTTP-CookieMonster-0.09.tar.gz) = 16315 bytes
+SHA1 (HTTP-CookieMonster-0.11.tar.gz) = e664bc404877afdae95f36fde92d0dd0167713a0
+RMD160 (HTTP-CookieMonster-0.11.tar.gz) = aa8e8a317861d92c65a02e741c99461da77d6985
+SHA512 (HTTP-CookieMonster-0.11.tar.gz) = d6cbd96e9847f2bb3fe7351e5673b2d5bc24814fd1c2e46ddafd0f7e63082bdf08bf90ca243b32b92b22643da5e9f4ef1c1f51ebe6638f0b581b3bbade212fb7
+Size (HTTP-CookieMonster-0.11.tar.gz) = 25938 bytes



Home | Main Index | Thread Index | Old Index