svn commit: r448438 - in head: . audio audio/py-jack audio/py-py-jack

Richard Gallamore ultima at FreeBSD.org
Sun Aug 20 18:33:17 UTC 2017


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 at 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 at rawbw.com
-COMMENT=	PyJack is a Python bindings for the Jack Audio Server
+COMMENT=	Python bindings for the Jack Audio Server
 
 LICENSE=	GPLv2
 


More information about the svn-ports-all mailing list