From owner-svn-ports-head@freebsd.org Sat Apr 15 13:48:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D886ED3E555; Sat, 15 Apr 2017 13:48:21 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A22AC16CC; Sat, 15 Apr 2017 13:48:21 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-io0-x22d.google.com with SMTP id a103so125927393ioj.1; Sat, 15 Apr 2017 06:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=5xLwKg5oy0uJf1RZy7KIYcgn2fP5IG02aGiUUTb6WqE=; b=ExTljET9Ic3nWUIp9n4UReIvTkCCLz3IhB0AC6QHzdW4Thg2FWZ/0/zJRuG2YjDgHR X2Xt72kFp+UMpHqSG430dXbG1dyQRheE8cHlwDH1RGBtPylRQ+RBk46a2Gz12podzXDI c1LZ/K0IfHvHrlYGYKWfsy1GUDIXT+S+BpUVWZwB7J6PRU/wcLI5bNytRcCMJej7pkp0 qtku1ZIxZGYmUo7XwyWD4ABWjRjibupqNM8kN9f4QUvFr+6bNGRn+LYNz9fnUtvcHUpu geOfhVcKoRWb5Iw90AdM+O0XzxbM6r+O9kHqH0LrAOcFmk393epZnu0ubLhQp8FkH1Tg ak7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=5xLwKg5oy0uJf1RZy7KIYcgn2fP5IG02aGiUUTb6WqE=; b=qoX4P3nQd2CEzf+OiDBXTKsE/W7L7xXIAZ0Lq/FOSXz98TSeevgirza2wC/GuvmwR6 keUATw3k20+NWPBas/S+5lwzSSPuasW+pMaM0lICGlftAZtaEBFaJMrsXA/e+CMmn0Pk NKGS4qpAmkCyWjdIW86k5lYs3BOhIQDkMehMzrGhHogaCRwgdU/Wv/oEL99pskw6mI0i OG14IwCxdPwFDRd2wzfOdYzkv40l7toOjD2NN4kLppl4TW3m90CMtUoyZdG1b3Al03/C 056hBDQomsD5aPT9dQCntjsxsq242XpXguV+cZZyyvjUr9wEW19Zl0QUrfiEBZEi+Su7 xXeg== X-Gm-Message-State: AN3rC/6q6oBBfOD3Tk8m/KzZN3YalRegxHOuHGaf6T8s4GGRk+GvUTHt HYQRqw0XoFHwuMNDOkab7+PNj4N2KzR3tqs= X-Received: by 10.107.129.195 with SMTP id l64mr1939209ioi.194.1492264100545; Sat, 15 Apr 2017 06:48:20 -0700 (PDT) MIME-Version: 1.0 Sender: thomas.e.zander@googlemail.com Received: by 10.107.128.10 with HTTP; Sat, 15 Apr 2017 06:48:20 -0700 (PDT) In-Reply-To: <20170415131653.GC97090@FreeBSD.org> References: <201704141603.v3EG3mh8009297@repo.freebsd.org> <20170415131653.GC97090@FreeBSD.org> From: Thomas Zander Date: Sat, 15 Apr 2017 15:48:20 +0200 X-Google-Sender-Auth: 8Tj-1gg3_0haHLrSolMdIugVafo Message-ID: Subject: Re: svn commit: r438525 - in head/audio/py-pyaudio: . files To: Alexey Dokuchaev Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 15 Apr 2017 13:48:21 -0000 On 15 April 2017 at 15:16, Alexey Dokuchaev wrote: > On Fri, Apr 14, 2017 at 04:03:48PM +0000, Thomas Zander wrote: >> LIB_DEPENDS= libportaudio.so:audio/portaudio >> +BUILD_DEPENDS= sphinx-build:textproc/py-sphinx > > This wasn't mentioned in the commit log, does it mean that docs are not > coming pre-built now? Yes, exactly. I could have mentioned this in the commit log, you are right. > If these docs are more of developer's interest, could it be disabled or > made optional? `textproc/py-sphinx' pulls tons of shit behind, and I > have to push it down in every port that wants it by default, it's very > annoying. Certainly this is possible. So far, maintainer chose to have include the docs unconditionally, but if you propose a patch to him ... >> @@ -1,2 +1,3 @@ >> -SHA256 (PyAudio-0.2.9.tar.gz) = bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 >> -SIZE (PyAudio-0.2.9.tar.gz) = 289499 >> +TIMESTAMP = 1490086382 >> +SHA256 (PyAudio-0.2.11.tar.gz) = 93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74 >> +SIZE (PyAudio-0.2.11.tar.gz) = 37428 > > Hmm, size difference does not look too promising. :( Well, this is the correct tarball, have a look: https://pypi.python.org/pypi/PyAudio Did you encounter problems when using it? Best regards Riggs