Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 16:23:24 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400471 - in head: . audio audio/py-audiotools audio/py-fmoo-audiotools
Message-ID:  <201510291623.t9TGNO86057499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Oct 29 16:23:23 2015
New Revision: 400471
URL: https://svnweb.freebsd.org/changeset/ports/400471

Log:
  Rename audio/py-audiotools to match PyPI nomenclature
  
  Submitted by:	koobs

Added:
  head/audio/py-fmoo-audiotools/
     - copied from r400470, head/audio/py-audiotools/
Deleted:
  head/audio/py-audiotools/
Modified:
  head/MOVED
  head/audio/Makefile
  head/audio/py-fmoo-audiotools/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Oct 29 15:34:57 2015	(r400470)
+++ head/MOVED	Thu Oct 29 16:23:23 2015	(r400471)
@@ -7900,3 +7900,4 @@ www/twig||2015-10-25|Has expired: Upstre
 misc/ruby-progressbar|devel/rubygem-ruby-progressbar|2015-10-25|Has expired: Abandoned upstream, superseded by devel/rubygem-ruby-progressbar
 databases/py-mssql|databases/py-pymssql|2015-10-28|Broken with current FreeTDS
 net/py-medusa||2015-10-28|Abandoned upstream, last release was in 2005
+audio/py-audiotools|audio/py-fmoo-audiotools|2015-10-29|Rename to match PyPI nomenclature

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Oct 29 15:34:57 2015	(r400470)
+++ head/audio/Makefile	Thu Oct 29 16:23:23 2015	(r400471)
@@ -607,12 +607,12 @@
     SUBDIR += py-al
     SUBDIR += py-ao
     SUBDIR += py-apetag
-    SUBDIR += py-audiotools
     SUBDIR += py-cddb
     SUBDIR += py-discid
     SUBDIR += py-discogs-client
     SUBDIR += py-eyed3
     SUBDIR += py-fastaudio
+    SUBDIR += py-fmoo-audiotools
     SUBDIR += py-gmusicapi
     SUBDIR += py-id3
     SUBDIR += py-karaoke

Modified: head/audio/py-fmoo-audiotools/Makefile
==============================================================================
--- head/audio/py-audiotools/Makefile	Thu Oct 29 15:34:57 2015	(r400470)
+++ head/audio/py-fmoo-audiotools/Makefile	Thu Oct 29 16:23:23 2015	(r400471)
@@ -4,7 +4,7 @@ PORTNAME=	audiotools
 PORTVERSION=	3.0
 CATEGORIES=	audio python
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}fmoo-
 
 MAINTAINER=	ryu0@ymail.com
 COMMENT=	Collection of command line audio handling utilities



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510291623.t9TGNO86057499>