From owner-svn-ports-head@freebsd.org Thu Feb 25 23:44:26 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD24354D46B; Thu, 25 Feb 2021 23:44:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DmqBf5zJ8z3wRC; Thu, 25 Feb 2021 23:44:26 +0000 (UTC) (envelope-from yuri@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 C02B620B06; Thu, 25 Feb 2021 23:44:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11PNiQ4c068373; Thu, 25 Feb 2021 23:44:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11PNiQAr068371; Thu, 25 Feb 2021 23:44:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102252344.11PNiQAr068371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 25 Feb 2021 23:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566571 - head/audio/py-music21 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/py-music21 X-SVN-Commit-Revision: 566571 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.34 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: Thu, 25 Feb 2021 23:44:26 -0000 Author: yuri Date: Thu Feb 25 23:44:26 2021 New Revision: 566571 URL: https://svnweb.freebsd.org/changeset/ports/566571 Log: audio/py-music21: Update 6.7.0 -> 6.7.1 Reported by: portscout Modified: head/audio/py-music21/Makefile head/audio/py-music21/distinfo Modified: head/audio/py-music21/Makefile ============================================================================== --- head/audio/py-music21/Makefile Thu Feb 25 23:43:32 2021 (r566570) +++ head/audio/py-music21/Makefile Thu Feb 25 23:44:26 2021 (r566571) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= music21 -DISTVERSION= 6.7.0 +DISTVERSION= 6.7.1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,11 +20,21 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webcolors>0:graphics/py-webcolors@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}webcolors>0:graphics/py-webcolors@${PY_FLAVOR} \ + lilypond:print/lilypond \ + mscore:audio/musescore \ + xdg-open:devel/xdg-utils USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e " \ + s|/usr/bin/lilypond|${LOCALBASE}/bin/lilypond|; \ + s|/usr/bin/mscore3|${LOCALBASE}/bin/mscore|; \ + s|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|" \ + ${WRKSRC}/music21/environment.py .include Modified: head/audio/py-music21/distinfo ============================================================================== --- head/audio/py-music21/distinfo Thu Feb 25 23:43:32 2021 (r566570) +++ head/audio/py-music21/distinfo Thu Feb 25 23:44:26 2021 (r566571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613364855 -SHA256 (music21-6.7.0.tar.gz) = dcbc4321438c6ddbfb99b63aefd434a86d0d1fa632cfb92b001606ea6c91b8f9 -SIZE (music21-6.7.0.tar.gz) = 19245768 +TIMESTAMP = 1614289651 +SHA256 (music21-6.7.1.tar.gz) = f199534713a6e5cd70a6e89d5ffbe78d5fd1086753d5092efe32681d2ab7a13a +SIZE (music21-6.7.1.tar.gz) = 19247287