Skip to content

Commit

Permalink
Update to 1.448
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Mar 8, 2021
1 parent 20ac3f4 commit 0a9bc72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions devel/p5-Test-File/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Test-File/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a9bc72

Please sign in to comment.