pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 06:25:24 UTC 2023

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

Log Message:
p5-IO-AIO: update to 4.80.

4.80 Sat 01 Apr 2023 04:13:37 CEST
        - remove long obsolete "paths must be absolute" text in aio_open/stat
          descriptions.
        - another workaround for the low-quality musl libc.
        - test for umount seperately, as it is more portable.
        - some low-quality posix attempts (openbsd, osx) declare the availability
          of fexecve but then don't even bother to implemnent a stub.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-IO-AIO/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-IO-AIO/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-AIO/Makefile
diff -u pkgsrc/devel/p5-IO-AIO/Makefile:1.29 pkgsrc/devel/p5-IO-AIO/Makefile:1.30
--- pkgsrc/devel/p5-IO-AIO/Makefile:1.29        Sat Feb 11 23:23:25 2023
+++ pkgsrc/devel/p5-IO-AIO/Makefile     Sat May 20 06:25:24 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2023/02/11 23:23:25 wen Exp $
+# $NetBSD: Makefile,v 1.30 2023/05/20 06:25:24 wiz Exp $
 
-DISTNAME=      IO-AIO-4.79
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      IO-AIO-4.8
+# bug in version number in 4.80 release, remove on update
+PKGNAME=       p5-${DISTNAME}0
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -15,13 +16,10 @@ LICENSE=    ${PERL5_LICENSE}
 # with all perl configuration settings, id est
 # the Config module, set in its environment
 
-# build time requirment
 BUILD_DEPENDS+=        p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
+DEPENDS+=      p5-common-sense-[0-9]*:../../devel/p5-common-sense
 
-USE_LANGUAGES= c
 PERL5_PACKLIST=        auto/IO/AIO/.packlist
 
-DEPENDS+=      p5-common-sense-[0-9]*:../../devel/p5-common-sense
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-IO-AIO/distinfo
diff -u pkgsrc/devel/p5-IO-AIO/distinfo:1.19 pkgsrc/devel/p5-IO-AIO/distinfo:1.20
--- pkgsrc/devel/p5-IO-AIO/distinfo:1.19        Sat Feb 11 23:23:25 2023
+++ pkgsrc/devel/p5-IO-AIO/distinfo     Sat May 20 06:25:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2023/02/11 23:23:25 wen Exp $
+$NetBSD: distinfo,v 1.20 2023/05/20 06:25:24 wiz Exp $
 
-BLAKE2s (IO-AIO-4.79.tar.gz) = aefa4ea44e9310cc6a98f88213fd1e8aa9d606035d609424a3d37b3fb4d20e23
-SHA512 (IO-AIO-4.79.tar.gz) = ebf4030ee237dde044722e690e1996c22a8c2fa36325c1d5fc641879da9da64facf2300defa759854499c010408a0dfba0cee3191aa024e8332d3aed9b2a4cae
-Size (IO-AIO-4.79.tar.gz) = 189140 bytes
+BLAKE2s (IO-AIO-4.8.tar.gz) = bda571d9dfc2dab576910ff7d9ccfc8cb2eb1e6d86eadd514155cc21991c0b41
+SHA512 (IO-AIO-4.8.tar.gz) = b06e20a75b86ab83cf95121d491c54e10f530d006ed0618b95e9d2c63f1974479bcf41e94e0592c62294ffa8860fac0a0fb471dab0437f9dfef75b980ec8966e
+Size (IO-AIO-4.8.tar.gz) = 189363 bytes



Home | Main Index | Thread Index | Old Index