pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Daemon Update to 0.49



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57eaa942fc98
branches:  trunk
changeset: 458267:57eaa942fc98
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Sep 12 07:48:12 2021 +0000

description:
Update to 0.49

Upstream changes:
2020-09-22 Todd Rinaldo <toddr%cpan.org@localhost> (0.49)
        * Perl 5.6 is the minimum required version now.
        * RIP Thread.pm it has not been relevant since 5.6
        * Now using github CI to monitor the major platforms.
        * .gitignore for better management
        * Update the MANIFEST
        * Perltidy the code base.
        * use strict, warnings, no vars, our
        * Remove perl 4-ish subroutine calls
        * Require Sys::Syslog 0.29 to function properly.
        * t/base.t -> Test::More
        * Improve skipall messages and detection of ithreads/forks
        * Disable t/ithreadm.t for Windows See https://github.com/toddr/Net-Daemon/issues/19
        * Only load threads if forks hasn't already been loaded and threads exist.
        * Update tracker location to github
        * Fix ReadConfigFile implementation traversing @INC

diffstat:

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

diffs (39 lines):

diff -r c888f9ba80ad -r 57eaa942fc98 net/p5-Net-Daemon/Makefile
--- a/net/p5-Net-Daemon/Makefile        Sun Sep 12 07:43:47 2021 +0000
+++ b/net/p5-Net-Daemon/Makefile        Sun Sep 12 07:48:12 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:53:26 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2021/09/12 07:48:12 wen Exp $
 #
 
-DISTNAME=      Net-Daemon-0.48
+DISTNAME=      Net-Daemon-0.49
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
@@ -12,8 +11,6 @@
 COMMENT=       Perl5 module for writing networking daemons
 LICENSE=       ${PERL5_LICENSE}
 
-#WRKSRC=               ${WRKDIR}/Net-Daemon/
-
 PERL5_PACKLIST=                auto/Net/Daemon/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r c888f9ba80ad -r 57eaa942fc98 net/p5-Net-Daemon/distinfo
--- a/net/p5-Net-Daemon/distinfo        Sun Sep 12 07:43:47 2021 +0000
+++ b/net/p5-Net-Daemon/distinfo        Sun Sep 12 07:48:12 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 00:35:20 agc Exp $
+$NetBSD: distinfo,v 1.10 2021/09/12 07:48:12 wen Exp $
 
-SHA1 (Net-Daemon-0.48.tar.gz) = b322436fd9e5cc52fa1da9db345838026351bcea
-RMD160 (Net-Daemon-0.48.tar.gz) = 0a0dab641a7a9ca0964ce33f9d3af7de375cd1e0
-SHA512 (Net-Daemon-0.48.tar.gz) = 85bc280adc0de6be8ebd64771732f83299018edd06441cf96c438914a16c3805918805cde07bae4fe92caa86475ad35cabfc1edfccff117dcce7f5dc8b137bba
-Size (Net-Daemon-0.48.tar.gz) = 29513 bytes
+SHA1 (Net-Daemon-0.49.tar.gz) = dbe832c726b4ae63f5c91e031ba761a6ce773eed
+RMD160 (Net-Daemon-0.49.tar.gz) = 1ae3fbd5af533dda02ba1154eea03c276c7dc9a1
+SHA512 (Net-Daemon-0.49.tar.gz) = 8b2797757c98c2cc9821866817ea4e28a8aa120f7614c17e32417e75990d425055d406581c3b554e8e4d2f9cc7bf4fba1244773d92b1b98bc3bc02b50300c131
+Size (Net-Daemon-0.49.tar.gz) = 31853 bytes



Home | Main Index | Thread Index | Old Index