From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 08:58:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C0A2CD6; Sat, 26 Apr 2014 08:58:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6868F14D3; Sat, 26 Apr 2014 08:58:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3Q8wa8F040096; Sat, 26 Apr 2014 08:58:36 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3Q8waIa040094; Sat, 26 Apr 2014 08:58:36 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201404260858.s3Q8waIa040094@svn.freebsd.org> From: Koop Mast Date: Sat, 26 Apr 2014 08:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352233 - head/audio/midipp X-SVN-Group: ports-head 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.17 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: Sat, 26 Apr 2014 08:58:36 -0000 Author: kwm Date: Sat Apr 26 08:58:35 2014 New Revision: 352233 URL: http://svnweb.freebsd.org/changeset/ports/352233 QAT: https://qat.redports.org/buildarchive/r352233/ Log: Update to 1.2.10. - Fixed loading and saving MIDI beat and song events - Fixed double click delay on play button - Fixed double click function in editor views - Implemented PianoTab for playing via the GUI - Minor GUI rework Submitted by: maintainer Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Sat Apr 26 08:55:40 2014 (r352232) +++ head/audio/midipp/Makefile Sat Apr 26 08:58:35 2014 (r352233) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.10 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -12,11 +12,10 @@ COMMENT= MIDI playback, recording, and l LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.0.11:${PORTSDIR}/audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.12:${PORTSDIR}/audio/libumidi LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= gui moc_build rcc_build network .include Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Sat Apr 26 08:55:40 2014 (r352232) +++ head/audio/midipp/distinfo Sat Apr 26 08:58:35 2014 (r352233) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.6.tar.bz2) = 99fa6cd63baaf65fab5bb873d3036d6723019e56769224b4ffebbdc806b0b80d -SIZE (midipp-1.2.6.tar.bz2) = 89701 +SHA256 (midipp-1.2.10.tar.bz2) = 4dd99884f19ed1de8d4881a1a6e2464c713e92b0e758f7f9ae42160270dfca13 +SIZE (midipp-1.2.10.tar.bz2) = 91366