diff options
author | nia <nia@pkgsrc.org> | 2021-04-19 11:04:52 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-19 11:04:52 +0000 |
commit | d2e9d3dd49e4bfcf2433f42a401b96f87646e5f6 (patch) | |
tree | ebf467599ed3aa04fb13a89ec1c1687874aedd68 /time/libical/Makefile | |
parent | 6d766d33218e30ad7ed5238915b20e6cada61a07 (diff) | |
download | pkgsrc-d2e9d3dd49e4bfcf2433f42a401b96f87646e5f6.tar.gz |
libical: update to 3.0.10
Version 3.0.10 is a patch release.
This release is binary and source compatible with version 3.0.0.
Note that the libical-glib library is considered unstable; therefore not binary compatible with previous releases
ReleaseNotes:
Fix building -DSTATIC_ONLY=True with Ninja
Fix generating wrong recurrence rules (#478)
Fix a bug computing transitions in tzfiles
Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions
Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible
Built-in timezones updated to tzdata2021a
Diffstat (limited to 'time/libical/Makefile')
-rw-r--r-- | time/libical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/libical/Makefile b/time/libical/Makefile index 78dc11a0e7e..daa9ea12ba0 100644 --- a/time/libical/Makefile +++ b/time/libical/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2021/03/19 10:45:31 nia Exp $ +# $NetBSD: Makefile,v 1.34 2021/04/19 11:04:52 nia Exp $ -DISTNAME= libical-3.0.9 +DISTNAME= libical-3.0.10 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_GITHUB:=libical/} GITHUB_RELEASE= v${PKGVERSION_NOREV} |