Received: by mail.netbsd.org (Postfix, from userid 605) id E829384EAE; Mon, 20 Feb 2023 17:06:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 245B384EAC for ; Mon, 20 Feb 2023 17:06:51 +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 eNLR0qlG1r23 for ; Mon, 20 Feb 2023 17:06:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70BD184E61 for ; Mon, 20 Feb 2023 17:06:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69D79FA90; Mon, 20 Feb 2023 17:06:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676912810164450" MIME-Version: 1.0 Date: Mon, 20 Feb 2023 17:06:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230220170650.69D79FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676912810164450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 20 17:06:50 UTC 2023 Modified Files: pkgsrc/net/transmission-gtk: Makefile pkgsrc/net/transmission-qt: Makefile Log Message: transmission*: bump graphical transmission packages for downlad fix patch To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/transmission-gtk/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/transmission-qt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676912810164450 Content-Disposition: inline Content-Length: 1236 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/transmission-gtk/Makefile diff -u pkgsrc/net/transmission-gtk/Makefile:1.57 pkgsrc/net/transmission-gtk/Makefile:1.58 --- pkgsrc/net/transmission-gtk/Makefile:1.57 Tue Feb 14 14:42:34 2023 +++ pkgsrc/net/transmission-gtk/Makefile Mon Feb 20 17:06:50 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2023/02/14 14:42:34 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2023/02/20 17:06:50 wiz Exp $ PKGNAME= transmission-gtk-${VERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Free, lightweight BitTorrent client (GTK version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common Index: pkgsrc/net/transmission-qt/Makefile diff -u pkgsrc/net/transmission-qt/Makefile:1.67 pkgsrc/net/transmission-qt/Makefile:1.68 --- pkgsrc/net/transmission-qt/Makefile:1.67 Tue Feb 14 09:45:39 2023 +++ pkgsrc/net/transmission-qt/Makefile Mon Feb 20 17:06:50 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2023/02/14 09:45:39 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2023/02/20 17:06:50 wiz Exp $ PKGNAME= transmission-qt-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Free, lightweight BitTorrent client (QT version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common --_----------=_1676912810164450--