diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 23:11:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 23:11:43 +0800 |
commit | 4d3908f0492a8b031fd427bc9cac1f7408741524 (patch) | |
tree | 5101c6db56ac573e33706a23175a1f0adee03dc9 /irc | |
parent | 344c9dba24697c9eb55047babf6a6a0ff7e55f5d (diff) | |
download | freebsd-ports-gnome-4d3908f0492a8b031fd427bc9cac1f7408741524.tar.gz freebsd-ports-gnome-4d3908f0492a8b031fd427bc9cac1f7408741524.tar.zst freebsd-ports-gnome-4d3908f0492a8b031fd427bc9cac1f7408741524.zip |
Deprecate unmaintained ports from irc where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'irc')
-rw-r--r-- | irc/garnaxfs/Makefile | 3 | ||||
-rw-r--r-- | irc/gdesklets-irc/Makefile | 3 | ||||
-rw-r--r-- | irc/party/Makefile | 3 | ||||
-rw-r--r-- | irc/ratbox-respond/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/irc/garnaxfs/Makefile b/irc/garnaxfs/Makefile index a5f8e5df202f..d1ec3786476c 100644 --- a/irc/garnaxfs/Makefile +++ b/irc/garnaxfs/Makefile @@ -14,6 +14,9 @@ DISTNAME= garnax-f1.1 MAINTAINER= ports@FreeBSD.org COMMENT= A file serving bot for IRC +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_FILES= bin/garnaxfs etc/garnaxfs.sample diff --git a/irc/gdesklets-irc/Makefile b/irc/gdesklets-irc/Makefile index 09c951bfc96d..52529b45108f 100644 --- a/irc/gdesklets-irc/Makefile +++ b/irc/gdesklets-irc/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= gdesklets- MAINTAINER= ports@FreeBSD.org COMMENT= An IRC display and sensor for gdesklets +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted diff --git a/irc/party/Makefile b/irc/party/Makefile index 661e2079b11c..3da211793ff4 100644 --- a/irc/party/Makefile +++ b/irc/party/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.vocito.com/downloads/software/party/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Simple multi-user chat system +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + MAN1= party.1 .include <bsd.port.pre.mk> diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index be832308b825..f19f36695533 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + GNU_CONFIGURE= yes USE_OPENSSL= yes |