Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-List-SomeUtils-XS
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 10:16:51 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 13:41:43 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 18 14:52:53 2018 UTC (5 years, 3 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
Update to 0.58 Upstream changes: 0.58 2018-06-08 - Re-release to fix the generated Makefile.PL. We do not want to try to build the XS code with compiler warnings enabled except on Perl 5.24+. There are unavoidable warnings with older Perls. If you tried to install this distro in an environment where AUTHOR_TESTING was set, these warnings would be enabled, along with "-Werror", causing the build to fail completely. Reported by Olaf Alders. GH #3.
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 30 01:38:31 2018 UTC (5 years, 4 months ago) by wen
Branch: MAIN
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 0.57 Upstream changes: 0.57 2018-05-26 - Fix C compiler warnings. Reported by Jim Keenan. GH #2.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 30 13:55:10 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
p5-List-SomeUtils-XS: update to 0.56. 0.56 2017-12-12 - The one() sub returned true when given an empty list, but it should return false. Reported by randyl. GH #3.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 14 18:59:06 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Updated p5-List-SomeUtils-XS to 0.55. 0.55 2017-07-23 - Skip all the tests unless List::SomeUtils 0.56 is installed. This fixes the issue where trying to install the new List::SomeUtils ends up pulling this distribution, which then fails because an older LSU is installed but doesn't export mode(). Reported by John SJ Anderson. GH #1. 0.54 2017-07-22 - Added a new function, mode(), requested by Jerrad Pierce. GH #2.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 15 14:12:55 2017 UTC (6 years, 3 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
Updated devel/p5-List-SomeUtils-XS to 0.53 ------------------------------------------ 0.53 2017-06-01 - Moved issue tracking to GitHub.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 18 12:20:54 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Import p5-List-SomeUtils-XS-0.52 as devel/p5-List-SomeUtils-XS. XS implementation for List::SomeUtils.