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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 41D9A1A921F for ; Thu, 19 Nov 2020 01:24:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7F4DA84E36; Thu, 19 Nov 2020 01:24:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B751C84D56 for ; Thu, 19 Nov 2020 01:24:24 +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 h2c2-qtjOoHB for ; Thu, 19 Nov 2020 01:24:24 +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 0D74584CD8 for ; Thu, 19 Nov 2020 01:24:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0192DFA9D; Thu, 19 Nov 2020 01:24:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160574906369340" MIME-Version: 1.0 Date: Thu, 19 Nov 2020 01:24:23 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/chat/mautrix-telegram To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20201119012424.0192DFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160574906369340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Thu Nov 19 01:24:23 UTC 2020 Modified Files: pkgsrc/chat/mautrix-telegram: Makefile Log Message: chat/mautrix-telegram: Add a few optional dependencies These are optional, but for very commonly used features. So not really optional. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/mautrix-telegram/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160574906369340 Content-Disposition: inline Content-Length: 1088 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/mautrix-telegram/Makefile diff -u pkgsrc/chat/mautrix-telegram/Makefile:1.1 pkgsrc/chat/mautrix-telegram/Makefile:1.2 --- pkgsrc/chat/mautrix-telegram/Makefile:1.1 Wed Nov 18 23:27:56 2020 +++ pkgsrc/chat/mautrix-telegram/Makefile Thu Nov 19 01:24:23 2020 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/11/18 23:27:56 js Exp $ +# $NetBSD: Makefile,v 1.2 2020/11/19 01:24:23 js Exp $ DISTNAME= mautrix-telegram-0.9.0 +PKGREVISION= 1 CATEGORIES= chat python MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -20,6 +21,10 @@ DEPENDS+= ${PYPKGPREFIX}-yarl>=1<2:../.. DEPENDS+= ${PYPKGPREFIX}-mautrix>=0.8.2<0.9:../../chat/py-mautrix DEPENDS+= ${PYPKGPREFIX}-telethon>=1.17<18:../../chat/py-telethon DEPENDS+= ${PYPKGPREFIX}-telethon-session-sqlalchemy>=0.2.14<0.3:../../chat/py-telethon-session-sqlalchemy +# webp_convert and qr_login +DEPENDS+= ${PYPKGPREFIX}-Pillow>=4<8:../../graphics/py-Pillow +# qr_login +DEPENDS+= ${PYPKGPREFIX}-qrcode>=6<7:../../graphics/py-qrcode USE_TOOLS+= pax USE_LANGUAGES= # none --_----------=_160574906369340--