Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: comment out p5-Time-HiRes dependency, part of perl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60825827d0db
branches:  trunk
changeset: 437823:60825827d0db
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 01 08:01:25 2020 +0000

description:
*: comment out p5-Time-HiRes dependency, part of perl

diffstat:

 benchmarks/p5-Benchmark-Timer/Makefile   |  6 +++---
 devel/p5-Log-Any-Adapter-Screen/Makefile |  6 +++---
 devel/p5-Reply/Makefile                  |  6 +++---
 net/nagios-plugin-spamd/Makefile         |  6 +++---
 print/LaTeXML/Makefile                   |  6 +++---
 sysutils/munin-common/Makefile.common    |  4 ++--
 sysutils/munin-master/Makefile           |  7 +++----
 sysutils/munin-node/Makefile             |  7 +++----
 www/p5-Hijk/Makefile                     |  4 ++--
 9 files changed, 25 insertions(+), 27 deletions(-)

diffs (196 lines):

diff -r 6f12e655b57b -r 60825827d0db benchmarks/p5-Benchmark-Timer/Makefile
--- a/benchmarks/p5-Benchmark-Timer/Makefile    Tue Sep 01 04:14:21 2020 +0000
+++ b/benchmarks/p5-Benchmark-Timer/Makefile    Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/08/31 18:06:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/01 08:01:25 wiz Exp $
 
 DISTNAME=      Benchmark-Timer-0.7112
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Benchmark/}
 
@@ -11,7 +11,7 @@
 COMMENT=       Benchmarking with statistical confidence
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=     p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 # for make test
 BUILD_DEPENDS+=        p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS
 
diff -r 6f12e655b57b -r 60825827d0db devel/p5-Log-Any-Adapter-Screen/Makefile
--- a/devel/p5-Log-Any-Adapter-Screen/Makefile  Tue Sep 01 04:14:21 2020 +0000
+++ b/devel/p5-Log-Any-Adapter-Screen/Makefile  Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/08/31 18:08:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/01 08:01:25 wiz Exp $
 
 DISTNAME=      Log-Any-Adapter-Screen-0.140
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERLANCAR/}
 
@@ -13,7 +13,7 @@
 
 DEPENDS+=      p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
 DEPENDS+=      p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
-DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=     p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 
 PERL5_PACKLIST=        auto/Log/Any/Adapter/Screen/.packlist
 
diff -r 6f12e655b57b -r 60825827d0db devel/p5-Reply/Makefile
--- a/devel/p5-Reply/Makefile   Tue Sep 01 04:14:21 2020 +0000
+++ b/devel/p5-Reply/Makefile   Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/08/31 18:08:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/01 08:01:25 wiz Exp $
 
 DISTNAME=              Reply-0.42
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/}
 
@@ -34,7 +34,7 @@
 DEPENDS+=              p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
 DEPENDS+=              p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
 DEPENDS+=              p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
-DEPENDS+=              p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=             p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=              p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 
 USE_LANGUAGES=         # empty
diff -r 6f12e655b57b -r 60825827d0db net/nagios-plugin-spamd/Makefile
--- a/net/nagios-plugin-spamd/Makefile  Tue Sep 01 04:14:21 2020 +0000
+++ b/net/nagios-plugin-spamd/Makefile  Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2020/08/31 18:10:36 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/09/01 08:01:25 wiz Exp $
 
 DISTNAME=      check_spamd-1.6.0
 PKGNAME=       nagios-plugin-${DISTNAME:S/check_//1}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    net mail
 MASTER_SITES=  # http://exchange.nagios.org/components/com_mtree/
 EXTRACT_SUFX=  .pl
@@ -13,7 +13,7 @@
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=              nagios-plugins-[0-9]*:../../net/nagios-plugins
-DEPENDS+=              p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=             p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=              p5-Switch-[0-9]*:../../lang/p5-Switch
 DEPENDS+=              spamassassin-[0-9]*:../../mail/spamassassin
 
diff -r 6f12e655b57b -r 60825827d0db print/LaTeXML/Makefile
--- a/print/LaTeXML/Makefile    Tue Sep 01 04:14:21 2020 +0000
+++ b/print/LaTeXML/Makefile    Tue Sep 01 08:01:25 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 18:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2020/09/01 08:01:25 wiz Exp $
 
 DISTNAME=      LaTeXML-0.8.2
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc www
 MASTER_SITES=  https://dlmf.nist.gov/LaTeXML/releases/
 
@@ -22,7 +22,7 @@
 DEPENDS+=      p5-Pod-Parser-[0-9]*:../../textproc/p5-Pod-Parser
 DEPENDS+=      p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
 DEPENDS+=      p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
-DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=     p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=      p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
 DEPENDS+=      p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT
diff -r 6f12e655b57b -r 60825827d0db sysutils/munin-common/Makefile.common
--- a/sysutils/munin-common/Makefile.common     Tue Sep 01 04:14:21 2020 +0000
+++ b/sysutils/munin-common/Makefile.common     Tue Sep 01 08:01:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2020/04/09 15:00:47 tm Exp $
+# $NetBSD: Makefile.common,v 1.4 2020/09/01 08:01:26 wiz Exp $
 #
 # used by sysutils/munin-common/Makefile
 # used by sysutils/munin-master/Makefile
@@ -15,7 +15,7 @@
 
 BUILD_DEPENDS+=        p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
 BUILD_DEPENDS+=        p5-Module-Build>=0.42050:../../devel/p5-Module-Build
-BUILD_DEPENDS+=        p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#BUILD_DEPENDS+=       p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 DEPENDS=       p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
 
 DISTINFO_FILE= ${.CURDIR}/../../sysutils/munin-common/distinfo
diff -r 6f12e655b57b -r 60825827d0db sysutils/munin-master/Makefile
--- a/sysutils/munin-master/Makefile    Tue Sep 01 04:14:21 2020 +0000
+++ b/sysutils/munin-master/Makefile    Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/08/31 18:11:29 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2020/09/01 08:01:26 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/munin/munin-master/}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       System monitoring tool, master version
 
 .include "../../sysutils/munin-common/Makefile.common"
@@ -15,7 +14,7 @@
 DEPENDS+=      p5-IO-Socket-INET6>=2.69:../../net/p5-IO-Socket-INET6
 DEPENDS+=      p5-Log-Log4perl>=1.18:../../devel/p5-Log-Log4perl
 DEPENDS+=      p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
-DEPENDS+=      p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#DEPENDS+=     p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 DEPENDS+=      p5-URI>=1.60:../../www/p5-URI
 DEPENDS+=      rrdtool>=1.2:../../databases/rrdtool
 
diff -r 6f12e655b57b -r 60825827d0db sysutils/munin-node/Makefile
--- a/sysutils/munin-node/Makefile      Tue Sep 01 04:14:21 2020 +0000
+++ b/sysutils/munin-node/Makefile      Tue Sep 01 08:01:25 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2020/08/31 18:11:29 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.44 2020/09/01 08:01:26 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/munin/munin-node/}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       System monitoring tool, client version
 
 .include "../../sysutils/munin-common/Makefile.common"
@@ -13,7 +12,7 @@
 DEPENDS+=      p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
 DEPENDS+=      p5-Net-Server>=0:../../net/p5-Net-Server
 DEPENDS+=      p5-Socket6>=0:../../net/p5-Socket6
-DEPENDS+=      p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#DEPENDS+=     p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 
 OWN_DIRS=              ${PKG_SYSCONFDIR}/plugin-conf.d
 OWN_DIRS+=             ${PKG_SYSCONFDIR}/plugins
diff -r 6f12e655b57b -r 60825827d0db www/p5-Hijk/Makefile
--- a/www/p5-Hijk/Makefile      Tue Sep 01 04:14:21 2020 +0000
+++ b/www/p5-Hijk/Makefile      Tue Sep 01 08:01:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/08/31 18:12:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/09/01 08:01:26 wiz Exp $
 
 DISTNAME=      Hijk-0.28
 PKGNAME=       p5-${DISTNAME}
@@ -14,7 +14,7 @@
 # for make test
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-URI-[0-9]*:../../www/p5-URI
-BUILD_DEPENDS+=        p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#BUILD_DEPENDS+=       p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 BUILD_DEPENDS+=        p5-Net-Server>=0:../../net/p5-Net-Server
 BUILD_DEPENDS+=        p5-Plack>=0:../../www/p5-Plack
 



Home | Main Index | Thread Index | Old Index