The mor-pah.net site reorganized, so the distfile doesn't fetch. The current URL is http://mor-pah.net/?wpdmact=process&did=MS5ob3RsaW5r Fix: Update MASTER_SITES to restore fetching
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
Author: marino Date: Sat Jul 27 07:30:04 2013 New Revision: 323773 URL: http://svnweb.freebsd.org/changeset/ports/323773 Log: 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 Modified: head/net-im/cli-msn/Makefile head/net-im/cli-msn/pkg-descr Modified: head/net-im/cli-msn/Makefile ============================================================================== --- head/net-im/cli-msn/Makefile Sat Jul 27 04:27:19 2013 (r323772) +++ head/net-im/cli-msn/Makefile Sat Jul 27 07:30:04 2013 (r323773) @@ -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 Modified: head/net-im/cli-msn/pkg-descr ============================================================================== --- head/net-im/cli-msn/pkg-descr Sat Jul 27 04:27:19 2013 (r323772) +++ head/net-im/cli-msn/pkg-descr Sat Jul 27 07:30:04 2013 (r323773) @@ -6,4 +6,4 @@ based messengers were found to be availa 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Marked BROKEN and DEPRECATED in r323773