From owner-svn-ports-all@freebsd.org Sun Dec 8 16:06:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 317751E6DF8; Sun, 8 Dec 2019 16:06:20 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47WB5S0HF6z4B0r; Sun, 8 Dec 2019 16:06:20 +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 DAE174AFA; Sun, 8 Dec 2019 16:06:19 +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 xB8G6JbJ029726; Sun, 8 Dec 2019 16:06:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB8G6Jew029722; Sun, 8 Dec 2019 16:06:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912081606.xB8G6Jew029722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Dec 2019 16:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519310 - in head/misc/iio-oscilloscope: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/iio-oscilloscope: . files X-SVN-Commit-Revision: 519310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2019 16:06:20 -0000 Author: yuri Date: Sun Dec 8 16:06:18 2019 New Revision: 519310 URL: https://svnweb.freebsd.org/changeset/ports/519310 Log: misc/iio-oscilloscope: Update 0.10 -> 0.11 Reported by: portscout Added: head/misc/iio-oscilloscope/files/patch-plugins_scpi.c (contents, props changed) Modified: head/misc/iio-oscilloscope/Makefile head/misc/iio-oscilloscope/distinfo head/misc/iio-oscilloscope/pkg-plist Modified: head/misc/iio-oscilloscope/Makefile ============================================================================== --- head/misc/iio-oscilloscope/Makefile Sun Dec 8 15:28:05 2019 (r519309) +++ head/misc/iio-oscilloscope/Makefile Sun Dec 8 16:06:18 2019 (r519310) @@ -2,8 +2,8 @@ PORTNAME= iio-oscilloscope DISTVERSIONPREFIX= v -DISTVERSION= 0.10 -DISTVERSIONSUFFIX= -master-28-g9b9a441 +DISTVERSION= 0.11 +DISTVERSIONSUFFIX= -master CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org Modified: head/misc/iio-oscilloscope/distinfo ============================================================================== --- head/misc/iio-oscilloscope/distinfo Sun Dec 8 15:28:05 2019 (r519309) +++ head/misc/iio-oscilloscope/distinfo Sun Dec 8 16:06:18 2019 (r519310) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567395752 -SHA256 (analogdevicesinc-iio-oscilloscope-v0.10-master-28-g9b9a441_GH0.tar.gz) = be6e87fd69139368a59e9c7dabfe0382145e4c944af5b13a339959aa3dc0b061 -SIZE (analogdevicesinc-iio-oscilloscope-v0.10-master-28-g9b9a441_GH0.tar.gz) = 40501263 +TIMESTAMP = 1575794084 +SHA256 (analogdevicesinc-iio-oscilloscope-v0.11-master_GH0.tar.gz) = df31ae208f806f8291c3d4fd53d57d2e54acff4ab65c5ae52c18730fc76c6e64 +SIZE (analogdevicesinc-iio-oscilloscope-v0.11-master_GH0.tar.gz) = 40503793 Added: head/misc/iio-oscilloscope/files/patch-plugins_scpi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/iio-oscilloscope/files/patch-plugins_scpi.c Sun Dec 8 16:06:18 2019 (r519310) @@ -0,0 +1,11 @@ +--- plugins/scpi.c.orig 2019-12-08 08:36:48 UTC ++++ plugins/scpi.c +@@ -40,7 +40,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include Modified: head/misc/iio-oscilloscope/pkg-plist ============================================================================== --- head/misc/iio-oscilloscope/pkg-plist Sun Dec 8 15:28:05 2019 (r519309) +++ head/misc/iio-oscilloscope/pkg-plist Sun Dec 8 16:06:18 2019 (r519310) @@ -91,6 +91,8 @@ lib/osc/profiles/LTE5.ini lib/osc/profiles/PZSDR1_test.ini lib/osc/profiles/PZSDR2_2400TDD_test.ini lib/osc/profiles/PZSDR2_test.ini +lib/osc/scpi.so +lib/osc/spectrum_analyzer.so lib/osc/waveforms/10.txt lib/osc/waveforms/11.txt lib/osc/waveforms/1M_10M_nyq.txt