Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A44937A48D for ; Thu, 7 Jul 2016 08:36:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5826F85EB2; Thu, 7 Jul 2016 08:36:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB76385EC7 for ; Thu, 7 Jul 2016 08:36:22 +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 8SSPvPBRvKax for ; Thu, 7 Jul 2016 08:36:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4382A85E88 for ; Thu, 7 Jul 2016 08:36:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4D37FBBD; Thu, 7 Jul 2016 08:36:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467880562125880" MIME-Version: 1.0 Date: Thu, 7 Jul 2016 08:36:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160707083602.B4D37FBBD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467880562125880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jul 7 08:36:02 UTC 2016 Modified Files: pkgsrc/mk/defaults: options.description Log Message: Describe new duplicity options. To generate a diff of this commit: cvs rdiff -u -r1.515 -r1.516 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467880562125880 Content-Disposition: inline Content-Length: 1174 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.515 pkgsrc/mk/defaults/options.description:1.516 --- pkgsrc/mk/defaults/options.description:1.515 Fri Jun 17 16:01:32 2016 +++ pkgsrc/mk/defaults/options.description Thu Jul 7 08:36:02 2016 @@ -140,6 +140,8 @@ dspam-verbose-debug Enable verbose debug dspam-virtualusers Enable support for virtual users. dtrace Enable DTrace support. dts Enable DTS Coherent Acoustics support. +duplicity-amazons3 Add Amazon S3 support. +duplicity-dropbox Add Dropbox support. dv Enable usage of the libdv library. dvdcss Enable CSS support for DVDs. dvdnav Enable libdvdnav support to navigate DVDs. @@ -245,8 +247,8 @@ gnome-keyring Enable GNOME keyring supp gnomecanvas Enable GNOME canvas support gnomevfs Enable GNOME Virtual File System support. gnupg2 Use GNU Privacy Guard (GnuPG) Version 2.0 -gnupg21 Use GNU Privacy Guard (GnuPG) Version 2.1 gnupg2-gpgsm Install gpgsm binary. +gnupg21 Use GNU Privacy Guard (GnuPG) Version 2.1 gnuplot-pdf-doc Install PDF document. gnutls Enable GNU TLS support. goffice Enable goffice support. --_----------=_1467880562125880--