pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/p5-Mac-PropertyList
Module Name: pkgsrc
Committed By: wen
Date: Tue Aug 13 01:22:09 UTC 2024
Modified Files:
pkgsrc/misc/p5-Mac-PropertyList: Makefile distinfo
Log Message:
Update to 1.601
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
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/p5-Mac-PropertyList/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/misc/p5-Mac-PropertyList/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/p5-Mac-PropertyList/Makefile
diff -u pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.18 pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.19
--- pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.18 Thu Jul 6 09:41:00 2023
+++ pkgsrc/misc/p5-Mac-PropertyList/Makefile Tue Aug 13 01:22:09 2024
@@ -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/}
Index: pkgsrc/misc/p5-Mac-PropertyList/distinfo
diff -u pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.8 pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.9
--- pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.8 Tue Oct 26 10:59:20 2021
+++ pkgsrc/misc/p5-Mac-PropertyList/distinfo Tue Aug 13 01:22:09 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index