diff options
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> |