diff options
author | pawel <pawel@FreeBSD.org> | 2017-05-04 01:09:38 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2017-05-04 01:09:38 +0800 |
commit | b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a (patch) | |
tree | f0d2dcb9a718bdcd8dca97ee80a2ab6b3d0538b3 /comms | |
parent | 7f950cc1f5d0cc50b0d1fe4beae6ced4bce2b82a (diff) | |
download | freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.tar.gz freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.tar.zst freebsd-ports-gnome-b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a.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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 3e8ca8cdadd4..a35d0767f819 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ |