From owner-svn-ports-all@freebsd.org Sun Dec 22 14:59:12 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 1E9F81D52AF; Sun, 22 Dec 2019 14:59:12 +0000 (UTC) (envelope-from fox@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 47glxW6f2Wz4TK4; Sun, 22 Dec 2019 14:59:11 +0000 (UTC) (envelope-from fox@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 DF5F711DD; Sun, 22 Dec 2019 14:59:11 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBMExBgx070341; Sun, 22 Dec 2019 14:59:11 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBMExBig070340; Sun, 22 Dec 2019 14:59:11 GMT (envelope-from fox@FreeBSD.org) Message-Id: <201912221459.xBMExBig070340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Sun, 22 Dec 2019 14:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520634 - head/audio/fasttracker2 X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: head/audio/fasttracker2 X-SVN-Commit-Revision: 520634 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, 22 Dec 2019 14:59:12 -0000 Author: fox Date: Sun Dec 22 14:59:11 2019 New Revision: 520634 URL: https://svnweb.freebsd.org/changeset/ports/520634 Log: audio/fasttracker2: Update to v1.04 - MASTER_SITES has been updated to Github since the author has moved to the source there. Changes since v1.03: v1.04 - 17.12.2019 - Fixed rare crash (or strange behaviors) when changing pattern and/or pattern length while the song is playing. - Properly restore channel mute flags when loading a new song (fixes mute bugs) - Fixed a few bugs with different pattern buttons (Ins./Del., Ln. up/down etc) - Config: "Hardware mouse" was changed to "Software mouse" (and "Software mouse" is now disabled in the default config). - Added a routine to create scaled FT2 mouse cursors for software mouse mode, though the "busy mouse" will stand still and not animate. Hopefully the new default "hardware mouse" mode will satisfy some people! - MacOS: Pass NDEBUG to clang preprocessor defines, to prevent debug code from being compiled in release mode (performance increase). - MacOS/Linux: make scripts had Windows linefeeds and would thus break! * Note: I highly recommend that you go to "Config -> Layout" and disable "Software mouse"! This will make the mouse way less laggy. However, it will still be one frame delayed internally unless you disable VSync. Approved by: ehaupt (maintainer) Modified: head/audio/fasttracker2/Makefile head/audio/fasttracker2/distinfo Modified: head/audio/fasttracker2/Makefile ============================================================================== --- head/audio/fasttracker2/Makefile Sun Dec 22 14:58:37 2019 (r520633) +++ head/audio/fasttracker2/Makefile Sun Dec 22 14:59:11 2019 (r520634) @@ -3,11 +3,9 @@ PORTNAME= fasttracker2 DISTVERSIONPREFIX= v -DISTVERSION= 1.03 +DISTVERSION= 1.04 CATEGORIES= audio -MASTER_SITES= https://16-bits.org/ \ - LOCAL/ehaupt -DISTNAME= ft2-clone-${DISTVERSIONPREFIX}${PORTVERSION}-code +DISTNAME= ft2-clone MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fasttracker II clone @@ -18,10 +16,12 @@ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/LICENSE.txt LICENSE_FILE_CC-BY-NC-SA-4.0= ${WRKSRC}/src/gfxdata/bmp/LICENSE.txt -USES= cmake compiler dos2unix iconv:wchar_t localbase:ldflags sdl zip +USES= cmake compiler dos2unix iconv:wchar_t localbase:ldflags sdl USE_SDL= sdl2 -WRKSRC= ${WRKDIR}/ft2-clone-code +USE_GITHUB= yes +GH_ACCOUNT= 8bitbubsy +GH_PROJECT= ft2-clone DESKTOP_ENTRIES="FastTracker II" \ "${COMMENT}" \ Modified: head/audio/fasttracker2/distinfo ============================================================================== --- head/audio/fasttracker2/distinfo Sun Dec 22 14:58:37 2019 (r520633) +++ head/audio/fasttracker2/distinfo Sun Dec 22 14:59:11 2019 (r520634) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575009031 -SHA256 (ft2-clone-v1.03-code.zip) = efb92b185efc7275cfdf4e6fb4fcf8f9bba4b244fcea2c2b727cd209cb368a00 -SIZE (ft2-clone-v1.03-code.zip) = 4506392 +TIMESTAMP = 1576839582 +SHA256 (8bitbubsy-ft2-clone-v1.04_GH0.tar.gz) = 8663ec02ae7e2a30387fa183b341d8494b2239281eea4e220106763d6621d38c +SIZE (8bitbubsy-ft2-clone-v1.04_GH0.tar.gz) = 4374835