pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/mautrix-telegram



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 16 16:40:54 UTC 2024

Modified Files:
        pkgsrc/chat/mautrix-telegram: Makefile

Log Message:
mautrix-telegram: Bump allowed DEPENDS on py-qrcode.

No idea if this works or not, but at least it'll get bulk builds
running again.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/chat/mautrix-telegram/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/mautrix-telegram/Makefile
diff -u pkgsrc/chat/mautrix-telegram/Makefile:1.21 pkgsrc/chat/mautrix-telegram/Makefile:1.22
--- pkgsrc/chat/mautrix-telegram/Makefile:1.21  Mon Oct 14 06:45:33 2024
+++ pkgsrc/chat/mautrix-telegram/Makefile       Wed Oct 16 16:40:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/10/14 06:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/10/16 16:40:54 jperkin Exp $
 
 DISTNAME=      telegram-0.11.3
 PKGNAME=       mautrix-${DISTNAME}
@@ -28,7 +28,7 @@ DEPENDS+=     ${PYPKGPREFIX}-mako>=1<2:../..
 # webp_convert and qr_login
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=4:../../graphics/py-Pillow
 # qr_login
-DEPENDS+=      ${PYPKGPREFIX}-qrcode>=6<8:../../graphics/py-qrcode
+DEPENDS+=      ${PYPKGPREFIX}-qrcode>=6<9:../../graphics/py-qrcode
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index