git: 86fd03ba4acf - main - audio/id3tool: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jun 2025 21:59:53 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=86fd03ba4acf0890635d0942dfca657ce3af472b
commit 86fd03ba4acf0890635d0942dfca657ce3af472b
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-06-06 21:59:49 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-06-06 21:59:49 +0000
audio/id3tool: Remove expired port
2025-04-30 audio/id3tool: Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
---
MOVED | 1 +
audio/Makefile | 1 -
audio/id3tool/Makefile | 19 -------------------
audio/id3tool/distinfo | 2 --
audio/id3tool/pkg-descr | 2 --
5 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/MOVED b/MOVED
index 186b85c936bf..84c65c131a87 100644
--- a/MOVED
+++ b/MOVED
@@ -4497,3 +4497,4 @@ devel/linux-rl9-libsoup||2025-06-04|Merged into devel/linux_base-rl9
games/hedgewars-server||2025-06-04|Depends on expired lang/ghc810, does not build with newer GHCs
lang/ghc810||2025-06-04|Old version, unsupported upstream
audio/mp3check||2025-06-06|Has expired: Depends on expired audio/id3tool
+audio/id3tool||2025-06-06|Has expired: Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
diff --git a/audio/Makefile b/audio/Makefile
index bdd38b4be2f2..bd42f99545e6 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -284,7 +284,6 @@
SUBDIR += id3el
SUBDIR += id3lib
SUBDIR += id3mtag
- SUBDIR += id3tool
SUBDIR += id3v2
SUBDIR += iir1
SUBDIR += infamous-plugins-lv2
diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile
deleted file mode 100644
index 388b6326608a..000000000000
--- a/audio/id3tool/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= id3tool
-PORTVERSION= 1.2a
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://nekohako.xware.cx/id3tool/
-
-MAINTAINER= gavin@FreeBSD.org
-COMMENT= Utility for manipulating mp3 ID3 Tags
-WWW= http://nekohako.xware.cx/id3tool/
-
-DEPRECATED= Can't read ID3v2 tags which have been around for 20+ years and discontinued in 2005 feature-wise according to readme file
-EXPIRATION_DATE=2025-04-30
-
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-
-PLIST_FILES= bin/id3tool share/man/man1/id3tool.1.gz
-
-.include <bsd.port.mk>
diff --git a/audio/id3tool/distinfo b/audio/id3tool/distinfo
deleted file mode 100644
index 2d5756aacbba..000000000000
--- a/audio/id3tool/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (id3tool-1.2a.tar.gz) = 7908d66c5aabe2a53ae8019e8234f4231485d80be4b2fe72c9d04013cff1caec
-SIZE (id3tool-1.2a.tar.gz) = 74723
diff --git a/audio/id3tool/pkg-descr b/audio/id3tool/pkg-descr
deleted file mode 100644
index 4ff8af547375..000000000000
--- a/audio/id3tool/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Id3tool is a command line utility for manipulating MP3 ID3 tags. It can
-list/add or change tags in your MP3 files.