aboutsummaryrefslogtreecommitdiff
path: root/comms/soapyremote
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-28 17:17:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-28 17:19:50 +0000
commit6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534 (patch)
tree0beb94deaae977e7c6b0c485ed2847c530ea6f8c /comms/soapyremote
parent681b324cbdc50eedea91e77948e543ac36baab41 (diff)
downloadports-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.tar.gz
ports-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.zip
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/soapyremote')
-rw-r--r--comms/soapyremote/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/soapyremote/Makefile b/comms/soapyremote/Makefile
index 24b5d593eed4..438fd2e40cf9 100644
--- a/comms/soapyremote/Makefile
+++ b/comms/soapyremote/Makefile
@@ -1,6 +1,7 @@
PORTNAME= SoapyRemote
DISTVERSIONPREFIX= soapy-remote-
DISTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= comms hamradio
MAINTAINER= yuri@FreeBSD.org
@@ -17,7 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= pothosware
PLIST_FILES= bin/SoapySDRServer \
- lib/SoapySDR/modules0.7/libremoteSupport.so \
+ lib/SoapySDR/modules0.8/libremoteSupport.so \
man/man1/SoapySDRServer.1.gz
.include <bsd.port.mk>