Received: by mail.netbsd.org (Postfix, from userid 605) id D0D1884DB1; Sun, 1 Sep 2019 13:11:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 580FE84DB0 for ; Sun, 1 Sep 2019 13:11:48 +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 m85Z8Y1dFDQa for ; Sun, 1 Sep 2019 13:11:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D1C1084D94 for ; Sun, 1 Sep 2019 13:11:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFF2FFBF4; Sun, 1 Sep 2019 13:11:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567343507258630" MIME-Version: 1.0 Date: Sun, 1 Sep 2019 13:11:47 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/roundcube-plugin-zipdownload To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20190901131147.CFF2FFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1567343507258630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 1 13:11:47 UTC 2019 Modified Files: pkgsrc/mail/roundcube-plugin-zipdownload: Makefile distinfo Log Message: mail/roundcube-plugin-zipdownload: update to 1.3.10 Update roundcube-plugin-password to 1.3.10. No changes except version. pkgsrc change: remove duplicated setting PLUGIN. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567343507258630 Content-Disposition: inline Content-Length: 2022 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/roundcube-plugin-zipdownload/Makefile diff -u pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.3 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.4 --- pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.3 Tue Apr 30 03:58:45 2019 +++ pkgsrc/mail/roundcube-plugin-zipdownload/Makefile Sun Sep 1 13:11:47 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/04/30 03:58:45 taca Exp $ +# $NetBSD: Makefile,v 1.4 2019/09/01 13:11:47 taca Exp $ PLUGIN= zipdownload @@ -8,8 +8,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip -PLUGIN= zipdownload - do-install: plugin-install .include "../../mail/roundcube/plugins.mk" Index: pkgsrc/mail/roundcube-plugin-zipdownload/distinfo diff -u pkgsrc/mail/roundcube-plugin-zipdownload/distinfo:1.13 pkgsrc/mail/roundcube-plugin-zipdownload/distinfo:1.14 --- pkgsrc/mail/roundcube-plugin-zipdownload/distinfo:1.13 Tue Apr 30 03:58:45 2019 +++ pkgsrc/mail/roundcube-plugin-zipdownload/distinfo Sun Sep 1 13:11:47 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2019/04/30 03:58:45 taca Exp $ +$NetBSD: distinfo,v 1.14 2019/09/01 13:11:47 taca Exp $ -SHA1 (roundcube/roundcubemail-1.3.9.tar.gz) = 8a9651917c609e2cf97217e3aed3b0fb2469edf3 -RMD160 (roundcube/roundcubemail-1.3.9.tar.gz) = f22c2950f51e7d29d071a82e6a381ded7e8c5722 -SHA512 (roundcube/roundcubemail-1.3.9.tar.gz) = d9c02e61ae95ae5004561134612aea6decb501d1f39708e3d5fa1de8996bedfbc0248d6e6cb5e082e63cd9ae4e6b8c091771a23234a4760a17d0a1127f34942f -Size (roundcube/roundcubemail-1.3.9.tar.gz) = 3125755 bytes +SHA1 (roundcube/roundcubemail-1.3.10.tar.gz) = e47db672bedd8413837dbca073f81f4b17c2f131 +RMD160 (roundcube/roundcubemail-1.3.10.tar.gz) = 88b33acaa6a01e053bcc5c8d061eb1b76a0c6b2a +SHA512 (roundcube/roundcubemail-1.3.10.tar.gz) = 3f7be9c0f41b8e551a4863e06928a073aacf5368ffa8b1d0acd8c26224a957e806b986f7bc5b88ac4c853f9c4eff3112cc66b1c90386660e4eab7fa747c3a5cc +Size (roundcube/roundcubemail-1.3.10.tar.gz) = 3127446 bytes --_----------=_1567343507258630--