From owner-svn-ports-head@FreeBSD.ORG Wed May 6 14:18:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA1E8B49; Wed, 6 May 2015 14:18:34 +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 B84CB1C5A; Wed, 6 May 2015 14:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46EIYfn021698; Wed, 6 May 2015 14:18:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46EIY7U021696; Wed, 6 May 2015 14:18:34 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201505061418.t46EIY7U021696@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 6 May 2015 14:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385518 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 06 May 2015 14:18:34 -0000 Author: kwm Date: Wed May 6 14:18:33 2015 New Revision: 385518 URL: https://svnweb.freebsd.org/changeset/ports/385518 Log: Update midipp to 1.2.17. - Added support for RePlay tab. - Added support for Metronome. - Fixed bug parsing all uppercased lyrics - Added detection of label marks in lyrics - Reworked show tab and its animations Submitted by: maintainer Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Wed May 6 13:53:24 2015 (r385517) +++ head/audio/midipp/Makefile Wed May 6 14:18:33 2015 (r385518) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.15 +PORTVERSION= 1.2.17 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Wed May 6 13:53:24 2015 (r385517) +++ head/audio/midipp/distinfo Wed May 6 14:18:33 2015 (r385518) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.15.tar.bz2) = b10a31f7512dfafbcae7cb48a269ced3bf8518f97f2f84602cd414936d64b30f -SIZE (midipp-1.2.15.tar.bz2) = 98484 +SHA256 (midipp-1.2.17.tar.bz2) = 80642405a850a7505a73e00a5c7290187253176d5e4791a447958740e2ce3926 +SIZE (midipp-1.2.17.tar.bz2) = 101664