diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-03 17:09:38 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-05-03 17:09:38 +0000 |
commit | ee6234880d15a5fc87a182965dd1f45c52883e00 (patch) | |
tree | f0d2dcb9a718bdcd8dca97ee80a2ab6b3d0538b3 /misc/wmcalendar/Makefile | |
parent | c738969c63bdd9c886baa0e458647de4fc01e8e4 (diff) |
- Update devel/libical to version 2.0
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=440024
Diffstat (limited to 'misc/wmcalendar/Makefile')
-rw-r--r-- | misc/wmcalendar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 84ce81630263..0c57b3db6234 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -3,7 +3,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc windowmaker MASTER_SITES= SF |