Received: by mail.netbsd.org (Postfix, from userid 605) id A0B3B84E56; Tue, 24 Aug 2021 17:13:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DACAF84D6F for ; Tue, 24 Aug 2021 17:13:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l_chw6b5wtVO for ; Tue, 24 Aug 2021 17:13:41 +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 378E184CE2 for ; Tue, 24 Aug 2021 17:13:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2481CFA97; Tue, 24 Aug 2021 17:13:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629825221132530" MIME-Version: 1.0 Date: Tue, 24 Aug 2021 17:13:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/claws-mail-pgpmime To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210824171341.2481CFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629825221132530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 24 17:13:41 UTC 2021 Modified Files: pkgsrc/mail/claws-mail-pgpmime: Makefile Log Message: claws-mail-pgpmime: bump PKGREVISION for gtk2 dependency removal To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/mail/claws-mail-pgpmime/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629825221132530 Content-Disposition: inline Content-Length: 702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/claws-mail-pgpmime/Makefile diff -u pkgsrc/mail/claws-mail-pgpmime/Makefile:1.82 pkgsrc/mail/claws-mail-pgpmime/Makefile:1.83 --- pkgsrc/mail/claws-mail-pgpmime/Makefile:1.82 Tue Aug 24 13:38:37 2021 +++ pkgsrc/mail/claws-mail-pgpmime/Makefile Tue Aug 24 17:13:40 2021 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2021/08/24 13:38:37 nia Exp $ -# +# $NetBSD: Makefile,v 1.83 2021/08/24 17:13:40 wiz Exp $ PLUGIN_NAME= pgpmime @@ -7,6 +6,7 @@ PLUGIN_NAME= pgpmime MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Handles PGP/MIME signed and/or encrypted mails +PKGREVISION= 1 CONFIGURE_ARGS+= --enable-pgpcore-plugin CONFIGURE_ARGS+= --enable-pgpmime-plugin --_----------=_1629825221132530--