pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-Daemon p5-HTTP-Daemon: update to 6.06nb1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd8004847cc0
branches:  trunk
changeset: 426817:fd8004847cc0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 06 16:34:58 2020 +0000

description:
p5-HTTP-Daemon: update to 6.06nb1.

Correctly set PERL5_MODULE_TYPE.
Add missing TEST_DEPENDS.

diffstat:

 www/p5-HTTP-Daemon/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r c9faab1910c8 -r fd8004847cc0 www/p5-HTTP-Daemon/Makefile
--- a/www/p5-HTTP-Daemon/Makefile       Mon Apr 06 15:14:54 2020 +0000
+++ b/www/p5-HTTP-Daemon/Makefile       Mon Apr 06 16:34:58 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2019/08/31 13:32:26 wen Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/06 16:34:58 wiz Exp $
 
 DISTNAME=      HTTP-Daemon-6.06
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
 
@@ -15,7 +16,9 @@
 DEPENDS+=      p5-HTTP-Date>=6:../../www/p5-HTTP-Date
 DEPENDS+=      p5-HTTP-Message>=6.02:../../www/p5-HTTP-Message
 DEPENDS+=      p5-LWP-MediaTypes>=6.01:../../www/p5-LWP-MediaTypes
+TEST_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
 
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 PERL5_PACKLIST=                auto/HTTP/Daemon/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index