diff options
author | wen <wen@pkgsrc.org> | 2019-04-07 12:26:04 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-04-07 12:26:04 +0000 |
commit | e6c0da561bf494412e6c345591901784e7b25a9f (patch) | |
tree | e490422457b69f48d72086dd6e5d1d8547338a15 /time/p5-DateTime-Format-Strptime/Makefile | |
parent | 5b272514c8b77205c69d79843f55402b91b19ca1 (diff) | |
download | pkgsrc-e6c0da561bf494412e6c345591901784e7b25a9f.tar.gz |
Update to 1.76
Upstream changes:
1.76 2019-02-07
[BACKWARDS INCOMPATIBILITIES]
* The ability to set the pattern, time_zone, and locale via accessor methods
has been removed. This was deprecated over three years ago in version
1.60. It also turns out that the setting was actually broken for a long time
but no one seemed to notice, so I think it's afe to remove this feature.
Diffstat (limited to 'time/p5-DateTime-Format-Strptime/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index 3fc1a06ea68..bae75edeb39 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/08/22 09:47:17 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/04/07 12:26:04 wen Exp $ -DISTNAME= DateTime-Format-Strptime-1.75 +DISTNAME= DateTime-Format-Strptime-1.76 PKGNAME= p5-${DISTNAME}00 -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} |