Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B23541A921F for ; Mon, 28 Dec 2020 08:59:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E2C3584D90; Mon, 28 Dec 2020 08:59:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28A5C84D62 for ; Mon, 28 Dec 2020 08:59:54 +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 iI_AFy2DLFaZ for ; Mon, 28 Dec 2020 08:59:53 +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 80D9284C71 for ; Mon, 28 Dec 2020 08:59:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7BAB2FA9D; Mon, 28 Dec 2020 08:59:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160914599383190" MIME-Version: 1.0 Date: Mon, 28 Dec 2020 08:59:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/roundcube-plugin-enigma To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20201228085953.7BAB2FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160914599383190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Dec 28 08:59:53 UTC 2020 Modified Files: pkgsrc/mail/roundcube-plugin-enigma: Makefile Log Message: mail/roundcube-plugin-enigma: reset PKGREVISION Reset PKGREVISION by updating to 1.4.10. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/roundcube-plugin-enigma/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160914599383190 Content-Disposition: inline Content-Length: 670 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/roundcube-plugin-enigma/Makefile diff -u pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.9 pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.10 --- pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.9 Fri Dec 4 20:45:28 2020 +++ pkgsrc/mail/roundcube-plugin-enigma/Makefile Mon Dec 28 08:59:53 2020 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2020/12/04 20:45:28 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/12/28 08:59:53 taca Exp $ PLUGIN= enigma MAINTAINER= taca@NetBSD.org COMMENT= Enigma Plugin for Roundcube -PKGREVISION= 1 LICENSE= gnu-gpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-pear-Crypt_GPG>=1.4.3:../../security/pear-Crypt_GPG --_----------=_160914599383190--