diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
commit | b88fc25e8c884f8a7287ccb427c1d9915a20057b (patch) | |
tree | d79a568897e9f4b2b60f2aa52b357f45aea58060 /audio/id3ren | |
parent | 62362c386f112d49f6a13cf9af055cbf3a1d14d8 (diff) | |
download | freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.gz freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.zst freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.zip |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long
Feature safe: yes
Diffstat (limited to 'audio/id3ren')
-rw-r--r-- | audio/id3ren/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile index e25dd9933293..7a8598680271 100644 --- a/audio/id3ren/Makefile +++ b/audio/id3ren/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: id3ren -# Date created: 28 February 1999 -# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# +# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # $FreeBSD$ -# PORTNAME= id3ren PORTVERSION= 1.1b0 @@ -14,6 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Mpeg Audio Layer 3 util: rename files, edit tags, search, etc +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + PLIST_FILES= bin/id3ren MAN1= id3ren.1 MANCOMPRESSED= yes |