diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-05 23:07:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-05 23:07:10 +0800 |
commit | 245464155b8f6dc4beb499e1bad020fb4eff073f (patch) | |
tree | d1ccee564501e57b77ca64c027e7a171f6b790df /misc | |
parent | 847245096fe29d62b1f365c7f846c9311fe7dcc2 (diff) | |
download | freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.tar.gz freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.tar.zst freebsd-ports-gnome-245464155b8f6dc4beb499e1bad020fb4eff073f.zip |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fep/Makefile | 9 | ||||
-rw-r--r-- | misc/gtktalog/Makefile | 8 | ||||
-rw-r--r-- | misc/splitvt/Makefile | 10 |
3 files changed, 11 insertions, 16 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index c0e4f9ad4a34..f9864c730d0a 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fep -# Date created: 20 Feb 1996 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= fep PORTVERSION= 1.0 @@ -14,6 +10,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A general purpose front end for command line editing +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + MAN1= fep.1 MANCOMPRESSED= yes PLIST_FILES= bin/fep diff --git a/misc/gtktalog/Makefile b/misc/gtktalog/Makefile index 31b0de081763..0bd68c59dd9a 100644 --- a/misc/gtktalog/Makefile +++ b/misc/gtktalog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtktalog -# Date created: 20 Mar 2002 -# Whom: Juan Salaverria <rael@vectorstar.net> -# +# Created by: Juan Salaverria <rael@vectorstar.net> # $FreeBSD$ -# PORTNAME= gtktalog PORTVERSION= 1.0.4 @@ -18,6 +14,8 @@ COMMENT= A tool to make disk catalogs BUILD_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg RUN_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= does not build USE_BZIP2= yes diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index 09703d1a9d5a..5ea0629c4c9b 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: Splitvt -# Date created: Fri Oct 4, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= splitvt PORTVERSION= 1.6.6 @@ -15,6 +10,9 @@ MASTER_SITES= http://slouken.libsdl.org/projects/splitvt/ MAINTAINER= ports@FreeBSD.org COMMENT= Run two shells in a split window/terminal +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 + HAS_CONFIGURE= yes ALL_TARGET= MAN1= splitvt.1 |