pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-WWW-Mechanize



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul  4 09:25:59 UTC 2017

Modified Files:
        pkgsrc/www/p5-WWW-Mechanize: Makefile distinfo

Log Message:
Updated p5-WWW-Mechanize to 1.85.

1.85      2017-06-28 22:06:00Z
========================================
    [FIXED]
    - use 127.0.0.1 instead of 'localhost' in a test to avoid the test hanging
      due to ipv6 issues (GH#31)
    - Remove private logic for taint checking (Dave Doyle)
    - Fix Pod (simbabque)
    - Bump Test::More prereq to get working subtest support (Karen Etheridge)
    - Fix intermittent failures of taint.t (GH#108) (Kivanc Yazan)
    - Fix kwalitee issues (GH#107) (Kivanc Yazan)

    [ENHANCEMENTS]
    - Print section titles if mech-dump --all is invoked (GH#81) (Сергей
      Романов)
    - Add cookbook docs on dumping a req without sending it (#115) (Grigor
      Karavardanyan)
    - Document that submit only submits current form (GH#114) (nawglan)
    - Add Travis testing on Perl 5.26 (Karen Etheridge)
    - Remove obsolete and unincremented $VERSIONs in test modules (Karen
      Etheridge)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/p5-WWW-Mechanize/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/p5-WWW-Mechanize/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-WWW-Mechanize/Makefile
diff -u pkgsrc/www/p5-WWW-Mechanize/Makefile:1.45 pkgsrc/www/p5-WWW-Mechanize/Makefile:1.46
--- pkgsrc/www/p5-WWW-Mechanize/Makefile:1.45   Mon Jun  5 14:25:34 2017
+++ pkgsrc/www/p5-WWW-Mechanize/Makefile        Tue Jul  4 09:25:59 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2017/06/05 14:25:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2017/07/04 09:25:59 wiz Exp $
 
-DISTNAME=      WWW-Mechanize-1.84
+DISTNAME=      WWW-Mechanize-1.85
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
 
@@ -23,11 +22,16 @@ DEPENDS+=   p5-libwww>=5.829:../../www/p5-
 # recommended for HTML::Tree ...
 DEPENDS+=      p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
 
+BUILD_DEPENDS+=        p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 BUILD_DEPENDS+=        p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
+BUILD_DEPENDS+=        p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
 BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+BUILD_DEPENDS+=        p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
 BUILD_DEPENDS+=        p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
 BUILD_DEPENDS+=        p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
-BUILD_DEPENDS+=        p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
+BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
 
 # use defaults from Makefile.PL, to avoid user interaction
 # if not set explicitly

Index: pkgsrc/www/p5-WWW-Mechanize/distinfo
diff -u pkgsrc/www/p5-WWW-Mechanize/distinfo:1.29 pkgsrc/www/p5-WWW-Mechanize/distinfo:1.30
--- pkgsrc/www/p5-WWW-Mechanize/distinfo:1.29   Sat Mar 11 12:08:14 2017
+++ pkgsrc/www/p5-WWW-Mechanize/distinfo        Tue Jul  4 09:25:59 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/03/11 12:08:14 wen Exp $
+$NetBSD: distinfo,v 1.30 2017/07/04 09:25:59 wiz Exp $
 
-SHA1 (WWW-Mechanize-1.84.tar.gz) = f815c356365bd187da888daf50767d0a098869f6
-RMD160 (WWW-Mechanize-1.84.tar.gz) = 09d98659072db723fdd1afd9dbf3c1558cacfe0a
-SHA512 (WWW-Mechanize-1.84.tar.gz) = 2358f5e2fcd068ad5fb3adc82f91174c7e32681166c1466dc1fac0238f0ac0b890295429919b35fcba8b8ac9c3f69034a446962b5e676690550a6a4cd9178096
-Size (WWW-Mechanize-1.84.tar.gz) = 160656 bytes
+SHA1 (WWW-Mechanize-1.85.tar.gz) = 10e17e1814d12c69156c9f92f0a727d967c0d0ac
+RMD160 (WWW-Mechanize-1.85.tar.gz) = d916448e2be4cb41e8a8915b2863c5f8495b9cc7
+SHA512 (WWW-Mechanize-1.85.tar.gz) = 1d1bc9a2da363860248b99e56a0ddfc9b9cfa995c6ca8f93ef30f154a1557360e01439559ebc2d6d2a2afbc997c28e723f87ee089ff4ca71f2baaaa8d9a587c7
+Size (WWW-Mechanize-1.85.tar.gz) = 170950 bytes



Home | Main Index | Thread Index | Old Index