Received: by mail.netbsd.org (Postfix, from userid 605) id 76CC384E65; Wed, 7 Feb 2024 18:21:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A72BC84D8A for ; Wed, 7 Feb 2024 18:21:46 +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 tbtoXjVEBYzd for ; Wed, 7 Feb 2024 18:21:46 +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 3AA9D84CF7 for ; Wed, 7 Feb 2024 18:21:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32990FA42; Wed, 7 Feb 2024 18:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17073301065040" MIME-Version: 1.0 Date: Wed, 7 Feb 2024 18:21:46 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/transmission-qt To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240207182146.32990FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17073301065040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 7 18:21:46 UTC 2024 Modified Files: pkgsrc/net/transmission-qt: Makefile Log Message: transmission-qt: reset PKGREVISION after update To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/transmission-qt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17073301065040 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/transmission-qt/Makefile diff -u pkgsrc/net/transmission-qt/Makefile:1.81 pkgsrc/net/transmission-qt/Makefile:1.82 --- pkgsrc/net/transmission-qt/Makefile:1.81 Tue Jan 30 14:22:29 2024 +++ pkgsrc/net/transmission-qt/Makefile Wed Feb 7 18:21:46 2024 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2024/01/30 14:22:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.82 2024/02/07 18:21:46 wiz Exp $ PKGNAME= transmission-qt-${VERSION} -PKGREVISION= 6 COMMENT= Free, lightweight BitTorrent client (QT version) DEPENDS+= transmission-common>=${VERSION}:../../net/transmission-common --_----------=_17073301065040--