diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
commit | c31defa0fc6069fd58ebbef6564b36ff4e2a70f7 (patch) | |
tree | 24dcac0a257526d4f05afdcd8a3429b3043b19a1 /irc | |
parent | 2857e83e8acd09cc2a2acd9d525eebc711a566bf (diff) | |
download | ports-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.tar.gz ports-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/insub/Makefile | 3 | ||||
-rw-r--r-- | irc/nefarious/Makefile | 2 | ||||
-rw-r--r-- | irc/qwebirc/Makefile | 2 | ||||
-rw-r--r-- | irc/ratbox-respond/Makefile | 2 | ||||
-rw-r--r-- | irc/slirc/Makefile | 2 |
5 files changed, 11 insertions, 0 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index 7d587ed81488..9a9f926b0aca 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -8,6 +8,9 @@ CATEGORIES= irc MAINTAINER= ports@FreeBSD.org COMMENT= Some scripts for expressing how you feel on IRC and the web +DEPRECATED= Depends on expiring games/cowsay +EXPIRATION_DATE= 2016-07-04 + RUN_DEPENDS= cowsay:games/cowsay \ figlet:misc/figlet diff --git a/irc/nefarious/Makefile b/irc/nefarious/Makefile index f0878af0afc3..b033578e81d8 100644 --- a/irc/nefarious/Makefile +++ b/irc/nefarious/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IRC server used by evilnet based off of Undernet's ircu BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile index d87f6fcb37d1..7d319203d99f 100644 --- a/irc/qwebirc/Makefile +++ b/irc/qwebirc/Makefile @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast, easy to use, free, and open source web IRC client BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 LICENSE= GPLv2 diff --git a/irc/ratbox-respond/Makefile b/irc/ratbox-respond/Makefile index 23d2f88acb82..3879440ba0ec 100644 --- a/irc/ratbox-respond/Makefile +++ b/irc/ratbox-respond/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} diff --git a/irc/slirc/Makefile b/irc/slirc/Makefile index 877c88028d10..55edcc21a79c 100644 --- a/irc/slirc/Makefile +++ b/irc/slirc/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SLang-based IRC client BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 LIB_DEPENDS= ${LIB_DEPENDS_LIBSLANG} |