Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/p5-IO-KQueue p5-IO-KQueue: update to 0.39.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76d0af28577d
branches:  trunk
changeset: 438506:76d0af28577d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 14:32:13 2020 +0000

description:
p5-IO-KQueue: update to 0.39.

0.39 2020-07-10
    - Fix no-lib packaging error (arc)

0.38 2020-07-10
    - Fix POD error (manwar)
    - Fix undef detection in XS code (Alexander Bluhm)
    - Move library file to lib/ (arc)

0.37 2020-07-04
    - Fix building on older FreeBSD versions (BinGOs)

0.36 2020-07-04
    - Release trial version with no other changes

0.35-TRIAL 2020-06-30
    - New maintainer ARC (Aaron Crane)
    - Fixes to build on recent MacOS; now requires Perl 5.10 (though that may
      change if needed)

diffstat:

 sysutils/p5-IO-KQueue/Makefile                  |   6 +-
 sysutils/p5-IO-KQueue/distinfo                  |  11 +++---
 sysutils/p5-IO-KQueue/patches/patch-Makefile.PL |  40 -------------------------
 3 files changed, 8 insertions(+), 49 deletions(-)

diffs (82 lines):

diff -r d70095a9ab8d -r 76d0af28577d sysutils/p5-IO-KQueue/Makefile
--- a/sysutils/p5-IO-KQueue/Makefile    Mon Sep 07 14:31:06 2020 +0000
+++ b/sysutils/p5-IO-KQueue/Makefile    Mon Sep 07 14:32:13 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/08/31 18:11:31 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/09/07 14:32:13 wiz Exp $
 
-DISTNAME=      IO-KQueue-0.34
+DISTNAME=      IO-KQueue-0.39
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
 CATEGORIES=    sysutils perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
@@ -12,6 +11,7 @@
 LICENSE=       ${PERL5_LICENSE}
 
 BUILD_DEPENDS+=        p5-perl-headers-[0-9]*:../../devel/p5-perl-headers
+DEPENDS+=      p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r d70095a9ab8d -r 76d0af28577d sysutils/p5-IO-KQueue/distinfo
--- a/sysutils/p5-IO-KQueue/distinfo    Mon Sep 07 14:31:06 2020 +0000
+++ b/sysutils/p5-IO-KQueue/distinfo    Mon Sep 07 14:32:13 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/09 17:17:06 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2020/09/07 14:32:13 wiz Exp $
 
-SHA1 (IO-KQueue-0.34.tar.gz) = 8a006a1f43412569a38912c177aff483f9719d59
-RMD160 (IO-KQueue-0.34.tar.gz) = c3110d99a29057e33d341b0c532c4331ee52ffe2
-SHA512 (IO-KQueue-0.34.tar.gz) = 55833358bed2398d598bbe21204704e51c37afe12f0f6019979137228b75065757c8c71bca957a21fdf6388c15058713437b2ccec1237013e00d368a5f20c132
-Size (IO-KQueue-0.34.tar.gz) = 8532 bytes
-SHA1 (patch-Makefile.PL) = c4c652acfe5f7ceca99aedb03053f5cd15729b3a
+SHA1 (IO-KQueue-0.39.tar.gz) = aae7b29fa8e826066ec3aafebd2297da8a38a5fe
+RMD160 (IO-KQueue-0.39.tar.gz) = 267eef6558f634609db9f7d30e6ce0d9c3e38560
+SHA512 (IO-KQueue-0.39.tar.gz) = 3bc060e726ec4407b9a84c786b277bcf53839815330dd89982f605b2abf054bcfef82f39aa6b4b7eb2c91b213c5b6eba88a13de5e71b3ea0cadd1b6c7bcba216
+Size (IO-KQueue-0.39.tar.gz) = 9496 bytes
diff -r d70095a9ab8d -r 76d0af28577d sysutils/p5-IO-KQueue/patches/patch-Makefile.PL
--- a/sysutils/p5-IO-KQueue/patches/patch-Makefile.PL   Mon Sep 07 14:31:06 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/07/09 17:17:06 schmonz Exp $
-
-This check fails on OS X, but the code otherwise builds and passes
-its tests. Let pkgsrc decide whether the OS has kqueue(2).
-
---- Makefile.PL.orig   2005-02-17 22:15:36.000000000 +0000
-+++ Makefile.PL
-@@ -3,19 +3,19 @@
- use strict;
- use ExtUtils::MakeMaker;
- 
--eval { require 'syscall.ph'; 1 } || eval { require 'sys/syscall.ph'; 1 };
--
--my $SYS_kqueue = eval { &::SYS_kqueue } || 362;
--
--my $kq = eval { syscall($SYS_kqueue) };
--
--if ($@) {
--    print <<EOT;
--No kqueue() available on this platform.
--
--EOT
--    exit;
--}
-+#eval { require 'syscall.ph'; 1 } || eval { require 'sys/syscall.ph'; 1 };
-+#
-+#my $SYS_kqueue = eval { &::SYS_kqueue } || 362;
-+#
-+#my $kq = eval { syscall($SYS_kqueue) };
-+#
-+#if ($@) {
-+#    print <<EOT;
-+#No kqueue() available on this platform.
-+#
-+#EOT
-+#    exit;
-+#}
- 
- WriteMakefile(
-     VERSION_FROM   => 'KQueue.pm',



Home | Main Index | Thread Index | Old Index