Sat Jun 15 17:54:22 2019 UTC ()
gnuradio-core: py-scipy -> py-scipy12; bump revision


(adam)
diff -r1.64 -r1.65 pkgsrc/ham/gnuradio-core/Makefile
diff -r1.3 -r1.4 pkgsrc/ham/gnuradio-core/options.mk

cvs diff -r1.64 -r1.65 pkgsrc/ham/gnuradio-core/Makefile (expand / switch to context diff)
--- pkgsrc/ham/gnuradio-core/Makefile 2018/12/13 19:52:02 1.64
+++ pkgsrc/ham/gnuradio-core/Makefile 2019/06/15 17:54:22 1.65
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2018/12/13 19:52:02 adam Exp $
+# $NetBSD: Makefile,v 1.65 2019/06/15 17:54:22 adam Exp $
 
 PKGNAME=	gnuradio-core-${VERSION}
-PKGREVISION=	3
+PKGREVISION=	4
 COMMENT=	Core part of GNU Radio, all others need this
 
 PLIST_MINUS=	# empty

cvs diff -r1.3 -r1.4 pkgsrc/ham/gnuradio-core/options.mk (expand / switch to context diff)
--- pkgsrc/ham/gnuradio-core/options.mk 2015/01/27 06:01:44 1.3
+++ pkgsrc/ham/gnuradio-core/options.mk 2019/06/15 17:54:22 1.4
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2015/01/27 06:01:44 dbj Exp $
+# $NetBSD: options.mk,v 1.4 2019/06/15 17:54:22 adam Exp $
 
 PKG_OPTIONS_VAR=        PKG_OPTIONS.gnuradio
 PKG_SUPPORTED_OPTIONS=  ninja-build filter-design alsa
@@ -27,7 +27,7 @@
 
 .if !empty(PKG_OPTIONS:Mfilter-design)
 # Running gr_filter_design asks for the package
-DEPENDS+=		${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+DEPENDS+=		${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy12
 .endif
 
 .if !empty(PKG_OPTIONS:Malsa)