Sun Nov 5 15:15:37 2023 UTC ()
ham/rtl-sdr: Fix MASTER_SITE/GITHUB_TAG confusion (typo-ish)


(gdt)
diff -r1.17 -r1.18 pkgsrc/ham/rtl-sdr/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/ham/rtl-sdr/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/rtl-sdr/Makefile 2023/11/02 22:11:05 1.17
+++ pkgsrc/ham/rtl-sdr/Makefile 2023/11/05 15:15:37 1.18
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.17 2023/11/02 22:11:05 gdt Exp $ 1# $NetBSD: Makefile,v 1.18 2023/11/05 15:15:37 gdt Exp $
2 2
3DISTNAME= rtl-sdr-2.0.0 3DISTNAME= rtl-sdr-2.0.0
4CATEGORIES= ham 4CATEGORIES= ham
5MASTER_SITES= ${MASTER_SITE_GITHUB:=osmcocom/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=osmocom/}
6GITHUB_TAG= refs/tags/${PKGVERSION_NOREV} 6GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
7# There are multiple upstreams: 7# There are multiple upstreams:
8# https://gitea.osmocom.org/sdr/rtl-sdr/ (official sources) 8# https://gitea.osmocom.org/sdr/rtl-sdr/ (official sources)
9# https://github.com/osmocom/rtl-sdr (official mirror) 9# https://github.com/osmocom/rtl-sdr (official mirror)
10# https://github.com/steve-m/librtlsdr 10# https://github.com/steve-m/librtlsdr
11# https://github.com/librtlsdr/librtlsdr (forked from steve-m) 11# https://github.com/librtlsdr/librtlsdr (forked from steve-m)
12 12
13MAINTAINER= gdt@NetBSD.org 13MAINTAINER= gdt@NetBSD.org
14HOMEPAGE= https://osmocom.org/projects/rtl-sdr/wik 14HOMEPAGE= https://osmocom.org/projects/rtl-sdr/wik
15COMMENT= Turns your Realtek RTL2832 based DVB dongle into a SDR receiver 15COMMENT= Turns your Realtek RTL2832 based DVB dongle into a SDR receiver
16LICENSE= gnu-gpl-v2 16LICENSE= gnu-gpl-v2
17 17
18WRKSRC= ${WRKDIR}/${DISTNAME} 18WRKSRC= ${WRKDIR}/${DISTNAME}
19 19