Date: Thu, 13 Aug 2020 19:37:32 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <202008131937.07DJbW2C025673@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> # $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008131937.07DJbW2C025673>