Received: by mail.netbsd.org (Postfix, from userid 605) id AA95C84CF8; Wed, 29 Jun 2022 11:33:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E407284CE8 for ; Wed, 29 Jun 2022 11:33:32 +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 4Du4yVKzjDtD for ; Wed, 29 Jun 2022 11:33:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 43D6984CBC for ; Wed, 29 Jun 2022 11:33:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E59CFB1A; Wed, 29 Jun 2022 11:35:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165650254765620" MIME-Version: 1.0 Date: Wed, 29 Jun 2022 11:35:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/archivers/unrar To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220629113547.3E59CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165650254765620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jun 29 11:35:47 UTC 2022 Modified Files: pkgsrc/archivers/unrar: Makefile.common Log Message: unrar: improve homepage so it points to unrar sources To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/archivers/unrar/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165650254765620 Content-Disposition: inline Content-Length: 849 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/unrar/Makefile.common diff -u pkgsrc/archivers/unrar/Makefile.common:1.44 pkgsrc/archivers/unrar/Makefile.common:1.45 --- pkgsrc/archivers/unrar/Makefile.common:1.44 Sat May 14 05:43:03 2022 +++ pkgsrc/archivers/unrar/Makefile.common Wed Jun 29 11:35:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2022/05/14 05:43:03 adam Exp $ +# $NetBSD: Makefile.common,v 1.45 2022/06/29 11:35:47 wiz Exp $ # # used by archivers/libunrar/Makefile # used by archivers/unrar/Makefile @@ -9,7 +9,7 @@ CATEGORIES= archivers MASTER_SITES= https://www.rarlab.com/rar/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.rarlab.com/ +HOMEPAGE= https://www.rarlab.com/rar_add.htm COMMENT= Extract, view & test RAR archives LICENSE= unrar-license # From private mail addressed to pkgsrc maintainers: --_----------=_165650254765620--