Received: by mail.netbsd.org (Postfix, from userid 605) id EA25784E7A; Fri, 16 Dec 2022 00:25:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23E4384D2C for ; Fri, 16 Dec 2022 00:25:26 +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 RBKYc-D-qAvt for ; Fri, 16 Dec 2022 00:25:25 +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 6FAD584D1C for ; Fri, 16 Dec 2022 00:25:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63D9AFA90; Fri, 16 Dec 2022 00:25:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16711503254420" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 00:25:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/rhythmbox To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221216002525.63D9AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16711503254420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 16 00:25:25 UTC 2022 Modified Files: pkgsrc/audio/rhythmbox: Makefile Log Message: rhythmbox: update HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 pkgsrc/audio/rhythmbox/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16711503254420 Content-Disposition: inline Content-Length: 736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/rhythmbox/Makefile diff -u pkgsrc/audio/rhythmbox/Makefile:1.190 pkgsrc/audio/rhythmbox/Makefile:1.191 --- pkgsrc/audio/rhythmbox/Makefile:1.190 Wed Nov 23 16:19:23 2022 +++ pkgsrc/audio/rhythmbox/Makefile Fri Dec 16 00:25:25 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.190 2022/11/23 16:19:23 adam Exp $ +# $NetBSD: Makefile,v 1.191 2022/12/16 00:25:25 wiz Exp $ DISTNAME= rhythmbox-3.4.4 PKGREVISION= 12 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sourc EXTRACT_SUFX= .tar.xz MAINTAINER= youri@NetBSD.org -HOMEPAGE= https://www.gnome.org/projects/rhythmbox/ +HOMEPAGE= https://wiki.gnome.org/Apps/Rhythmbox COMMENT= Music management application for GNOME LICENSE= gnu-gpl-v2 --_----------=_16711503254420--