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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnome-calendar/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake | 11 | ||||
-rw-r--r-- | deskutils/orage/Makefile | 2 | ||||
-rw-r--r-- | deskutils/osmo/Makefile | 1 | ||||
-rw-r--r-- | deskutils/simpleagenda/Makefile | 2 |
7 files changed, 6 insertions, 15 deletions
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 <libical/ical.h>\n int main()\n {\n printf(\"%s\",ICAL_VERSION);return 1;\n }\n") -+ "#include <ical.h>\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} |