pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTTP-Daemon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  6 16:34:58 UTC 2020

Modified Files:
        pkgsrc/www/p5-HTTP-Daemon: Makefile

Log Message:
p5-HTTP-Daemon: update to 6.06nb1.

Correctly set PERL5_MODULE_TYPE.
Add missing TEST_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/p5-HTTP-Daemon/Makefile

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

Modified files:

Index: pkgsrc/www/p5-HTTP-Daemon/Makefile
diff -u pkgsrc/www/p5-HTTP-Daemon/Makefile:1.17 pkgsrc/www/p5-HTTP-Daemon/Makefile:1.18
--- pkgsrc/www/p5-HTTP-Daemon/Makefile:1.17     Sat Aug 31 13:32:26 2019
+++ pkgsrc/www/p5-HTTP-Daemon/Makefile  Mon Apr  6 16:34:58 2020
@@ -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 @@ CONFLICTS+=   p5-libwww<6.00
 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