Wed Apr 7 16:15:08 2021 UTC ()
meta-pkgs/gnuradio: update for 3.9


(tnn)
diff -r1.22 -r1.23 pkgsrc/meta-pkgs/gnuradio/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/meta-pkgs/gnuradio/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnuradio/Makefile 2020/08/30 21:18:09 1.22
+++ pkgsrc/meta-pkgs/gnuradio/Makefile 2021/04/07 16:15:08 1.23
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1# $NetBSD: Makefile,v 1.22 2020/08/30 21:18:09 tnn Exp $ 1# $NetBSD: Makefile,v 1.23 2021/04/07 16:15:08 tnn Exp $
2 2
3META_PACKAGE= yes 3META_PACKAGE= yes
4 4
5.include "../../ham/gnuradio-core/version.mk" 5.include "../../ham/gnuradio-core/version.mk"
6 6
7DISTNAME= gnuradio-${VERSION} 7DISTNAME= gnuradio-${VERSION}
8CATEGORIES= meta-pkgs ham 8CATEGORIES= meta-pkgs ham
9MASTER_SITES= # empty 9MASTER_SITES= # empty
10DISTFILES= # empty 10DISTFILES= # empty
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= https://www.gnu.org/software/gnuradio/ 14HOMEPAGE= https://www.gnu.org/software/gnuradio/
15COMMENT= Collection of GNU Radio (meta package, easy to install whole thing) 15COMMENT= Collection of GNU Radio (meta package, easy to install whole thing)
16 16
17DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels 17DEPENDS+= gnuradio-channels-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-channels
 18DEPENDS+= gnuradio-network-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-network
18DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion 19DEPENDS+= gnuradio-companion-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-companion
19DEPENDS+= gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core 20DEPENDS+= gnuradio-core-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-core
20DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport 21DEPENDS+= gnuradio-ctrlport-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-ctrlport
21DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital 22DEPENDS+= gnuradio-digital-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-digital
22DEPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen 23DEPENDS+= gnuradio-doxygen-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-doxygen
23DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv 24DEPENDS+= gnuradio-dtv-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-dtv
24DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec 25DEPENDS+= gnuradio-fec-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-fec
25DEPENDS+= gnuradio-qtgui-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-qtgui 26DEPENDS+= gnuradio-qtgui-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-qtgui
26DEPENDS+= gnuradio-trellis-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-trellis 27DEPENDS+= gnuradio-trellis-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-trellis
27DEPENDS+= gnuradio-uhd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-uhd 28DEPENDS+= gnuradio-uhd-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-uhd
28DEPENDS+= gnuradio-utils-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-utils 29DEPENDS+= gnuradio-utils-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-utils
29DEPENDS+= gnuradio-video-sdl-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-video-sdl 30DEPENDS+= gnuradio-video-sdl-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-video-sdl
30DEPENDS+= gnuradio-vocoder-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-vocoder 31DEPENDS+= gnuradio-vocoder-${VERSION}{,nb[0-9]*}:../../ham/gnuradio-vocoder