pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Async



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  9 23:35:11 UTC 2021

Modified Files:
        pkgsrc/devel/p5-IO-Async: Makefile distinfo

Log Message:
Update to 0.79

Upstream changes:
Changes for version 0.79 - 2021-08-06
CHANGES
Permit IO::Async::Routine or Function by module+func names instead of CODE reference
Added new Routine/Function model of `spawn`
Implement IO::Async::Resolver by module+func rather than code
BUGFIXES
Require Socket 2.029 on MSWin32 because of AF_UNIX fix (RT133018)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-IO-Async/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-IO-Async/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-IO-Async/Makefile
diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.21 pkgsrc/devel/p5-IO-Async/Makefile:1.22
--- pkgsrc/devel/p5-IO-Async/Makefile:1.21      Mon May 24 19:50:50 2021
+++ pkgsrc/devel/p5-IO-Async/Makefile   Sat Oct  9 23:35:10 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2021/05/24 19:50:50 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2021/10/09 23:35:10 wen Exp $
 
-DISTNAME=      IO-Async-0.78
+DISTNAME=      IO-Async-0.79
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 

Index: pkgsrc/devel/p5-IO-Async/distinfo
diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.14 pkgsrc/devel/p5-IO-Async/distinfo:1.15
--- pkgsrc/devel/p5-IO-Async/distinfo:1.14      Thu Oct  7 13:41:37 2021
+++ pkgsrc/devel/p5-IO-Async/distinfo   Sat Oct  9 23:35:10 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/07 13:41:37 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/10/09 23:35:10 wen Exp $
 
-RMD160 (IO-Async-0.78.tar.gz) = e333c0f78b407cfc8831762f6ac7f0ba6c3b9d5a
-SHA512 (IO-Async-0.78.tar.gz) = da3a9ed058000fe254ddcf1d97648278674135c52f7201d200db5c63f7401db297d93932b5b40fb6be79bbe0935e51e6963869563d9467ace63286546c9d2362
-Size (IO-Async-0.78.tar.gz) = 248560 bytes
+RMD160 (IO-Async-0.79.tar.gz) = 8e5021a87357a001aeda74e54ed5b3e76d9956e7
+SHA512 (IO-Async-0.79.tar.gz) = 33b5af45933ef402d1d73afaedb2e3d17cb41cf70d844a523a58319f29bb7c3938309c69f1c35ccdcbbb2ca87ab0af8d80bfc063ccb7e1438dbe48ff92ff14e2
+Size (IO-Async-0.79.tar.gz) = 252352 bytes



Home | Main Index | Thread Index | Old Index