diff options
author | wen <wen@pkgsrc.org> | 2021-03-08 06:23:46 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-03-08 06:23:46 +0000 |
commit | 8f1586c69599c241bfa9e46399dce2cd452d4e00 (patch) | |
tree | 714e7f5054e02b749870ff960610b53938612e89 /devel | |
parent | feb69ac094b8b32849d95282a4e43a2fc82921b7 (diff) | |
download | pkgsrc-8f1586c69599c241bfa9e46399dce2cd452d4e00.tar.gz |
Update to 1.448
Upstream changes:
1.448 2021-03-05T15:01:18Z
* Promote to a user release
1.447_01 2021-03-02T16:11:23Z
* Try handling all-numeric user and group names (but, also, wtf?)
Github #26.
1.447 2021-02-24T21:32:41Z
* Trying harder to get the tests to pass on Cygwin
1.446 2021-02-20T21:18:48Z
* Better cygwin detection, from Achim Gratz
1.445 2021-02-16T08:57:34Z
* Get the tests to pass under Cygwin (Github #17, from Slaven Rezić)
1.444 2021-01-06T03:40:19Z
* Remove Travis, add GitHub actions
* Add file_is_symlink_not_ok
1.443_03 2020-06-15T13:13:42Z
* Merge some test additions from Desmond Daignault (GitHub #20)
1.443_02 2020-06-15T12:10:34Z
* Deprecated directories in tests appropriate for only plain files.
It's a diag() message now but will be a test failure later.
1.443_01 2020-06-12T11:54:41Z
* change the file_writeable_ok tests to file_writable_ok, which
is the correct spelling. The old names work but now warn to use
the new name.
* Some updates to refresh the tests.
* Start mirroring Test2::Tools::File so we support the same names.
Thanks to Torbjørn Lindahl for spotting rough edges.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-File/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Test-File/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/p5-Test-File/Makefile b/devel/p5-Test-File/Makefile index d8c5983d31c..b8a073118df 100644 --- a/devel/p5-Test-File/Makefile +++ b/devel/p5-Test-File/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2020/08/31 18:09:01 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/03/08 06:23:46 wen Exp $ # -DISTNAME= Test-File-1.443 -PKGNAME= p5-Test-File-1.44.3 -PKGREVISION= 4 +DISTNAME= Test-File-1.448 +PKGNAME= p5-Test-File-1.44.8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-File/distinfo b/devel/p5-Test-File/distinfo index f177a10d0f7..a43b266ce16 100644 --- a/devel/p5-Test-File/distinfo +++ b/devel/p5-Test-File/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/04/21 12:20:18 mef Exp $ +$NetBSD: distinfo,v 1.9 2021/03/08 06:23:46 wen Exp $ -SHA1 (Test-File-1.443.tar.gz) = e42f9f501966a878397b98bc46abeb7ab2eb6562 -RMD160 (Test-File-1.443.tar.gz) = 8e1b51685cb95b4b47590b79c2ab1b35f350f92e -SHA512 (Test-File-1.443.tar.gz) = 9ad66b3a9dc1c3752a4ec22934db9139ac010ac3237a3de018d4ec4a65ac047f0152ab9e7979a2615412c1af02a1f2dfa0dbfdf5eba5358628b1b443232c45b2 -Size (Test-File-1.443.tar.gz) = 27065 bytes +SHA1 (Test-File-1.448.tar.gz) = 6016897339e99f1675062f47585a51b21c7ae343 +RMD160 (Test-File-1.448.tar.gz) = 6291aad69bffce77b752d9ce200de10ce298657d +SHA512 (Test-File-1.448.tar.gz) = fea5082cedb03de62dd9b4ee1db891439a14367f746f1fdec4056ac251a607cc281d22708517de4e3e64484b47fb6cc5898c30983a6af9db03412c469b4e9009 +Size (Test-File-1.448.tar.gz) = 29914 bytes |