git: 00bde1bb7599 - main - misc/soapysdr: Update 0.7.2 -> 0.8.0 Reported by: portscout
Yuri Victorovich
yuri at FreeBSD.org
Mon Apr 26 17:56:53 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00bde1bb7599a2090f6c1fc08ea3beaf3d48ce94
commit 00bde1bb7599a2090f6c1fc08ea3beaf3d48ce94
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-26 17:54:04 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-26 17:56:37 +0000
misc/soapysdr: Update 0.7.2 -> 0.8.0
Reported by: portscout
---
misc/soapysdr/Makefile | 2 +-
misc/soapysdr/distinfo | 6 +++---
.../soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake | 13 -------------
misc/soapysdr/pkg-plist | 7 +++++--
4 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/misc/soapysdr/Makefile b/misc/soapysdr/Makefile
index ed9671e8b8f5..47cea6e4c59e 100644
--- a/misc/soapysdr/Makefile
+++ b/misc/soapysdr/Makefile
@@ -1,6 +1,6 @@
PORTNAME= SoapySDR
DISTVERSIONPREFIX= soapy-sdr-
-DISTVERSION= 0.7.2
+DISTVERSION= 0.8.0
CATEGORIES= misc hamradio
MAINTAINER= yuri at FreeBSD.org
diff --git a/misc/soapysdr/distinfo b/misc/soapysdr/distinfo
index 7180e1e1ade4..20dae4d4096d 100644
--- a/misc/soapysdr/distinfo
+++ b/misc/soapysdr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578887544
-SHA256 (pothosware-SoapySDR-soapy-sdr-0.7.2_GH0.tar.gz) = 6eb4143fed115911884bdbbe6fe32dbd99b4ada210c9e126ac3c49c24414347a
-SIZE (pothosware-SoapySDR-soapy-sdr-0.7.2_GH0.tar.gz) = 124607
+TIMESTAMP = 1619459038
+SHA256 (pothosware-SoapySDR-soapy-sdr-0.8.0_GH0.tar.gz) = cff3b1fb1cd3b88932f37df42f69fc3d8e0ea42f4788b35131ceaf5d1b908ac2
+SIZE (pothosware-SoapySDR-soapy-sdr-0.8.0_GH0.tar.gz) = 130721
diff --git a/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake b/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake
deleted file mode 100644
index 754164d75436..000000000000
--- a/misc/soapysdr/files/patch-cmake_Modules_SoapySDRConfig.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/Modules/SoapySDRConfig.cmake.orig 2018-09-24 13:58:55 UTC
-+++ cmake/Modules/SoapySDRConfig.cmake
-@@ -110,10 +110,6 @@ if(MSVC)
- add_definitions(-DNOMINMAX) #enables std::min and std::max
- endif()
-
--if ("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
-- add_compile_options(-stdlib=libc++)
--endif()
--
- ########################################################################
- # extract the ABI version string from the Version.h header
- ########################################################################
diff --git a/misc/soapysdr/pkg-plist b/misc/soapysdr/pkg-plist
index c312d9508bf3..4d0573fb97a9 100644
--- a/misc/soapysdr/pkg-plist
+++ b/misc/soapysdr/pkg-plist
@@ -4,6 +4,7 @@ include/SoapySDR/Config.hpp
include/SoapySDR/Constants.h
include/SoapySDR/ConverterPrimitives.hpp
include/SoapySDR/ConverterRegistry.hpp
+include/SoapySDR/Converters.h
include/SoapySDR/Device.h
include/SoapySDR/Device.hpp
include/SoapySDR/Errors.h
@@ -22,10 +23,12 @@ include/SoapySDR/Types.hpp
include/SoapySDR/Version.h
include/SoapySDR/Version.hpp
lib/libSoapySDR.so
-lib/libSoapySDR.so.0.7
-lib/libSoapySDR.so.0.7.2
+lib/libSoapySDR.so.0.8
+lib/libSoapySDR.so.0.8.0
libdata/pkgconfig/SoapySDR.pc
man/man1/SoapySDRUtil.1.gz
share/cmake/SoapySDR/SoapySDRConfig.cmake
share/cmake/SoapySDR/SoapySDRConfigVersion.cmake
+share/cmake/SoapySDR/SoapySDRExport-%%CMAKE_BUILD_TYPE%%.cmake
+share/cmake/SoapySDR/SoapySDRExport.cmake
share/cmake/SoapySDR/SoapySDRUtil.cmake
More information about the dev-commits-ports-all
mailing list