Skip to content

Commit

Permalink
Update to 1.601
Browse files Browse the repository at this point in the history
Upstream changes:
1.601 2024-07-27T00:58:50Z
        * changed default DTD header to use "Apple" instead of "Apple Computer"
        to match what XCode has been doing (Apple changed it's name in 2007).
        (GitHub #27).

1.505 2024-07-14T17:52:31Z
        * Don't read binary files in text mode, which has problems on Windows
        (from joz-k, GitHub #26)
        * Fix problem with negative integers in WriteBinary. They should
        always be longs.
        * First release to use GitHub Attestations (see README.pod)

1.504 2022-07-08T03:16:18Z
        * @trwyant fixed some stray debugging output (#14 and #15)

1.503 2022-06-30T18:16:29Z
        * Darren Kulp noted an XML error in one of the test strings (GitHub #12)
        * No other code changes
  • Loading branch information
wen committed Aug 13, 2024
1 parent 9e7021b commit 50886d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions misc/p5-Mac-PropertyList/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2023/07/06 09:41:00 wiz Exp $
# $NetBSD: Makefile,v 1.19 2024/08/13 01:22:09 wen Exp $

DISTNAME= Mac-PropertyList-1.502
DISTNAME= Mac-PropertyList-1.601
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}

Expand Down
8 changes: 4 additions & 4 deletions misc/p5-Mac-PropertyList/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 10:59:20 nia Exp $
$NetBSD: distinfo,v 1.9 2024/08/13 01:22:09 wen Exp $

BLAKE2s (Mac-PropertyList-1.502.tar.gz) = bddab640cae260895f84bfb99133eed3c84d4765b46e52ef8ace94c64e4d9b18
SHA512 (Mac-PropertyList-1.502.tar.gz) = 62515ef137a31852197cfecd60582ea9dbf697c4e8c37a09ea21a9667fcae7a99cb709f1d1b9edc5f717c70bdef6db2c6496f740cc3d6f5436ac34a8b36f6fec
Size (Mac-PropertyList-1.502.tar.gz) = 40323 bytes
BLAKE2s (Mac-PropertyList-1.601.tar.gz) = 652694cc7678c5f8d60dfe0a3435c225a25cbf92a3d2c01c0dfd0482fb44e983
SHA512 (Mac-PropertyList-1.601.tar.gz) = 2d4f9314c66e372c664905858a90560c529cea8e41d1810ca73dc75d107ff4c8081f524367a81807b5a651b97bf52c129598a473c34eb9d3017bd72bcc34696c
Size (Mac-PropertyList-1.601.tar.gz) = 44798 bytes

0 comments on commit 50886d4

Please sign in to comment.