From owner-svn-ports-head@freebsd.org Thu Oct 29 16:23:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0A40A21A44; Thu, 29 Oct 2015 16:23:25 +0000 (UTC) (envelope-from pawel@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 mx1.freebsd.org (Postfix) with ESMTPS id 5AFF51AA9; Thu, 29 Oct 2015 16:23:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9TGNOYO057503; Thu, 29 Oct 2015 16:23:24 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9TGNO86057499; Thu, 29 Oct 2015 16:23:24 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510291623.t9TGNO86057499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 29 Oct 2015 16:23:24 +0000 (UTC) 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 X-SVN-Group: ports-head 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.20 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, 29 Oct 2015 16:23:25 -0000 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