Received: by mail.netbsd.org (Postfix, from userid 605) id 9FAE184DD9; Sat, 4 Apr 2020 16:30:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24D9784D5E for ; Sat, 4 Apr 2020 16:30:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vOKNPXVvS845 for ; Sat, 4 Apr 2020 16:30:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86DD684D22 for ; Sat, 4 Apr 2020 16:30:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A9BCFB27; Sat, 4 Apr 2020 16:30:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586017843151900" MIME-Version: 1.0 Date: Sat, 4 Apr 2020 16:30:43 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/audio/fasttracker2 To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20200404163043.7A9BCFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586017843151900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Sat Apr 4 16:30:43 UTC 2020 Modified Files: pkgsrc/audio/fasttracker2: Makefile distinfo Log Message: audio/fasttracker2: Updates to v1.17 Changes since v1.14: v1.17 - 03.04.2020 - Fixed some bugs with sample data marking/hand-drawing and sample loop pin dragging, which appeared in v1.16. v1.16 - 02.04.2020 - The mouse system has been rewritten so that we don't need to do mouse capturing while interacting with GUI widgets, which could be buggy sometimes. - The different Disk Op. item paths (mod./instr./smp./pat./trk.) now behave exactly like real FT2. I.e. if they haven't been initialized before, they will be set to the current working directory. - Scrollbar thumbs are now limited to minimum 9 pixels in length/height, to prevent them from being difficult to click on. v1.15 - 31.03.2020 - More improvements to S3M loader. Fixes "satellite one.s3m" and other S3Ms. - Up/down pushbutton delay has been increased even more, to prevent accidentally skipping too much. - Some other small miscellaneous changes not worth of a mention To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/fasttracker2/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/fasttracker2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586017843151900 Content-Disposition: inline Content-Length: 1772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/fasttracker2/Makefile diff -u pkgsrc/audio/fasttracker2/Makefile:1.59 pkgsrc/audio/fasttracker2/Makefile:1.60 --- pkgsrc/audio/fasttracker2/Makefile:1.59 Mon Mar 23 12:25:01 2020 +++ pkgsrc/audio/fasttracker2/Makefile Sat Apr 4 16:30:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2020/03/23 12:25:01 fox Exp $ +# $NetBSD: Makefile,v 1.60 2020/04/04 16:30:43 fox Exp $ -DISTNAME= fasttracker2-1.14 +DISTNAME= fasttracker2-1.17 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=8bitbubsy/} GITHUB_PROJECT= ft2-clone Index: pkgsrc/audio/fasttracker2/distinfo diff -u pkgsrc/audio/fasttracker2/distinfo:1.55 pkgsrc/audio/fasttracker2/distinfo:1.56 --- pkgsrc/audio/fasttracker2/distinfo:1.55 Mon Mar 23 12:25:01 2020 +++ pkgsrc/audio/fasttracker2/distinfo Sat Apr 4 16:30:43 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.55 2020/03/23 12:25:01 fox Exp $ +$NetBSD: distinfo,v 1.56 2020/04/04 16:30:43 fox Exp $ -SHA1 (fasttracker2-1.14.tar.gz) = 0d478de110987251a51b82b22c438521ee87dc40 -RMD160 (fasttracker2-1.14.tar.gz) = cedb6e6f005c931c9acea5206bdcd9aac478fc93 -SHA512 (fasttracker2-1.14.tar.gz) = e6aee045386dfb4474e1e39d1ca5acaa13e87fd978d818df605bef114365e75b918ec4214225c779e1f8d33fd1e8e6ccd389524af75d1b5f835d1683a130a91e -Size (fasttracker2-1.14.tar.gz) = 4444539 bytes +SHA1 (fasttracker2-1.17.tar.gz) = 81765180821b199ca755bc8801fb1d7fbab03f89 +RMD160 (fasttracker2-1.17.tar.gz) = a53337903fbe1e3a82006fdda87e5c710df68bda +SHA512 (fasttracker2-1.17.tar.gz) = cb33dc1e434fd49c650afeb11019828ce17bd40653fbce52a839ebc7569679ec5d8e7b34560ccae3665fe809c3f6593a40e73535d1f06c548f8575a213f273e4 +Size (fasttracker2-1.17.tar.gz) = 4441240 bytes SHA1 (patch-CMakeLists.txt) = 81ce61e4c61dbf056366c05f80286f9cb731fb7e --_----------=_1586017843151900--