Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=e+yjiH91; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jttiKwto Received: by mail.netbsd.org (Postfix, from userid 605) id 4BFDE84D8B; Thu, 16 May 2024 07:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715846367; bh=Ad/PQD608M0c+zrFNdHxgvg9jv75Z0rrypQvA+syFc0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=e+yjiH91uIqa/YskzYdpNyDhCp+97eyh6aWbO5A9EBDWTa3wziAvn8iBM0QU9knBr gFFcFEWWeqcvhW3eEjo6KVSgfB46u2sD7wMahV3AgzUmlkt4c0Zjs9GjRj0dW8G6qX ShFWJ8dUn2scS3uDIJy1BpXpFqygvkUEHNJPTcEs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CBD184D57 for ; Thu, 16 May 2024 07:59:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ObEqfxuI90Fb for ; Thu, 16 May 2024 07:59:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 86D1784D2A for ; Thu, 16 May 2024 07:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715846365; bh=Ad/PQD608M0c+zrFNdHxgvg9jv75Z0rrypQvA+syFc0=; h=Date:From:Subject:To:Reply-To; b=jttiKwtoPSpNKhI9zeIvtmSzeNvPM3kNkJ3W6pm1Z3gK8ipuJduCY95Gk2SRbR9HP QxBPWT/4haBtN9HNxBj5EDaiBPdn0zRZ1nBbLx6RNY9gFofivX9+usDq7ZEit61E/R 8j8K9Ek3lMLCOiPvnZqSROmdElKxA+FClKCEJAxc= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78CF8FA2C; Thu, 16 May 2024 07:59:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715846365266870" MIME-Version: 1.0 Date: Thu, 16 May 2024 07:59:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/Radicale To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240516075925.78CF8FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715846365266870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 16 07:59:25 UTC 2024 Modified Files: pkgsrc/net/Radicale: DESCR Makefile Log Message: Radicale: describe why we have this version To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/Radicale/DESCR cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/Radicale/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715846365266870 Content-Disposition: inline Content-Length: 1320 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Radicale/DESCR diff -u pkgsrc/net/Radicale/DESCR:1.2 pkgsrc/net/Radicale/DESCR:1.3 --- pkgsrc/net/Radicale/DESCR:1.2 Sun Aug 12 19:24:31 2012 +++ pkgsrc/net/Radicale/DESCR Thu May 16 07:59:25 2024 @@ -5,3 +5,6 @@ Calendars and address books are availabl access, possibly limited through authentication policies. They can be viewed and edited by calendar and contact clients on mobile phones or computers. + +This version is mainly provided for migration support from version 1 +to newer versions, since version 1 provides an export tool. Index: pkgsrc/net/Radicale/Makefile diff -u pkgsrc/net/Radicale/Makefile:1.30 pkgsrc/net/Radicale/Makefile:1.31 --- pkgsrc/net/Radicale/Makefile:1.30 Wed May 15 16:04:54 2024 +++ pkgsrc/net/Radicale/Makefile Thu May 16 07:59:25 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2024/05/15 16:04:54 sborrill Exp $ +# $NetBSD: Makefile,v 1.31 2024/05/16 07:59:25 wiz Exp $ DISTNAME= Radicale-1.1.7 CATEGORIES= net time www @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=R/Radi MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://radicale.org/ -COMMENT= CalDAV (calendar) and CardDAV (contact) server +COMMENT= CalDAV (calendar) and CardDAV (contact) server (major version 1) LICENSE= gnu-gpl-v3 EGDIR= share/examples/radicale --_----------=_1715846365266870--