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/kdepimlibs4/Makefile | |
parent | Update to 0.27.1 (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
Diffstat (limited to 'deskutils/kdepimlibs4/Makefile')
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 426322a407f6..2b681e3a1b09 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |