From owner-svn-ports-head@freebsd.org Wed Feb 14 14:17:53 2018 Return-Path: Delivered-To: svn-ports-head@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 66D5BF0229B; Wed, 14 Feb 2018 14:17:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 189A17A0FA; Wed, 14 Feb 2018 14:17:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED99910E29; Wed, 14 Feb 2018 14:17:52 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1EEHqVX019581; Wed, 14 Feb 2018 14:17:52 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1EEHqMU019577; Wed, 14 Feb 2018 14:17:52 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802141417.w1EEHqMU019577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Wed, 14 Feb 2018 14:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461807 - in head/audio: aubio py-aubio X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/audio: aubio py-aubio X-SVN-Commit-Revision: 461807 X-SVN-Commit-Repository: ports 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.25 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, 14 Feb 2018 14:17:53 -0000 Author: jhale Date: Wed Feb 14 14:17:52 2018 New Revision: 461807 URL: https://svnweb.freebsd.org/changeset/ports/461807 Log: Update to 0.4.6 Changes: https://aubio.org/pub/aubio-0.4.6.changelog Modified: head/audio/aubio/Makefile head/audio/aubio/distinfo head/audio/aubio/pkg-plist head/audio/py-aubio/Makefile Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/Makefile Wed Feb 14 14:17:52 2018 (r461807) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= aubio -PORTVERSION= 0.4.5 -PORTREVISION?= 2 +PORTVERSION= 0.4.6 +PORTREVISION?= 0 CATEGORIES?= audio MASTER_SITES= http://aubio.org/pub/ Modified: head/audio/aubio/distinfo ============================================================================== --- head/audio/aubio/distinfo Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/distinfo Wed Feb 14 14:17:52 2018 (r461807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492480690 -SHA256 (aubio-0.4.5.tar.bz2) = 70c2804e6f4fbf0ebc0fb9ac8cc9d465ef4a4d438311c074c9a7364e98827af6 -SIZE (aubio-0.4.5.tar.bz2) = 350615 +TIMESTAMP = 1517043034 +SHA256 (aubio-0.4.6.tar.bz2) = bdc73be1f007218d3ea6d2a503b38a217815a0e2ccc4ed441f6e850ed5d47cfb +SIZE (aubio-0.4.6.tar.bz2) = 363016 Modified: head/audio/aubio/pkg-plist ============================================================================== --- head/audio/aubio/pkg-plist Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/aubio/pkg-plist Wed Feb 14 14:17:52 2018 (r461807) @@ -31,6 +31,7 @@ include/aubio/pitch/pitchmcomb.h include/aubio/pitch/pitchschmitt.h include/aubio/pitch/pitchspecacf.h include/aubio/pitch/pitchyin.h +include/aubio/pitch/pitchyinfast.h include/aubio/pitch/pitchyinfft.h include/aubio/spectral/awhitening.h include/aubio/spectral/fft.h @@ -58,7 +59,7 @@ include/aubio/vecutils.h lib/libaubio.a lib/libaubio.so lib/libaubio.so.5 -lib/libaubio.so.5.2.6 +lib/libaubio.so.5.3.7 libdata/pkgconfig/aubio.pc man/man1/aubio.1.gz man/man1/aubiocut.1.gz Modified: head/audio/py-aubio/Makefile ============================================================================== --- head/audio/py-aubio/Makefile Wed Feb 14 14:09:21 2018 (r461806) +++ head/audio/py-aubio/Makefile Wed Feb 14 14:17:52 2018 (r461807) @@ -16,8 +16,6 @@ TEST_DEPENDS= sox:audio/sox \ USES+= python USE_PYTHON= autoplist distutils -CPPFLAGS+= -I${PYTHON_SITELIBDIR}/numpy/core/include - TEST_ENV= ${MAKE_ENV} PYTHONPATH=${WRKSRC}/`ls -rtd build/lib.* | head -1` TEST_TARGET= test DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP}