diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-29 01:17:26 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-29 01:19:50 +0800 |
commit | 6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534 (patch) | |
tree | 0beb94deaae977e7c6b0c485ed2847c530ea6f8c /comms/soapyremote | |
parent | 681b324cbdc50eedea91e77948e543ac36baab41 (diff) | |
download | freebsd-ports-gnome-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.tar.gz freebsd-ports-gnome-6cf7f6b1cc6f2261d4ae5ad5fb2daf737acb7534.tar.zst freebsd-ports-gnome-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/Makefile | 3 |
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> |