From owner-svn-ports-all@freebsd.org Thu Aug 13 19:37:33 2020 Return-Path: Delivered-To: svn-ports-all@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 B27A13AAD0D; Thu, 13 Aug 2020 19:37:33 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSH0F4J5yz3V4w; Thu, 13 Aug 2020 19:37:33 +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 5873222370; Thu, 13 Aug 2020 19:37:33 +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 07DJbX5f025677; Thu, 13 Aug 2020 19:37:33 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07DJbW2C025673; Thu, 13 Aug 2020 19:37:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008131937.07DJbW2C025673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 13 Aug 2020 19:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544834 - in head: . audio audio/py-hsaudiotag audio/py-hsaudiotag3k X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . audio audio/py-hsaudiotag audio/py-hsaudiotag3k X-SVN-Commit-Revision: 544834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2020 19:37:33 -0000 Author: yuri Date: Thu Aug 13 19:37:32 2020 New Revision: 544834 URL: https://svnweb.freebsd.org/changeset/ports/544834 Log: audio/py-hsaudiotag: Replace with a python3-compatible version audio/py-hsaudiotag3k Added: head/audio/py-hsaudiotag3k/ - copied from r544833, head/audio/py-hsaudiotag/ Deleted: head/audio/py-hsaudiotag/ Modified: head/MOVED head/audio/Makefile head/audio/py-hsaudiotag3k/Makefile head/audio/py-hsaudiotag3k/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Thu Aug 13 19:28:47 2020 (r544833) +++ head/MOVED Thu Aug 13 19:37:32 2020 (r544834) @@ -15173,3 +15173,4 @@ www/mod_log_sql2|www/mod_log_sql|2020-08-06|Remove Apa editors/nvi2-ports|editors/nvi2|2020-07-26|Rename to editors/nvi2 net/kblog||2020-08-13|No longer shipped www/html|www/html3|2020-08-13|python3-compatible version is named html3 +audio/py-hsaudiotag|audio/py-hsaudiotag3k|2020-08-13|python3-compatible version is named hsaudiotag3k Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Aug 13 19:28:47 2020 (r544833) +++ head/audio/Makefile Thu Aug 13 19:37:32 2020 (r544834) @@ -661,7 +661,7 @@ SUBDIR += py-gmusicapi SUBDIR += py-gmusicproxy SUBDIR += py-gtts - SUBDIR += py-hsaudiotag + SUBDIR += py-hsaudiotag3k SUBDIR += py-karaoke SUBDIR += py-mpd SUBDIR += py-music21 Modified: head/audio/py-hsaudiotag3k/Makefile ============================================================================== --- head/audio/py-hsaudiotag/Makefile Thu Aug 13 19:28:47 2020 (r544833) +++ head/audio/py-hsaudiotag3k/Makefile Thu Aug 13 19:37:32 2020 (r544834) @@ -1,9 +1,8 @@ # Created by: Yuri Victorovich # $FreeBSD$ -PORTNAME= hsaudiotag -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTNAME= hsaudiotag3k +DISTVERSION= 1.1.3.post1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,9 @@ COMMENT= Read metdata (tags) of mp3, mp4, wma, ogg, fl LICENSE= BSD3CLAUSE -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - -USES= python:2.7 +USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include Modified: head/audio/py-hsaudiotag3k/distinfo ============================================================================== --- head/audio/py-hsaudiotag/distinfo Thu Aug 13 19:28:47 2020 (r544833) +++ head/audio/py-hsaudiotag3k/distinfo Thu Aug 13 19:37:32 2020 (r544834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479091794 -SHA256 (hsaudiotag-1.1.1.tar.gz) = 48b57c6a00b0ed2bb906850ac42390740ff5b83a222c09a2d3dea28b44a80f96 -SIZE (hsaudiotag-1.1.1.tar.gz) = 16409 +TIMESTAMP = 1597347085 +SHA256 (hsaudiotag3k-1.1.3.post1.tar.gz) = ef60e9210d4727e82f0095a686cb07b676d055918f0c59c5bfa8598da03e59d1 +SIZE (hsaudiotag3k-1.1.3.post1.tar.gz) = 17808