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:           Sun Sep 12 01:44:31 UTC 2021

Modified Files:
        pkgsrc/misc/p5-Mac-PropertyList: Makefile distinfo

Log Message:
Update to 1.502
Update LICENSE

Upstream changes:
1.502 2021-01-19T10:17:29Z
        * freshen distro, dump Travis CI, add Github Actions

1.501 2020-09-30T04:50:46Z
        * Added create_plist_from_string()
        * Merged Tom Wyant's code to handle CF$UID types
        * A few more things emit warnings if they don't get the right type
        * $XML_{head,foot} are now subroutines

1.413 2018-03-22T18:51:07Z
        * Update to Artistic License 2.0

1.412 2017-07-30T18:27:33Z
        * Fix for plist files with comments (bram.stappers%tiobe.com@localhost) RT #122466
        and GitHub #5 (as a pull request)
        * Note that this module does not handle ASCII or JSON formats (but they
        are in the wishlist now) (anonymous Yahoo! user)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/p5-Mac-PropertyList/Makefile
cvs rdiff -u -r1.5 -r1.6 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.14 pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.15
--- pkgsrc/misc/p5-Mac-PropertyList/Makefile:1.14       Mon May 24 19:53:09 2021
+++ pkgsrc/misc/p5-Mac-PropertyList/Makefile    Sun Sep 12 01:44:31 2021
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2021/05/24 19:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2021/09/12 01:44:31 wen Exp $
 
-DISTNAME=              Mac-PropertyList-1.413
+DISTNAME=              Mac-PropertyList-1.502
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           4
 CATEGORIES=            misc perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Mac/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               Work with Mac plists at a low level
 HOMEPAGE=              https://metacpan.org/release/Mac-PropertyList
-LICENSE=               ${PERL5_LICENSE}
+LICENSE=               artistic
 
 DEPENDS+=              p5-XML-Entities-[0-9]*:../../textproc/p5-XML-Entities
 

Index: pkgsrc/misc/p5-Mac-PropertyList/distinfo
diff -u pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.5 pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.6
--- pkgsrc/misc/p5-Mac-PropertyList/distinfo:1.5        Sun Mar 25 15:26:35 2018
+++ pkgsrc/misc/p5-Mac-PropertyList/distinfo    Sun Sep 12 01:44:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/03/25 15:26:35 wiz Exp $
+$NetBSD: distinfo,v 1.6 2021/09/12 01:44:31 wen Exp $
 
-SHA1 (Mac-PropertyList-1.413.tar.gz) = c2da24c64da028fea004bb31afbba7cc91a951bc
-RMD160 (Mac-PropertyList-1.413.tar.gz) = ca1c6102f6f0614f71a0050dc1475ea6685b11a5
-SHA512 (Mac-PropertyList-1.413.tar.gz) = f29f946a613cc4937e9b72813ef17475f7d4205db7bee26bbbf637329a7c3f1be2ef4490bceb556c478040c322e412052ce26c127ec56de1d7556e8446aa98bb
-Size (Mac-PropertyList-1.413.tar.gz) = 38201 bytes
+SHA1 (Mac-PropertyList-1.502.tar.gz) = f12a64dc038d896177f65c2b80aa332dbc292784
+RMD160 (Mac-PropertyList-1.502.tar.gz) = 76146d56ae0956949d0e1512d82b8e8396ae874a
+SHA512 (Mac-PropertyList-1.502.tar.gz) = 62515ef137a31852197cfecd60582ea9dbf697c4e8c37a09ea21a9667fcae7a99cb709f1d1b9edc5f717c70bdef6db2c6496f740cc3d6f5436ac34a8b36f6fec
+Size (Mac-PropertyList-1.502.tar.gz) = 40323 bytes



Home | Main Index | Thread Index | Old Index