On Thu, Nov 14, 2024 at 06:56:07PM -0800, Mike Larkin wrote:
> On Sun, Nov 10, 2024 at 01:20:27PM -0800, Bryan Vyhmeister wrote:
> > I'm following up to see if any testing has been able to happen for
> > comms/hackrf 2024.02.1. Here is the diff again. Thanks so much.
> >
> > Bryan
> 
> installs and works. I need to update the firmware before I can run a sweep
> but this seems fine to me, so ok mlarkin.
> 
> /usr/ports/comms/hackrf# hackrf_info
> hackrf_info version: 2024.02.1
> libhackrf version: 2024.02.1 (0.9)
> Found HackRF
> Index: 0
> Serial number: 000000000000000075b068dc318a4b07
> Board ID Number: 2 (HackRF One)
> Firmware Version: 2018.01.1 (API:1.02)
> Part ID Number: 0xa000cb3c 0x0054476c

Thank you very much. Would someone be willing to commit?

Bryan


Index: comms/hackrf/Makefile
===================================================================
RCS file: /cvs/ports/comms/hackrf/Makefile,v
diff -u -p -r1.10 Makefile
--- comms/hackrf/Makefile       19 May 2024 11:13:01 -0000      1.10
+++ comms/hackrf/Makefile       14 Oct 2024 02:10:54 -0000
@@ -1,14 +1,15 @@
 COMMENT =      host software for the HackRF One SDR
 
-V =            2023.01.1
+V =            2024.02.1
 DISTNAME =     hackrf-$V
-REVISION =     1
 
-SHARED_LIBS +=  hackrf                    0.0 # 0.8
+SHARED_LIBS +=  hackrf                    0.1 # 0.8
 
 CATEGORIES =   comms
 
 HOMEPAGE =     https://greatscottgadgets.com/hackrf/
+
+MAINTAINER =   Bryan Vyhmeister <br...@bsdjournal.net>
 
 # GPLv2+ (tools), 3-clause BSD (library)
 PERMIT_PACKAGE =       Yes
Index: comms/hackrf/distinfo
===================================================================
RCS file: /cvs/ports/comms/hackrf/distinfo,v
diff -u -p -r1.2 distinfo
--- comms/hackrf/distinfo       15 May 2023 09:23:36 -0000      1.2
+++ comms/hackrf/distinfo       14 Oct 2024 02:10:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (hackrf-2023.01.1.tar.xz) = MqA/lDowvkukeOlL9p8UpbfVW+Z2EAf0pPVFNBggahE=
-SIZE (hackrf-2023.01.1.tar.xz) = 23030956
+SHA256 (hackrf-2024.02.1.tar.xz) = 2c7WfmuAHNAsGNDEZU7RikvLNsJKZDMMNH38y9hZrRY=
+SIZE (hackrf-2024.02.1.tar.xz) = 21734672
Index: comms/hackrf/pkg/PLIST
===================================================================
RCS file: /cvs/ports/comms/hackrf/pkg/PLIST,v
diff -u -p -r1.3 PLIST
--- comms/hackrf/pkg/PLIST      15 May 2023 09:23:36 -0000      1.3
+++ comms/hackrf/pkg/PLIST      14 Oct 2024 02:10:35 -0000
@@ -1,3 +1,4 @@
+@bin bin/hackrf_biast
 @bin bin/hackrf_clock
 @bin bin/hackrf_cpldjtag
 @bin bin/hackrf_debug

Reply via email to