Received: by mail.netbsd.org (Postfix, from userid 605) id 8F14884D67; Sun, 8 Jan 2023 01:26:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C119284D50 for ; Sun, 8 Jan 2023 01:26:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AyEb-qTOMTo9 for ; Sun, 8 Jan 2023 01:26:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18A5D84D25 for ; Sun, 8 Jan 2023 01:26:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12302FA90; Sun, 8 Jan 2023 01:26:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167314117281020" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 01:26:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/libcarddav To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230108012612.12302FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167314117281020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 8 01:26:11 UTC 2023 Modified Files: pkgsrc/misc/libcarddav: Makefile options.mk Log Message: libcarddav: disable doc option by default Breaks from time to time, and not worth fixing. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/misc/libcarddav/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/libcarddav/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167314117281020 Content-Disposition: inline Content-Length: 1245 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libcarddav/Makefile diff -u pkgsrc/misc/libcarddav/Makefile:1.37 pkgsrc/misc/libcarddav/Makefile:1.38 --- pkgsrc/misc/libcarddav/Makefile:1.37 Wed Oct 26 10:31:42 2022 +++ pkgsrc/misc/libcarddav/Makefile Sun Jan 8 01:26:11 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2022/10/26 10:31:42 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2023/01/08 01:26:11 wiz Exp $ DISTNAME= libcarddav_0.6.2-2debian2 PKGNAME= ${DISTNAME:S/_/-/:S/-2debian2/.2.2/} -PKGREVISION= 29 +PKGREVISION= 30 CATEGORIES= misc #MASTER_SITES= https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-builddeps/+files/ Index: pkgsrc/misc/libcarddav/options.mk diff -u pkgsrc/misc/libcarddav/options.mk:1.10 pkgsrc/misc/libcarddav/options.mk:1.11 --- pkgsrc/misc/libcarddav/options.mk:1.10 Tue Feb 1 11:58:35 2022 +++ pkgsrc/misc/libcarddav/options.mk Sun Jan 8 01:26:11 2023 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.10 2022/02/01 11:58:35 wiz Exp $ +# $NetBSD: options.mk,v 1.11 2023/01/08 01:26:11 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libcarddav PKG_SUPPORTED_OPTIONS= doc -PKG_SUGGESTED_OPTIONS= doc +PKG_SUGGESTED_OPTIONS= # empty PKG_OPTIONS_LEGACY_OPTS+= doxygen:doc .include "../../mk/bsd.options.mk" --_----------=_167314117281020--