summaryrefslogtreecommitdiff
path: root/comms/soapyuhd
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-28 10:17:26 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-28 10:19:50 -0700
commit6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534 (patch)
tree0beb94deaae977e7c6b0c485ed2847c530ea6f8c /comms/soapyuhd
parentmail/sympa: Update to 6.2.62 (diff)
Fix build of 8 ports broken by the update of misc/soapysdr
The modules directory in all of them is renamed. Reported by: fallout
Diffstat (limited to 'comms/soapyuhd')
-rw-r--r--comms/soapyuhd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/soapyuhd/Makefile b/comms/soapyuhd/Makefile
index e607a691befe..02fc81d13ba2 100644
--- a/comms/soapyuhd/Makefile
+++ b/comms/soapyuhd/Makefile
@@ -1,6 +1,7 @@
PORTNAME= SoapyUHD
DISTVERSIONPREFIX= soapy-uhd-
DISTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
@@ -17,7 +18,7 @@ USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware
-PLIST_FILES= lib/SoapySDR/modules0.7/libuhdSupport.so \
+PLIST_FILES= lib/SoapySDR/modules0.8/libuhdSupport.so \
lib/uhd/modules/libsoapySupport.so
.include <bsd.port.mk>