From owner-svn-ports-all@freebsd.org Sun Jan 28 21:50:26 2018 Return-Path: Delivered-To: svn-ports-all@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 89DAEEE140C; Sun, 28 Jan 2018 21:50:26 +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 383F270363; Sun, 28 Jan 2018 21:50:26 +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 2EEA61F423; Sun, 28 Jan 2018 21:50:26 +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 w0SLoQ1m060107; Sun, 28 Jan 2018 21:50:26 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0SLoPjG060105; Sun, 28 Jan 2018 21:50:25 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201801282150.w0SLoPjG060105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 28 Jan 2018 21:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460231 - head/science/sigrok-firmware-fx2lafw X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: head/science/sigrok-firmware-fx2lafw X-SVN-Commit-Revision: 460231 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.25 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, 28 Jan 2018 21:50:26 -0000 Author: bsam Date: Sun Jan 28 21:50:25 2018 New Revision: 460231 URL: https://svnweb.freebsd.org/changeset/ports/460231 Log: science/sigrok-firmware-fx2lafw: Update to version 0.1.6. Changes: 0.1.6 (2018-01-26) --------------------------- * Fix an issue with FX2 based logic analyzers that could cause non-working and/or prematurely aborted acquisitions (bug #655). * FX2 based logic analyzers will now toggle pin PA1 during acquisition, and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices there's a LED connected to PA1. Thus, those devices will visually indicate whether a firmware has been uploaded (LED will light up and stay like that while the device is idle). During any acquisition the LED will blink. * Refactor the oscilloscope code to avoid duplication (bug #984). * Fix a 'make distclean' error. * Fix a compiler warning with recent sdcc versions (e.g. v3.6.9). Modified: head/science/sigrok-firmware-fx2lafw/Makefile head/science/sigrok-firmware-fx2lafw/distinfo Modified: head/science/sigrok-firmware-fx2lafw/Makefile ============================================================================== --- head/science/sigrok-firmware-fx2lafw/Makefile Sun Jan 28 20:29:16 2018 (r460230) +++ head/science/sigrok-firmware-fx2lafw/Makefile Sun Jan 28 21:50:25 2018 (r460231) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firmware -PORTVERSION= 0.1.5 +PORTVERSION= 0.1.6 CATEGORIES= science MASTER_SITES= http://sigrok.org/download/binary/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMEPREFIX= sigrok- @@ -20,10 +20,14 @@ FW_FILES= fx2lafw-braintechnology-usb-lps.fw \ fx2lafw-cwav-usbeeax.fw \ fx2lafw-cwav-usbeedx.fw \ fx2lafw-cwav-usbeesx.fw \ + fx2lafw-cwav-usbeezx.fw \ fx2lafw-cypress-fx2.fw \ + fx2lafw-hantek-6022be.fw \ + fx2lafw-hantek-6022bl.fw \ + fx2lafw-sainsmart-dds120.fw \ fx2lafw-saleae-logic.fw \ - fx2lafw-sigrok-fx2-8ch.fw \ - fx2lafw-sigrok-fx2-16ch.fw + fx2lafw-sigrok-fx2-16ch.fw \ + fx2lafw-sigrok-fx2-8ch.fw PORTDOCS= README NEWS PLIST_FILES= ${FW_FILES:S,^,share/sigrok-firmware/,} Modified: head/science/sigrok-firmware-fx2lafw/distinfo ============================================================================== --- head/science/sigrok-firmware-fx2lafw/distinfo Sun Jan 28 20:29:16 2018 (r460230) +++ head/science/sigrok-firmware-fx2lafw/distinfo Sun Jan 28 21:50:25 2018 (r460231) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507721564 -SHA256 (sigrok-firmware-fx2lafw-bin-0.1.5.tar.gz) = a81b358a042595b95af239db6cada32734ce14dfb784d4c6b95ee09985cd66b8 -SIZE (sigrok-firmware-fx2lafw-bin-0.1.5.tar.gz) = 51438 +TIMESTAMP = 1517174591 +SHA256 (sigrok-firmware-fx2lafw-bin-0.1.6.tar.gz) = 5c134fa93d5f71606f0c909dcf1c10aba9bb55546d1cf012086b127871474d93 +SIZE (sigrok-firmware-fx2lafw-bin-0.1.6.tar.gz) = 52195