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 /deskutils/osmo | |
parent | c738969c63bdd9c886baa0e458647de4fc01e8e4 (diff) | |
download | ports-ee6234880d15a5fc87a182965dd1f45c52883e00.tar.gz ports-ee6234880d15a5fc87a182965dd1f45c52883e00.zip |
- 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 'deskutils/osmo')
-rw-r--r-- | deskutils/osmo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 0b365bad1c3f..6f6cff724dba 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -3,6 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} |