diff options
author | marino <marino@FreeBSD.org> | 2013-07-27 15:30:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-27 15:30:04 +0800 |
commit | 44426b9100443ecd746082e62fe9e74d0c13fef1 (patch) | |
tree | 5c88ee6272ccf5c7a11fefeecc98f816a604306d /net-im | |
parent | ceb9e4aeab174e924b375605e41e548192fcc2ef (diff) | |
download | freebsd-ports-gnome-44426b9100443ecd746082e62fe9e74d0c13fef1.tar.gz freebsd-ports-gnome-44426b9100443ecd746082e62fe9e74d0c13fef1.tar.zst freebsd-ports-gnome-44426b9100443ecd746082e62fe9e74d0c13fef1.zip |
net-im/cli-msn: Mark BROKEN and DEPRECATE
This port is BROKEN because the master site more-pah.net no longer offers
a direct download so the distfile can't be fetched. I could not find any
mirrors for the distfile.
It is deprcated because the offical MSN Messenger service ended 30 Apri
2013. Third party tools like this still function for now, but the true
EOL date is not publically known, but official documentation suggested
XMPP protocol service ends October 2013. [1]
[1] http://tinyurl.com/ac9vbqo
PR: 179655
Approved by: bapt / culot (mentors, implicit), maintainer timeout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/cli-msn/Makefile | 12 | ||||
-rw-r--r-- | net-im/cli-msn/pkg-descr | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net-im/cli-msn/Makefile b/net-im/cli-msn/Makefile index 4c22e08c4f7a..58c6a134f107 100644 --- a/net-im/cli-msn/Makefile +++ b/net-im/cli-msn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: climsn -# Date created: 2006-03-31 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# +# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> # $FreeBSD$ -# PORTNAME= msn PORTVERSION= 2.3.2 @@ -18,7 +14,11 @@ COMMENT= Command line msn messenger LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -USE_GMAKE= yes +BROKEN= Master site no longer offers direct downlink; does not fetch +DEPRECATED= MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-08-31 + +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_LIBS} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/net-im/cli-msn/pkg-descr b/net-im/cli-msn/pkg-descr index c21460348b02..1f3fb0d884f0 100644 --- a/net-im/cli-msn/pkg-descr +++ b/net-im/cli-msn/pkg-descr @@ -6,4 +6,4 @@ based messengers were found to be available that implemented MSN Messenger. The client itself accepts commands based on that of an IRC clients nature (/cmd). Currently in the process of working out the file transfer. -WWW: http://mor-pah.net/ +WWW: http://mor-pah.net/ |