pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net-Daemon



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Sep 12 07:48:12 UTC 2021

Modified Files:
        pkgsrc/net/p5-Net-Daemon: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/p5-Net-Daemon/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/p5-Net-Daemon/distinfo

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

Modified files:

Index: pkgsrc/net/p5-Net-Daemon/Makefile
diff -u pkgsrc/net/p5-Net-Daemon/Makefile:1.38 pkgsrc/net/p5-Net-Daemon/Makefile:1.39
--- pkgsrc/net/p5-Net-Daemon/Makefile:1.38      Mon May 24 19:53:26 2021
+++ pkgsrc/net/p5-Net-Daemon/Makefile   Sun Sep 12 07:48:12 2021
@@ -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 @@ HOMEPAGE=     https://metacpan.org/release/N
 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"

Index: pkgsrc/net/p5-Net-Daemon/distinfo
diff -u pkgsrc/net/p5-Net-Daemon/distinfo:1.9 pkgsrc/net/p5-Net-Daemon/distinfo:1.10
--- pkgsrc/net/p5-Net-Daemon/distinfo:1.9       Wed Nov  4 00:35:20 2015
+++ pkgsrc/net/p5-Net-Daemon/distinfo   Sun Sep 12 07:48:12 2021
@@ -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