From owner-svn-ports-all@FreeBSD.ORG Thu Sep 25 19:48:35 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 C969430D; Thu, 25 Sep 2014 19:48:35 +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 B4C006C9; Thu, 25 Sep 2014 19:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PJmZ40059102; Thu, 25 Sep 2014 19:48:35 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PJmZ0r059100; Thu, 25 Sep 2014 19:48:35 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201409251948.s8PJmZ0r059100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 25 Sep 2014 19:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369288 - 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.18-1 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: Thu, 25 Sep 2014 19:48:35 -0000 Author: kwm Date: Thu Sep 25 19:48:34 2014 New Revision: 369288 URL: http://svnweb.freebsd.org/changeset/ports/369288 QAT: https://qat.redports.org/buildarchive/r369288/ Log: Update to 1.2.12. Some minor compile fixes. Change MIDI start channel from zero to one. Update GUI a bit. Submitted by: maintainer Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Thu Sep 25 19:47:44 2014 (r369287) +++ head/audio/midipp/Makefile Thu Sep 25 19:48:34 2014 (r369288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.12 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 Thu Sep 25 19:47:44 2014 (r369287) +++ head/audio/midipp/distinfo Thu Sep 25 19:48:34 2014 (r369288) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.11.tar.bz2) = 8c62dc9a43f75f4c4fd0b15c3cf6ab45049d732f460ca0158b2193f0f62ae411 -SIZE (midipp-1.2.11.tar.bz2) = 111969 +SHA256 (midipp-1.2.12.tar.bz2) = ab65d5b0a122dfb6ec2d1e4b1a4fedaad2a18fc475ec44e12f8bf79146071249 +SIZE (midipp-1.2.12.tar.bz2) = 96287