From owner-svn-ports-head@freebsd.org Sat Nov 3 12:34:52 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 5DDFE10FCBBD; Sat, 3 Nov 2018 12:34:52 +0000 (UTC) (envelope-from bsam@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 0ECCF80A58; Sat, 3 Nov 2018 12:34:52 +0000 (UTC) (envelope-from bsam@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 E4DF319E6A; Sat, 3 Nov 2018 12:34:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3CYpkZ040751; Sat, 3 Nov 2018 12:34:51 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3CYpH7040749; Sat, 3 Nov 2018 12:34:51 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201811031234.wA3CYpH7040749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 3 Nov 2018 12:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483891 - in head/devel/libsigrok: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head/devel/libsigrok: . files X-SVN-Commit-Revision: 483891 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: Sat, 03 Nov 2018 12:34:52 -0000 Author: bsam Date: Sat Nov 3 12:34:51 2018 New Revision: 483891 URL: https://svnweb.freebsd.org/changeset/ports/483891 Log: devel/libsigrok: Update to version 0.5.1 This is a "minor" release that doesn't change or remove any existing public API functions, so all existing clients will continue to work (without even the need to recompile). The following hardware is now (additionally) supported: * Logic analyzers: DreamSourceLab DSLogic Basic/Plus, Hantek 4032L, IPDBG (ipdbg.org FPGA IP debugger), Meilhaus Logian-16L, Saleae Logic Pro 16, ZEROPLUS Logic Cube LAP-C (16128+) / LAP-16032U * Oscilloscopes: Agilent MSO7034A, Hantek DSO-2250, Rigol DS4000 series, Siglent SDS1000/SDS2000 series * Programmable power supplies: GW Instek GPD series, HP 6631B/66332A/6633B/6634B, Korad KD3005P, RDTech DPS/DPH series, Rigol DP711/DP712, RND KA3005P, Tenma 72-2540 * Electronic loads: ZKETECH EBD-USB * Multimeters: EEVblog 121GW, Fluke 45, HP 3478A, MASTECH MS8250D, Metex M-3860M, PeakTech 4390A, SparkFun 70C, Victor DMMs with Mini-USB connector, Voltcraft VC-96 Pretty much every existing hardware driver has also received numerous fixes and improvements. There have also been quite a few bugfixes, documentation fixes, portability fixes, build system improvements, performance improvements, and so on. There are some new API calls now, you can read up all the details in the API docs. See the NEWS file for a much more detailed list of changes, or browse the git history for even more details. Deleted: head/devel/libsigrok/files/patch-src_hardware_chronovu-la_api.c head/devel/libsigrok/files/patch-src_hardware_fx2lafw_api.c Modified: head/devel/libsigrok/Makefile head/devel/libsigrok/distinfo head/devel/libsigrok/pkg-plist Modified: head/devel/libsigrok/Makefile ============================================================================== --- head/devel/libsigrok/Makefile Sat Nov 3 12:27:11 2018 (r483890) +++ head/devel/libsigrok/Makefile Sat Nov 3 12:34:51 2018 (r483891) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libsigrok -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ @@ -19,9 +18,9 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libvisa.so:devel/librevisa \ libzip.so:archivers/libzip +USES= gnome pathfix libtool pkgconfig + GNU_CONFIGURE= yes -USES= pathfix libtool pkgconfig -USE_GNOME= glib20 INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes Modified: head/devel/libsigrok/distinfo ============================================================================== --- head/devel/libsigrok/distinfo Sat Nov 3 12:27:11 2018 (r483890) +++ head/devel/libsigrok/distinfo Sat Nov 3 12:34:51 2018 (r483891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507555128 -SHA256 (libsigrok-0.5.0.tar.gz) = 4c8c86779b880a5c419f6c77a08b1147021e5a19fa83b0f3b19da27463c9f3a4 -SIZE (libsigrok-0.5.0.tar.gz) = 1560400 +TIMESTAMP = 1539542675 +SHA256 (libsigrok-0.5.1.tar.gz) = e40fde7af98d29e922e9d3cbe0a6c0569889153fc31e47b8b1afe4d846292b9c +SIZE (libsigrok-0.5.1.tar.gz) = 1664813 Modified: head/devel/libsigrok/pkg-plist ============================================================================== --- head/devel/libsigrok/pkg-plist Sat Nov 3 12:27:11 2018 (r483890) +++ head/devel/libsigrok/pkg-plist Sat Nov 3 12:34:51 2018 (r483891) @@ -6,13 +6,13 @@ include/libsigrokcxx/libsigrokcxx.hpp lib/libsigrok.a lib/libsigrok.so lib/libsigrok.so.4 -lib/libsigrok.so.4.0.0 +lib/libsigrok.so.4.1.0 lib/libsigrokcxx.a lib/libsigrokcxx.so lib/libsigrokcxx.so.4 -lib/libsigrokcxx.so.4.0.0 +lib/libsigrokcxx.so.4.1.0 libdata/pkgconfig/libsigrok.pc libdata/pkgconfig/libsigrokcxx.pc share/icons/hicolor/48x48/mimetypes/libsigrok.png share/icons/hicolor/scalable/mimetypes/libsigrok.svg -share/mime/application/vnd.sigrok.session.xml +share/mime/packages/vnd.sigrok.session.xml