From b8c9584b8e450f928b4e3c626d3c2cb1a92ecc1a Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 3 May 2017 17:09:38 +0000 Subject: - 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 --- deskutils/cairo-dock-plugins/Makefile | 2 +- deskutils/gnome-calendar/Makefile | 1 + deskutils/kdepimlibs4/Makefile | 2 +- .../kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake | 11 ----------- deskutils/orage/Makefile | 2 +- deskutils/osmo/Makefile | 1 + deskutils/simpleagenda/Makefile | 2 +- 7 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake (limited to 'deskutils') diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index b2335299f0f9..0f92a99a064c 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org diff --git a/deskutils/gnome-calendar/Makefile b/deskutils/gnome-calendar/Makefile index 41f2eb9491e7..b622505cebc9 100644 --- a/deskutils/gnome-calendar/Makefile +++ b/deskutils/gnome-calendar/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-calendar PORTVERSION= 3.18.2.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 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} diff --git a/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake b/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake deleted file mode 100644 index 949598b57654..000000000000 --- a/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/modules/FindLibical.cmake.orig 2013-08-10 13:38:51.103327753 +0000 -+++ cmake/modules/FindLibical.cmake 2013-08-10 13:40:47.134325441 +0000 -@@ -49,7 +49,7 @@ - - if(LIBICAL_INCLUDE_DIRS AND LIBICAL_LIBRARIES) - set(FIND_LIBICAL_VERSION_SOURCE -- "#include \n int main()\n {\n printf(\"%s\",ICAL_VERSION);return 1;\n }\n") -+ "#include \n int main()\n {\n printf(\"%s\",ICAL_VERSION);return 1;\n }\n") - set(FIND_LIBICAL_VERSION_SOURCE_FILE ${CMAKE_BINARY_DIR}/CMakeTmp/FindLIBICAL.cxx) - file(WRITE "${FIND_LIBICAL_VERSION_SOURCE_FILE}" "${FIND_LIBICAL_VERSION_SOURCE}") - diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 5e04ca222034..aa9f0434e9aa 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -3,7 +3,7 @@ PORTNAME= orage PORTVERSION= 4.12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 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} diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 7b99f7ac9d63..c70e211d0d6c 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} -- cgit