Date: Sun, 20 Aug 2017 18:33:15 +0000 (UTC) From: Richard Gallamore <ultima@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448438 - in head: . audio audio/py-jack audio/py-py-jack Message-ID: <201708201833.v7KIXFov054872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ultima Date: Sun Aug 20 18:33:15 2017 New Revision: 448438 URL: https://svnweb.freebsd.org/changeset/ports/448438 Log: Renamed to py-py-jack to match PyPI package name PR: 220990 Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12079 Added: head/audio/py-py-jack/ - copied from r448437, head/audio/py-jack/ Deleted: head/audio/py-jack/ Modified: head/MOVED head/audio/Makefile head/audio/py-py-jack/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 20 18:30:17 2017 (r448437) +++ head/MOVED Sun Aug 20 18:33:15 2017 (r448438) @@ -9502,3 +9502,4 @@ devel/hs-syb-with-class-instances-text||2017-08-08|Ups textproc/hs-citeproc-hs||2017-08-08|Upstream is unmaintained, use pandoc-citeproc instead sysutils/chvt||2017-08-10|Functionality available in base, using vidcontrol(1) graphics/rawtherapee-devel|graphics/rawtherapee|2017-08-12|Removed test release in favor of the newer stable release +audio/py-jack|audio/py-py-jack|2017-08-20|Renamed to py-py-jack to match PyPI package name. Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Aug 20 18:30:17 2017 (r448437) +++ head/audio/Makefile Sun Aug 20 18:33:15 2017 (r448438) @@ -648,7 +648,6 @@ SUBDIR += py-gmusicproxy SUBDIR += py-hsaudiotag SUBDIR += py-id3 - SUBDIR += py-jack SUBDIR += py-karaoke SUBDIR += py-mad SUBDIR += py-mpd @@ -658,6 +657,7 @@ SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal + SUBDIR += py-py-jack SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-pylast Modified: head/audio/py-py-jack/Makefile ============================================================================== --- head/audio/py-jack/Makefile Sun Aug 20 18:30:17 2017 (r448437) +++ head/audio/py-py-jack/Makefile Sun Aug 20 18:33:15 2017 (r448438) @@ -1,15 +1,14 @@ # Created by: Yuri Victorovich <yuri@rawbw.com> # $FreeBSD$ -PORTNAME= jack +PORTNAME= py-jack PORTVERSION= 0.5.2 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= yuri@rawbw.com -COMMENT= PyJack is a Python bindings for the Jack Audio Server +COMMENT= Python bindings for the Jack Audio Server LICENSE= GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708201833.v7KIXFov054872>