diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
commit | da6c3af5fc2d2e50cc02c503dd2bed7f9d06531b (patch) | |
tree | d79a568897e9f4b2b60f2aa52b357f45aea58060 /irc | |
parent | a10085f206f47ea43cf9ff2caf7bb451f0a11cc2 (diff) | |
download | freebsd-ports-gnome-da6c3af5fc2d2e50cc02c503dd2bed7f9d06531b.tar.gz freebsd-ports-gnome-da6c3af5fc2d2e50cc02c503dd2bed7f9d06531b.tar.zst freebsd-ports-gnome-da6c3af5fc2d2e50cc02c503dd2bed7f9d06531b.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 'irc')
-rw-r--r-- | irc/irchat-jp/Makefile | 9 | ||||
-rw-r--r-- | irc/tr-ircd/Makefile | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/irc/irchat-jp/Makefile b/irc/irchat-jp/Makefile index 17585eafae01..da22ede285ef 100644 --- a/irc/irchat-jp/Makefile +++ b/irc/irchat-jp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: irchat-jp -# Date Created: 8 Aug 2007 -# Whom: Makoto Matsushita <matusita@FreeBSD.org> -# +# Created by: Makoto Matsushita <matusita@FreeBSD.org> # $FreeBSD$ -# PORTNAME= irchat-jp PORTVERSION= 26.d @@ -18,6 +14,9 @@ DISTFILES= ${DISTNAME}.tgz:master,backup MAINTAINER= ports@FreeBSD.org COMMENT= IRC client for Emacs, derived from irchat +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + RUN_DEPENDS= ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc NO_WRKSUBDIR= YES diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 4419c0375261..2171997b4c39 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tr-ircd -# Date created: Sat May 4 15:54:47 CET 2002 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# +# Created by: Alex Dupre <sysadmin@alexdupre.com> # $FreeBSD$ -# PORTNAME= tr-ircd PORTVERSION= 5.7.3 @@ -15,6 +11,9 @@ DISTNAME= ${PORTNAME:S/-//}-release-${PORTVERSION}-r MAINTAINER= ports@FreeBSD.org COMMENT= IRC daemon based on Bahamut and hybrid-7 +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE |