pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Feed-Find



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Oct 11 20:39:34 UTC 2021

Modified Files:
        pkgsrc/textproc/p5-Feed-Find: Makefile distinfo

Log Message:
Update to 0.11. From the changelog:

- Add test for "file://" URLs (RT 12242)
- Switch to using Test::LWP::UserAgent so we don't require an internet
  connection for the tests.
- Remove "use_test_base" from Makefile.pm (Test::Base wasn't used and it
  brought in a copy of Test::Builder that seems to break stuff).
- Add .atom as a possible feed extension.
- Temp fix to the tests (because the original domain has gone).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/p5-Feed-Find/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/p5-Feed-Find/distinfo

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

Modified files:

Index: pkgsrc/textproc/p5-Feed-Find/Makefile
diff -u pkgsrc/textproc/p5-Feed-Find/Makefile:1.20 pkgsrc/textproc/p5-Feed-Find/Makefile:1.21
--- pkgsrc/textproc/p5-Feed-Find/Makefile:1.20  Mon May 24 19:54:29 2021
+++ pkgsrc/textproc/p5-Feed-Find/Makefile       Mon Oct 11 20:39:34 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2021/05/24 19:54:29 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2021/10/11 20:39:34 schmonz Exp $
 #
 
-DISTNAME=              Feed-Find-0.07
+DISTNAME=              Feed-Find-0.11
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           10
 CATEGORIES=            textproc perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../by-authors/id/B/BT/BTROTT/}
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../by-authors/id/D/DA/DAVECROSS/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://metacpan.org/release/Feed-Find
@@ -22,5 +21,7 @@ USE_LANGUAGES=                # empty
 MAKE_ENV+=             PERL_EXTUTILS_AUTOINSTALL=--defaultdeps
 PERL5_PACKLIST=                auto/Feed/Find/.packlist
 
+#TEST_DEPENDS+=                p5-Test-LWP-UserAgent-[0-9]*:../../www/p5-Test-LWP-UserAgent
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/p5-Feed-Find/distinfo
diff -u pkgsrc/textproc/p5-Feed-Find/distinfo:1.5 pkgsrc/textproc/p5-Feed-Find/distinfo:1.6
--- pkgsrc/textproc/p5-Feed-Find/distinfo:1.5   Thu Oct  7 15:01:34 2021
+++ pkgsrc/textproc/p5-Feed-Find/distinfo       Mon Oct 11 20:39:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/07 15:01:34 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/10/11 20:39:34 schmonz Exp $
 
-RMD160 (Feed-Find-0.07.tar.gz) = d87b031feb65f875dd9f2d1b9989be56fdbb6e3c
-SHA512 (Feed-Find-0.07.tar.gz) = 5ae62c0d5380d00bfae9f94d1d9ab7d024f3394ca7865d7a086668d84b0e4dfb18095468b966f7afd03f3b766f02822e9b19cfddf0f95ad7c0c3908e5a5806e9
-Size (Feed-Find-0.07.tar.gz) = 46380 bytes
+RMD160 (Feed-Find-0.11.tar.gz) = 195274c69917c1128be8ce7d309dedf45574dfee
+SHA512 (Feed-Find-0.11.tar.gz) = f84983d5de139735f625117eed10f235fda0b7f9336422bbc21f5cd0814d49d80b20e3cecfe46687ba9d7a693b472e189823aa30a447e18ec4407b914eeaab6d
+Size (Feed-Find-0.11.tar.gz) = 46064 bytes
 SHA1 (patch-Makefile.PL) = 71d3938fd552c62ceed5a88855304b59069b5e85



Home | Main Index | Thread Index | Old Index