summaryrefslogtreecommitdiff
path: root/ham/gr-osmosdr
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-12-11 14:57:49 +0000
committertnn <tnn@pkgsrc.org>2021-12-11 14:57:49 +0000
commitec646e9a56d4fd7443cd23d52c4610fd20758299 (patch)
tree38b0dab447cabfc40521dd2594cd805a8b95e7a7 /ham/gr-osmosdr
parent175938cb3c63621b359f2dd78a966c2dba54c915 (diff)
downloadpkgsrc-ec646e9a56d4fd7443cd23d52c4610fd20758299.tar.gz
gnuradio*: update to 3.9.4.0
Minor update bringing C++ code cleanups, bug fixes and some performance improvements.
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r--ham/gr-osmosdr/Makefile4
-rw-r--r--ham/gr-osmosdr/buildlink3.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index 6de7110d930..c2ce99035f9 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/09/29 19:00:50 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/12/11 14:57:52 tnn Exp $
DISTNAME= gr-osmosdr-0.2.3.20210128
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= ham
# main git repo doesn't allow snapshots to be downloaded
#MASTER_SITES= https://git.osmocom.org/gr-osmosdr/snapshot/
diff --git a/ham/gr-osmosdr/buildlink3.mk b/ham/gr-osmosdr/buildlink3.mk
index 06d328c0411..dc4a5c7438a 100644
--- a/ham/gr-osmosdr/buildlink3.mk
+++ b/ham/gr-osmosdr/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/08/30 21:35:53 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2021/12/11 14:57:52 tnn Exp $
BUILDLINK_TREE+= gr-osmosdr
@@ -6,6 +6,7 @@ BUILDLINK_TREE+= gr-osmosdr
GR_OSMOSDR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gr-osmosdr+= gr-osmosdr>=0.2.2
+BUILDLINK_ABI_DEPENDS.gr-osmosdr?= gr-osmosdr>=0.2.3.20210128nb4
BUILDLINK_PKGSRCDIR.gr-osmosdr?= ../../ham/gr-osmosdr
.include "../../devel/boost-headers/buildlink3.mk"