svn commit: r323773 - head/net-im/cli-msn

John Marino marino at FreeBSD.org
Sat Jul 27 07:30:05 UTC 2013


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 at bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas at 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/


More information about the svn-ports-all mailing list