From owner-svn-ports-head@freebsd.org Wed May 3 17:09:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1948D5CCA3; Wed, 3 May 2017 17:09:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1884A4D; Wed, 3 May 2017 17:09:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v43H9e8p064792; Wed, 3 May 2017 17:09:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v43H9cfb064771; Wed, 3 May 2017 17:09:38 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705031709.v43H9cfb064771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 3 May 2017 17:09:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440024 - in head: comms/gnokii converters/ical2html databases/evolution-data-server deskutils/cairo-dock-plugins deskutils/gnome-calendar deskutils/kdepimlibs4 deskutils/kdepimlibs4/fi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 17:09:42 -0000 Author: pawel Date: Wed May 3 17:09:38 2017 New Revision: 440024 URL: https://svnweb.freebsd.org/changeset/ports/440024 Log: - 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 Deleted: head/deskutils/kdepimlibs4/files/patch-cmake-modules_FindLibical.cmake Modified: head/comms/gnokii/Makefile head/converters/ical2html/Makefile head/databases/evolution-data-server/Makefile head/deskutils/cairo-dock-plugins/Makefile head/deskutils/gnome-calendar/Makefile head/deskutils/kdepimlibs4/Makefile head/deskutils/orage/Makefile head/deskutils/osmo/Makefile head/deskutils/simpleagenda/Makefile head/devel/libical-glib/Makefile head/devel/libical/Makefile head/devel/libical/distinfo head/devel/libical/pkg-plist head/finance/kmymoney-kde4/Makefile head/games/goldencheetah/Makefile head/mail/claws-mail-vcalendar/Makefile head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd30/Makefile head/mail/evolution-ews/Makefile head/mail/libmapi/Makefile head/misc/wmcalendar/Makefile Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/comms/gnokii/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -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/ \ Modified: head/converters/ical2html/Makefile ============================================================================== --- head/converters/ical2html/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/converters/ical2html/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= ical2html PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ @@ -17,4 +17,10 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} '/icalerror_errors_are_fatal/d' \ + ${WRKSRC}/ical2html.c \ + ${WRKSRC}/icalfilter.c \ + ${WRKSRC}/icalmerge.c + .include Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/databases/evolution-data-server/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/cairo-dock-plugins/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins PORTVERSION= 3.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= ports@FreeBSD.org Modified: head/deskutils/gnome-calendar/Makefile ============================================================================== --- head/deskutils/gnome-calendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/gnome-calendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= gnome-calendar PORTVERSION= 3.18.2.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/kdepimlibs4/Makefile ============================================================================== --- head/deskutils/kdepimlibs4/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/kdepimlibs4/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -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} Modified: head/deskutils/orage/Makefile ============================================================================== --- head/deskutils/orage/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/orage/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -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 Modified: head/deskutils/osmo/Makefile ============================================================================== --- head/deskutils/osmo/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/osmo/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= osmo PORTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} Modified: head/deskutils/simpleagenda/Makefile ============================================================================== --- head/deskutils/simpleagenda/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/deskutils/simpleagenda/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -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} Modified: head/devel/libical-glib/Makefile ============================================================================== --- head/devel/libical-glib/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical-glib/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -12,6 +12,8 @@ COMMENT= Introspection bindings for libi LIB_DEPENDS= libical.so:devel/libical +BROKEN= Does not build with libical >= 2.0 + USES= compiler:c11 gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build libxml2 GNU_CONFIGURE= yes Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libical -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -12,6 +12,8 @@ COMMENT= Implementation of the IETF Cale LICENSE_COMB= dual LICENSE= MPL LGPL21 +LIB_DEPENDS= libicuuc.so:devel/icu + USE_GITHUB= yes USES= cmake pathfix perl5 Modified: head/devel/libical/distinfo ============================================================================== --- head/devel/libical/distinfo Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/distinfo Wed May 3 17:09:38 2017 (r440024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464772258 -SHA256 (libical-libical-v1.0.1_GH0.tar.gz) = 7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c -SIZE (libical-libical-v1.0.1_GH0.tar.gz) = 720618 +TIMESTAMP = 1490973722 +SHA256 (libical-libical-v2.0.0_GH0.tar.gz) = 20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a +SIZE (libical-libical-v2.0.0_GH0.tar.gz) = 699099 Modified: head/devel/libical/pkg-plist ============================================================================== --- head/devel/libical/pkg-plist Wed May 3 16:51:06 2017 (r440023) +++ head/devel/libical/pkg-plist Wed May 3 17:09:38 2017 (r440024) @@ -1,4 +1,3 @@ -include/ical.h include/libical/ical.h include/libical/icalarray.h include/libical/icalattach.h @@ -23,13 +22,16 @@ include/libical/icalmemory.h include/libical/icalmessage.h include/libical/icalmime.h include/libical/icalparameter.h +include/libical/icalparameter_cxx.h include/libical/icalparser.h include/libical/icalperiod.h include/libical/icalproperty.h +include/libical/icalproperty_cxx.h include/libical/icalrecur.h include/libical/icalrestriction.h include/libical/icalset.h include/libical/icalspanlist.h +include/libical/icalspanlist_cxx.h include/libical/icalss.h include/libical/icalssyacc.h include/libical/icaltime.h @@ -37,12 +39,17 @@ include/libical/icaltimezone.h include/libical/icaltypes.h include/libical/icaltz-util.h include/libical/icalvalue.h +include/libical/icalvalue_cxx.h include/libical/icalvcal.h -include/libical/port.h +include/libical/icptrholder_cxx.h +include/libical/libical_ical_export.h +include/libical/libical_icalss_export.h +include/libical/libical_vcal_export.h include/libical/pvl.h include/libical/sspm.h include/libical/vcaltmp.h include/libical/vcc.h +include/libical/vcomponent_cxx.h include/libical/vobject.h lib/cmake/LibIcal/LibIcalConfig.cmake lib/cmake/LibIcal/LibIcalConfigVersion.cmake @@ -50,14 +57,22 @@ lib/cmake/LibIcal/LibIcalTargets-%%CMAKE lib/cmake/LibIcal/LibIcalTargets.cmake lib/libical.a lib/libical.so -lib/libical.so.1 -lib/libical.so.1.0.1 +lib/libical.so.2 +lib/libical.so.2.0.0 +lib/libical_cxx.a +lib/libical_cxx.so +lib/libical_cxx.so.2 +lib/libical_cxx.so.2.0.0 lib/libicalss.a lib/libicalss.so -lib/libicalss.so.1 -lib/libicalss.so.1.0.1 +lib/libicalss.so.2 +lib/libicalss.so.2.0.0 +lib/libicalss_cxx.a +lib/libicalss_cxx.so +lib/libicalss_cxx.so.2 +lib/libicalss_cxx.so.2.0.0 lib/libicalvcal.a lib/libicalvcal.so -lib/libicalvcal.so.1 -lib/libicalvcal.so.1.0.1 +lib/libicalvcal.so.2 +lib/libicalvcal.so.2.0.0 libdata/pkgconfig/libical.pc Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/finance/kmymoney-kde4/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/games/goldencheetah/Makefile ============================================================================== --- head/games/goldencheetah/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/games/goldencheetah/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -4,7 +4,7 @@ PORTNAME= GoldenCheetah PORTVERSION= 3.2 DISTVERSIONPREFIX= V -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= trebbu@googlemail.com Modified: head/mail/claws-mail-vcalendar/Makefile ============================================================================== --- head/mail/claws-mail-vcalendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/claws-mail-vcalendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -6,7 +6,7 @@ PORTREVISION= 0 COMMENT= vCalendar plugin for Claws Mail -IGNORE= Needs libical >= 2.0 +LIB_DEPENDS= libical.so:devel/libical CLAWS_PLUGINS_BUILD= vcalendar Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/cyrus-imapd25/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.5.10 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/cyrus-imapd30/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 3.0.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ Modified: head/mail/evolution-ews/Makefile ============================================================================== --- head/mail/evolution-ews/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/evolution-ews/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,6 +3,7 @@ PORTNAME= evolution-ews PORTVERSION= 3.18.5 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/libmapi/Makefile ============================================================================== --- head/mail/libmapi/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/mail/libmapi/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= libmapi PORTVERSION= 2.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= https://github.com/openchange/openchange/archive/ DISTNAME= openchange-${PORTVERSION}-${CODENAME} Modified: head/misc/wmcalendar/Makefile ============================================================================== --- head/misc/wmcalendar/Makefile Wed May 3 16:51:06 2017 (r440023) +++ head/misc/wmcalendar/Makefile Wed May 3 17:09:38 2017 (r440024) @@ -3,7 +3,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= misc windowmaker MASTER_SITES= SF