diff options
author | wen <wen@pkgsrc.org> | 2018-07-20 13:04:03 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-07-20 13:04:03 +0000 |
commit | ddc6e5079d30a5f90d87e546fdd0a8213c65ae9d (patch) | |
tree | f4062fc21124d94639d3d8aa0a8b9599575fed55 | |
parent | 2a5637fefe523ba5c6f8b78c096ef168df3c8b03 (diff) | |
download | pkgsrc-ddc6e5079d30a5f90d87e546fdd0a8213c65ae9d.tar.gz |
Update to 0.2308
Upstream changes:
0.2308 2018-07-11 21:06:16Z
- remove File::Temp::Dir from the PAUSE index (it is not in its own
.pm file, so it is not 'use'able on its own)
0.2307 2018-06-24 19:40:29Z (TRIAL RELEASE)
- change EXLOCK default from true to false; addresses RT#123959.
Note that this option was always a no-op on non-BSD platforms;
changing the default to false makes behaviour more predictable and
consistent across platforms.
0.2306 2018-06-24 19:33:47Z
- switch from 'use vars' to 'our'
0.2305 2018-04-19 11:58:49Z (TRIAL RELEASE)
- documentation updates for what versions contain what features
(thanks, Brian Mowrey! RT#101518)
- fix bad use of skip() in tests (RT#95922)
- Fall back to CSIDL_LOCAL_APPDATA under taint on Windows (RT#60340)
- update distribution tooling
-rw-r--r-- | devel/p5-File-Temp/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-File-Temp/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-File-Temp/Makefile b/devel/p5-File-Temp/Makefile index 597bd30e47f..977ee68ec0f 100644 --- a/devel/p5-File-Temp/Makefile +++ b/devel/p5-File-Temp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2017/06/05 14:23:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.38 2018/07/20 13:04:03 wen Exp $ -DISTNAME= File-Temp-0.2304 -PKGNAME= p5-${DISTNAME:S/04/.04/} -PKGREVISION= 4 +DISTNAME= File-Temp-0.2308 +PKGNAME= p5-${DISTNAME:S/08/.08/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-File-Temp/distinfo b/devel/p5-File-Temp/distinfo index 9b87fec5060..7bb6ec2296d 100644 --- a/devel/p5-File-Temp/distinfo +++ b/devel/p5-File-Temp/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2015/11/03 03:28:17 agc Exp $ +$NetBSD: distinfo,v 1.16 2018/07/20 13:04:03 wen Exp $ -SHA1 (File-Temp-0.2304.tar.gz) = cafb6a8e2e2cbdc8e08ee00cdeb2f42224de420a -RMD160 (File-Temp-0.2304.tar.gz) = 689b20459f3d1181077cb6f0fa53948b61ea6878 -SHA512 (File-Temp-0.2304.tar.gz) = 823acf6ca42eb0548617feec4ce32e24da3fbbcb05d78dadea902e318797ed31bb16ef2b7fee50f79d52adb7dd561b8f97c1b9e11c56ba7d50735efbf639f1db -Size (File-Temp-0.2304.tar.gz) = 59505 bytes +SHA1 (File-Temp-0.2308.tar.gz) = 1ac89b71f31c36fe3bdb7edad49287d8294db0bf +RMD160 (File-Temp-0.2308.tar.gz) = 8ec606dd43d2f3522f4234831de50d22b894728a +SHA512 (File-Temp-0.2308.tar.gz) = a85c3b5d7f39cfd64c370d72cead15f2d6d713b995ceca71e8af359cd686ae685e1ac6ca91e49165b7e867b1d635d1f124e788b92b01f2bda0b3970f2ad983db +Size (File-Temp-0.2308.tar.gz) = 77022 bytes |