From owner-freebsd-ports@freebsd.org Tue Jul 24 09:39:25 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1069A10463E1 for ; Tue, 24 Jul 2018 09:39:25 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 92E9D873B5 for ; Tue, 24 Jul 2018 09:39:24 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 005D12605D5 for ; Tue, 24 Jul 2018 11:39:22 +0200 (CEST) To: FreeBSD Ports From: Hans Petter Selasky Subject: Request for commit approval : jack_umidi Message-ID: <89be83f1-6871-0420-964a-703448af5d00@selasky.org> Date: Tue, 24 Jul 2018 11:39:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------117263F79F5B8323004E12FA" Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 09:39:25 -0000 This is a multi-part message in MIME format. --------------117263F79F5B8323004E12FA Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Update jack_umidi to version 1.0.9 Fix for long device names. Approved by: --HPS --------------117263F79F5B8323004E12FA Content-Type: text/x-patch; name="jack_umidi.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jack_umidi.diff" Index: Makefile =================================================================== --- Makefile (revision 475235) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jack_umidi -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ Index: distinfo =================================================================== --- distinfo (revision 475235) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (jack_umidi-1.0.8.tar.bz2) = 50c67696a43acf2c1d1ad1dcd06ceb484b18ad9867c5b1eb1850fa15aa617036 -SIZE (jack_umidi-1.0.8.tar.bz2) = 6811 +TIMESTAMP = 1532424996 +SHA256 (jack_umidi-1.0.9.tar.bz2) = d15db3ad35f8469ca14d839d938300d0cd2d5f730946e9b162b13c80d4f57984 +SIZE (jack_umidi-1.0.9.tar.bz2) = 6814 --------------117263F79F5B8323004E12FA--