pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-CGI-Compile



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri May  8 07:31:54 UTC 2020

Modified Files:
        pkgsrc/www/p5-CGI-Compile: Makefile distinfo

Log Message:
Update to 0.24

Upstream changes:
0.24  2020-01-30 13:59:56 UTC
        - use better packages/subnames for coderefs
        - add all CONTRIBUTORS to POD
        - add test for working alarm signal in CGIs

0.23  2020-01-17 10:31:33 UTC
        - fix race condition in temp dir creation (jr-dimedis) #24


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/p5-CGI-Compile/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/p5-CGI-Compile/distinfo

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-CGI-Compile/Makefile
diff -u pkgsrc/www/p5-CGI-Compile/Makefile:1.22 pkgsrc/www/p5-CGI-Compile/Makefile:1.23
--- pkgsrc/www/p5-CGI-Compile/Makefile:1.22     Mon Nov  4 22:09:59 2019
+++ pkgsrc/www/p5-CGI-Compile/Makefile  Fri May  8 07:31:54 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2019/11/04 22:09:59 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/08 07:31:54 wen Exp $
 
-DISTNAME=      CGI-Compile-0.22
+DISTNAME=      CGI-Compile-0.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CGI/}
 
@@ -18,10 +17,12 @@ PERL5_MODULE_TYPE=  Module::Build::Tiny
 BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 DEPENDS+=      p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
+
 # for make test
 BUILD_DEPENDS+=        p5-CGI-Emulate-PSGI-[0-9]*:../../www/p5-CGI-Emulate-PSGI
 BUILD_DEPENDS+=        p5-Plack-[0-9]*:../../www/p5-Plack
 BUILD_DEPENDS+=        p5-Switch-[0-9]*:../../lang/p5-Switch
+BUILD_DEPENDS+=        p5-Sub-Name>=0:../../devel/p5-Sub-Name
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/p5-CGI-Compile/distinfo
diff -u pkgsrc/www/p5-CGI-Compile/distinfo:1.9 pkgsrc/www/p5-CGI-Compile/distinfo:1.10
--- pkgsrc/www/p5-CGI-Compile/distinfo:1.9      Sun Jun  4 08:18:22 2017
+++ pkgsrc/www/p5-CGI-Compile/distinfo  Fri May  8 07:31:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/06/04 08:18:22 wen Exp $
+$NetBSD: distinfo,v 1.10 2020/05/08 07:31:54 wen Exp $
 
-SHA1 (CGI-Compile-0.22.tar.gz) = 74dc4f97f7abdb0d5a1a4853c86d15850b16fabb
-RMD160 (CGI-Compile-0.22.tar.gz) = fbb6aec473438d89622fdb45264546264ddf84c4
-SHA512 (CGI-Compile-0.22.tar.gz) = 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7
-Size (CGI-Compile-0.22.tar.gz) = 21160 bytes
+SHA1 (CGI-Compile-0.24.tar.gz) = 326f821916eab79654621cb3012a267103b3b956
+RMD160 (CGI-Compile-0.24.tar.gz) = 9a2649bb9fb14684733e7e203bd683ed69153791
+SHA512 (CGI-Compile-0.24.tar.gz) = bfb0e0d34f7088acc04811d8f778721b6b77afeeca1b3cdb7c21d633152f17af33c5de8772ef81adea48315d6eae5c7706a5cbbb7f373dbc0b08fe0ee8335abe
+Size (CGI-Compile-0.24.tar.gz) = 22392 bytes



Home | Main Index | Thread Index | Old Index