misc/soapysdr: Update 0.7.2 -> 0.8.0
Reported by: portscout
This commit is contained in:
parent
c9012717bb
commit
00bde1bb75
@ -1,6 +1,6 @@
|
||||
PORTNAME= SoapySDR
|
||||
DISTVERSIONPREFIX= soapy-sdr-
|
||||
DISTVERSION= 0.7.2
|
||||
DISTVERSION= 0.8.0
|
||||
CATEGORIES= misc hamradio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
########################################################################
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user