From owner-svn-ports-all@freebsd.org Mon Sep 14 04:44:36 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BA053F2B61; Mon, 14 Sep 2020 04:44:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BqYg80mZyz4Cmv; Mon, 14 Sep 2020 04:44:36 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDC0411A90; Mon, 14 Sep 2020 04:44:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08E4iZ5n023314; Mon, 14 Sep 2020 04:44:35 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08E4iZTP023311; Mon, 14 Sep 2020 04:44:35 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202009140444.08E4iZTP023311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 14 Sep 2020 04:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548583 - head/devel/libical X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/libical X-SVN-Commit-Revision: 548583 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2020 04:44:36 -0000 Author: tcberner Date: Mon Sep 14 04:44:34 2020 New Revision: 548583 URL: https://svnweb.freebsd.org/changeset/ports/548583 Log: devel/libical: update to 3.0.8 Changelog since 3.0.4 (2018-08-14) to 3.0.8 (2020-03-07): 3.0.5: * New publicly available function: 1 icalproperty_get_datetime_with_component() * Allow reset DATE/DATE-TIME VALUE parameter for all-day events * icalproperty_get_datetime_with_component() will use location as TZID fallback. * New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer documentation * GObject Introspection - use $MAJOR-0 versioning * libical-glib API is considered unstable: define LIBICAL_GLIB_UNSTABLE_API=1 before including * Built-in timezones updated to tzdata2019a * De-fuzzifications and Coverity fixes 3.0.6: * Handle both COUNT and UNTIL in RRULEs * Fix RRULE BYDAY with INTERVAL=2 conflict * Various fuzzification fixes * New publicly available function: icaltimezone_truncate_vtimezone() * Add option to disable building the test suite * Built-in timezones updated to tzdata2019c 3.0.7: * libical-glib: Fix ICalAttach handling of the icalattach native structure * Let icalattach_new_from_data() use the 'free_fn' argument again * Fix memory leaks in attachment handling and elsewhere * Fix a multithreading race condition * More fuzzification fixes 3.0.8: * Fix for icalattach_new_from_data() and the 'free_fn' argument * Fix if recurrencetype contains both COUNT and UNTIL (only output UNTIL in the RRULE) Modified: head/devel/libical/Makefile head/devel/libical/distinfo head/devel/libical/pkg-plist Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Mon Sep 14 03:30:34 2020 (r548582) +++ head/devel/libical/Makefile Mon Sep 14 04:44:34 2020 (r548583) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libical -PORTVERSION= 3.0.4 -PORTREVISION= 6 +DISTVERSION= 3.0.8 CATEGORIES= devel MASTER_SITES= https://github.com/libical/libical/releases/download/v${PORTVERSION}/ Modified: head/devel/libical/distinfo ============================================================================== --- head/devel/libical/distinfo Mon Sep 14 03:30:34 2020 (r548582) +++ head/devel/libical/distinfo Mon Sep 14 04:44:34 2020 (r548583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544948919 -SHA256 (libical-3.0.4.tar.gz) = 72b216e10233c3f60cb06062facf41f3b0f70615e5a60b47f9853341a0d5d145 -SIZE (libical-3.0.4.tar.gz) = 871853 +TIMESTAMP = 1600018384 +SHA256 (libical-3.0.8.tar.gz) = 09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f +SIZE (libical-3.0.8.tar.gz) = 881462 Modified: head/devel/libical/pkg-plist ============================================================================== --- head/devel/libical/pkg-plist Mon Sep 14 03:30:34 2020 (r548582) +++ head/devel/libical/pkg-plist Mon Sep 14 04:44:34 2020 (r548583) @@ -2,35 +2,31 @@ %%GLIB%%include/libical-glib/i-cal-attach.h %%GLIB%%include/libical-glib/i-cal-comp-iter.h %%GLIB%%include/libical-glib/i-cal-component.h -%%GLIB%%include/libical-glib/i-cal-datetimeperiod-type.h +%%GLIB%%include/libical-glib/i-cal-datetimeperiod.h %%GLIB%%include/libical-glib/i-cal-derived-parameter.h %%GLIB%%include/libical-glib/i-cal-derived-property.h %%GLIB%%include/libical-glib/i-cal-derived-value.h -%%GLIB%%include/libical-glib/i-cal-duration-type.h +%%GLIB%%include/libical-glib/i-cal-duration.h %%GLIB%%include/libical-glib/i-cal-enums.h %%GLIB%%include/libical-glib/i-cal-error.h %%GLIB%%include/libical-glib/i-cal-forward-declarations.h -%%GLIB%%include/libical-glib/i-cal-geo-type.h -%%GLIB%%include/libical-glib/i-cal-langbind.h +%%GLIB%%include/libical-glib/i-cal-geo.h %%GLIB%%include/libical-glib/i-cal-memory.h %%GLIB%%include/libical-glib/i-cal-mime.h %%GLIB%%include/libical-glib/i-cal-object.h %%GLIB%%include/libical-glib/i-cal-parameter.h %%GLIB%%include/libical-glib/i-cal-parser.h -%%GLIB%%include/libical-glib/i-cal-period-type.h +%%GLIB%%include/libical-glib/i-cal-period.h %%GLIB%%include/libical-glib/i-cal-property.h %%GLIB%%include/libical-glib/i-cal-recur-iterator.h %%GLIB%%include/libical-glib/i-cal-recur.h -%%GLIB%%include/libical-glib/i-cal-recurrence-type.h -%%GLIB%%include/libical-glib/i-cal-reqstat-type.h +%%GLIB%%include/libical-glib/i-cal-recurrence.h +%%GLIB%%include/libical-glib/i-cal-reqstat.h %%GLIB%%include/libical-glib/i-cal-restriction.h %%GLIB%%include/libical-glib/i-cal-time-span.h %%GLIB%%include/libical-glib/i-cal-time.h -%%GLIB%%include/libical-glib/i-cal-timetype.h -%%GLIB%%include/libical-glib/i-cal-timezone-phase.h %%GLIB%%include/libical-glib/i-cal-timezone.h -%%GLIB%%include/libical-glib/i-cal-timezonetype.h -%%GLIB%%include/libical-glib/i-cal-trigger-type.h +%%GLIB%%include/libical-glib/i-cal-trigger.h %%GLIB%%include/libical-glib/i-cal-unknowntokenhandling.h %%GLIB%%include/libical-glib/i-cal-value.h %%GLIB%%include/libical-glib/libical-glib.h @@ -91,8 +87,8 @@ lib/cmake/LibIcal/LibIcalConfig.cmake lib/cmake/LibIcal/LibIcalConfigVersion.cmake lib/cmake/LibIcal/LibIcalTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibIcal/LibIcalTargets.cmake +%%INTROSPECTION%%%%GLIB%%lib/girepository-1.0/ICal-3.0.typelib %%INTROSPECTION%%%%GLIB%%lib/girepository-1.0/ICalGLib-3.0.typelib -%%INTROSPECTION%%%%GLIB%%lib/girepository-1.0/libical-%%VERSION%%.typelib %%GLIB%%lib/libical-glib.a %%GLIB%%lib/libical-glib.so %%GLIB%%lib/libical-glib.so.3 @@ -119,6 +115,6 @@ lib/libicalvcal.so.3 lib/libicalvcal.so.%%VERSION%% %%GLIB%%libdata/pkgconfig/libical-glib.pc libdata/pkgconfig/libical.pc +%%INTROSPECTION%%%%GLIB%%share/gir-1.0/ICal-3.0.gir %%INTROSPECTION%%%%GLIB%%share/gir-1.0/ICalGLib-3.0.gir -%%INTROSPECTION%%%%GLIB%%share/gir-1.0/libical-%%VERSION%%.gir %%VALA%%%%GLIB%%share/vala/vapi/libical-glib.vapi