Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nLYragsw; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ewFi19g5 Received: by mail.netbsd.org (Postfix, from userid 605) id 1964C84E77; Tue, 30 Apr 2024 00:38:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714437481; bh=vf5yiq5c1z8t5tv/Gx2vEeeZ9yUhvC3X3YiDp5QJuys=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nLYragswks+/a1+oEzqNx3e6W9qw21UVEpZH3JwbW6qApEXKibgRrd8n/k8k1S/9x 2u7YXaV2Tk+bmEH+wa6CCFzj4olEnw5E0uc1Ajkpw0bt9apsu9kn6Irk1ZGTvQ1qMS qVqUqubZ9YGNJEIo+lOgIAKu56fp/ODvNZ3xGzbU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A83884E74 for ; Tue, 30 Apr 2024 00:38:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 eW4lrkiwQUYl for ; Tue, 30 Apr 2024 00:37:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D61E84D07 for ; Tue, 30 Apr 2024 00:37:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714437479; bh=vf5yiq5c1z8t5tv/Gx2vEeeZ9yUhvC3X3YiDp5QJuys=; h=Date:From:Subject:To:Reply-To; b=ewFi19g5lqFKQ07QFYCi3YEOWjKE1bpT5nawIDUccai7FOO5dEFZtRK1FdzwjsgPf Q0mMqMK5oNhuuMR7Qu6eIwclSmdFnQPDZENrVUhzSXJlhb3SWZ6/SxuBf5Omkh+lnZ lfA3W1/NdvafoAqg8CslBZJgClZLWW+jETKysoWo= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 542DCFA2C; Tue, 30 Apr 2024 00:37:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714437479235180" MIME-Version: 1.0 Date: Tue, 30 Apr 2024 00:37:59 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/ham/rtl-sdr To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240430003759.542DCFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714437479235180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Apr 30 00:37:59 UTC 2024 Modified Files: pkgsrc/ham/rtl-sdr: Makefile Log Message: ham/rtl-sdr: Fix typo in HOMEPAGE To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/ham/rtl-sdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714437479235180 Content-Disposition: inline Content-Length: 786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/rtl-sdr/Makefile diff -u pkgsrc/ham/rtl-sdr/Makefile:1.19 pkgsrc/ham/rtl-sdr/Makefile:1.20 --- pkgsrc/ham/rtl-sdr/Makefile:1.19 Sun Nov 5 15:17:28 2023 +++ pkgsrc/ham/rtl-sdr/Makefile Tue Apr 30 00:37:59 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2023/11/05 15:17:28 gdt Exp $ +# $NetBSD: Makefile,v 1.20 2024/04/30 00:37:59 gdt Exp $ DISTNAME= rtl-sdr-2.0.1 CATEGORIES= ham @@ -11,7 +11,7 @@ GITHUB_TAG= refs/tags/v${PKGVERSION_NOR # https://github.com/librtlsdr/librtlsdr (forked from steve-m) MAINTAINER= gdt@NetBSD.org -HOMEPAGE= https://osmocom.org/projects/rtl-sdr/wik +HOMEPAGE= https://osmocom.org/projects/rtl-sdr/wiki COMMENT= Turns your Realtek RTL2832 based DVB dongle into a SDR receiver LICENSE= gnu-gpl-v2 --_----------=_1714437479235180--