Received: by mail.netbsd.org (Postfix, from userid 605) id 526E884F5A; Wed, 1 Feb 2023 20:10:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DFB984F59 for ; Wed, 1 Feb 2023 20:10:05 +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 zfS4UnLytymC for ; Wed, 1 Feb 2023 20:10:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 039CB84F57 for ; Wed, 1 Feb 2023 20:10:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01314FA90; Wed, 1 Feb 2023 20:10:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675282204180190" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 20:10:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/kid3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230201201005.01314FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675282204180190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 1 20:10:04 UTC 2023 Modified Files: pkgsrc/audio/kid3: Makefile Log Message: kid3: update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/audio/kid3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675282204180190 Content-Disposition: inline Content-Length: 639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/kid3/Makefile diff -u pkgsrc/audio/kid3/Makefile:1.126 pkgsrc/audio/kid3/Makefile:1.127 --- pkgsrc/audio/kid3/Makefile:1.126 Wed Feb 1 20:08:53 2023 +++ pkgsrc/audio/kid3/Makefile Wed Feb 1 20:10:04 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.126 2023/02/01 20:08:53 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2023/02/01 20:10:04 wiz Exp $ DISTNAME= kid3-3.9.3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://kid3.sourceforge.io/ +HOMEPAGE= https://kid3.kde.org/ COMMENT= ID3 tagger for QT LICENSE= gnu-gpl-v2 --_----------=_1675282204180190--