From owner-svn-ports-head@freebsd.org Fri Oct 26 03:54:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6E2F10D499C; Fri, 26 Oct 2018 03:54:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEEF8123D; Fri, 26 Oct 2018 03:54:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B3261B9B6; Fri, 26 Oct 2018 03:54:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9Q3saTU061381; Fri, 26 Oct 2018 03:54:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9Q3sZnA061378; Fri, 26 Oct 2018 03:54:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810260354.w9Q3sZnA061378@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 26 Oct 2018 03:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483002 - head/misc/soapysdr X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/soapysdr X-SVN-Commit-Revision: 483002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 03:54:37 -0000 Author: yuri Date: Fri Oct 26 03:54:35 2018 New Revision: 483002 URL: https://svnweb.freebsd.org/changeset/ports/483002 Log: misc/soapysdr: Update 0.6.1-71 -> 0.7.0 Reported by: portscout Modified: head/misc/soapysdr/Makefile head/misc/soapysdr/distinfo head/misc/soapysdr/pkg-plist Modified: head/misc/soapysdr/Makefile ============================================================================== --- head/misc/soapysdr/Makefile Fri Oct 26 03:53:53 2018 (r483001) +++ head/misc/soapysdr/Makefile Fri Oct 26 03:54:35 2018 (r483002) @@ -2,8 +2,7 @@ PORTNAME= SoapySDR DISTVERSIONPREFIX= soapy-sdr- -DISTVERSION= 0.6.1-71 -DISTVERSIONSUFFIX= -g69c16e9 +DISTVERSION= 0.7.0 CATEGORIES= misc hamradio MAINTAINER= yuri@FreeBSD.org @@ -16,5 +15,7 @@ USES= cmake:outsource compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pothosware USE_LDCONFIG= yes + +LDFLAGS+= -pthread .include Modified: head/misc/soapysdr/distinfo ============================================================================== --- head/misc/soapysdr/distinfo Fri Oct 26 03:53:53 2018 (r483001) +++ head/misc/soapysdr/distinfo Fri Oct 26 03:54:35 2018 (r483002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529384177 -SHA256 (pothosware-SoapySDR-soapy-sdr-0.6.1-71-g69c16e9_GH0.tar.gz) = 308ea401054eb52bcce828012393fe143174f7b25d0e04ce189c00713645e1b5 -SIZE (pothosware-SoapySDR-soapy-sdr-0.6.1-71-g69c16e9_GH0.tar.gz) = 119259 +TIMESTAMP = 1540525196 +SHA256 (pothosware-SoapySDR-soapy-sdr-0.7.0_GH0.tar.gz) = cb2344be77f4d04f6cbafa183c7e39a2e6eb0da39c98fa77e9d60686c4e81e52 +SIZE (pothosware-SoapySDR-soapy-sdr-0.7.0_GH0.tar.gz) = 122933 Modified: head/misc/soapysdr/pkg-plist ============================================================================== --- head/misc/soapysdr/pkg-plist Fri Oct 26 03:53:53 2018 (r483001) +++ head/misc/soapysdr/pkg-plist Fri Oct 26 03:54:35 2018 (r483002) @@ -2,7 +2,7 @@ bin/SoapySDRUtil include/SoapySDR/Config.h include/SoapySDR/Config.hpp include/SoapySDR/Constants.h -include/SoapySDR/ConverterPrimatives.hpp +include/SoapySDR/ConverterPrimitives.hpp include/SoapySDR/ConverterRegistry.hpp include/SoapySDR/Device.h include/SoapySDR/Device.hpp