Commit graph

25 commits

Author SHA1 Message Date
nia
390a720537 time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:24:16 +00:00
nia
5c3f4c5851 time: Remove SHA1 hashes for distfiles 2021-10-07 15:03:53 +00:00
wen
2843d9b4e7 Update to 0.16
Remove Exporter::Lite from DEPENDS

Upstream changes:
 Changes for version 0.16 - 2021-05-19

    Switched to plain Exporter, instead of Exporter::Lite. Thanks to Graham Knop for PR.
2021-05-29 10:33:54 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wen
4fa9539840 Update to 0.15
Upstream changes:
0.15 2019-05-12 NEILB
    - Added support for fractional parts of seconds in hh:mm:ss.ssss
    - Added L<> links to Time::Duration and duration_exact in that module.
    - Fixed grammar in doc
2019-05-18 04:12:38 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
a6e7573732 Update to 0.14
Upstream changes:
0.14 2018-06-29 NEILB
    - Added "hrs" as another form for "hours". Thanks to Stig for the PR.
2018-07-07 11:42:11 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
cba69378f0 Update p5-Time-Duration-Parse to 0.13.
0.13 2015-10-25 NEILB
    - Added additional abbrevations for 'months': 'mo', 'mon', 'mons'.
      Thanks to PERLANCAR.
    - Rewrote the main testsuite to be data driven, to make it easy to
      add test cases, as for the above change.
    - Updated github repo URL after changing my github username
2016-04-14 12:52:24 +00:00
agc
536eabf008 Add SHA512 digests for distfiles for time category
Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-02 23:31:35 +00:00
wiz
c3460b86ec Update to 0.12:
0.12 2015-07-02 NEILB
    - Added [MetaJSON] to dist.ini, so the dist will get a META.json file.
      RT#105627 from ETHER.
2015-08-06 08:27:27 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
ace7789676 (pkgsrc)
Add LICENSE=
(upstream)
   Update 0.06 to 0.11
----------------
0.11 2014-03-26
    - Min perl version now set to 5.6.0
    - Added description of DateTime::Format::Duration to SEE ALSO

0.10 2014-03-24
    - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
      in dependency problems and CPAN Testers fails, and I'm not familiar with
      it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.

0.09 2014-03-23
    - Test::More and Time::Duration were listed as build_requires;
      changed them to test_requires, with versions. Wonder if this was
      the cause of the small number of CPAN Testers fails?
    - Added more more modules to the SEE ALSO section in the pod.

0.08 2014-03-23
    - Can now have a leading '+', as in '+2h'.
      Suggested by MSCHWERN in RT#66572
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to pod
    - Added Time::Duration::Parse::More to SEE ALSO

0.07 2014-03-21
    - Added 'use warnings'
    - Specified min perl version as 5.6.0 in Makefile.PL
    - Fixed pod error reported in RT#86904
    - Added license type 'perl' to metadata via Makefile.PL
    - Reformatted this file as per CPAN::Changes::Spec
2014-12-04 02:38:43 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
8a8017c10f Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:04:16 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
d4d001ed9c Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
seb
f7f556b63a Initial import of p5-Time-Duration-Parse version 0.06 in the NetBSD
Packages Collection.

Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds.  It does
the opposite of duration_exact function in Time::Duration.
2008-08-25 20:37:50 +00:00