From owner-svn-ports-head@FreeBSD.ORG Sat Jul 27 10:19:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEEBA881; Sat, 27 Jul 2013 10:19:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF14C2ECC; Sat, 27 Jul 2013 10:19:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6RAJWZN031804; Sat, 27 Jul 2013 10:19:32 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6RAJU9t031787; Sat, 27 Jul 2013 10:19:30 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307271019.r6RAJU9t031787@svn.freebsd.org> From: John Marino Date: Sat, 27 Jul 2013 10:19:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323776 - in head: net-im/amsn net-im/jabber-pymsn net-im/libmsn net-im/msn-proxy net-im/p5-Net-MSN net-im/p5-POE-Component-Client-MSN net-im/pidgin-msn-pecan net-im/py-msnp net-im/pyms... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 10:19:33 -0000 Author: marino Date: Sat Jul 27 10:19:30 2013 New Revision: 323776 URL: http://svnweb.freebsd.org/changeset/ports/323776 Log: Deprecate MSN Messenger ports to expire 31 OCT 2013 Microsoft ended the primary MSN service for all countries by 30 APR 2013. Third party clients still work although they can only communicate with other such clients. The XMPP protocol service is expected to be shut down by October 2013 [1] although MSP service may continue into early 2014. [1] Deprecate all ports that exclusively use MSN protocols and mark the expiration by the end of October. [1] http://tinyurl.com/ac9vbqo Approved by: bapt (portmgr, mentor) Modified: head/net-im/amsn/Makefile head/net-im/jabber-pymsn/Makefile head/net-im/libmsn/Makefile head/net-im/msn-proxy/Makefile head/net-im/p5-Net-MSN/Makefile head/net-im/p5-POE-Component-Client-MSN/Makefile head/net-im/pidgin-msn-pecan/Makefile head/net-im/py-msnp/Makefile head/net-im/pymsn/Makefile head/net-im/tmsnc/Makefile head/textproc/p5-Text-Emoticon-MSN/Makefile Modified: head/net-im/amsn/Makefile ============================================================================== --- head/net-im/amsn/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/amsn/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sylvio@FreeBSD.org COMMENT= Alvano\'s MSN Messenger +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 \ jpeg.11:${PORTSDIR}/graphics/jpeg \ Modified: head/net-im/jabber-pymsn/Makefile ============================================================================== --- head/net-im/jabber-pymsn/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/jabber-pymsn/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -18,6 +18,9 @@ DIST_SUBDIR= jabber MAINTAINER= ports@FreeBSD.org COMMENT= Python MSN-Transport for Jabber +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging Modified: head/net-im/libmsn/Makefile ============================================================================== --- head/net-im/libmsn/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/libmsn/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -11,6 +11,9 @@ COMMENT= A library for connecting to MSN LICENSE= GPLv2 +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + USE_BZIP2= yes USES= cmake USE_OPENSSL= yes Modified: head/net-im/msn-proxy/Makefile ============================================================================== --- head/net-im/msn-proxy/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/msn-proxy/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -14,6 +14,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= loos.br@gmail.com COMMENT= Messenger proxy/control daemon +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/net-im/p5-Net-MSN/Makefile ============================================================================== --- head/net-im/p5-Net-MSN/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/p5-Net-MSN/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -13,6 +13,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Net::MSN interface +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + BUILD_DEPENDS= p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/net-im/p5-POE-Component-Client-MSN/Makefile ============================================================================== --- head/net-im/p5-POE-Component-Client-MSN/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/p5-POE-Component-Client-MSN/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE Component for MSN Messenger +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ p5-POE>=0:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \ Modified: head/net-im/pidgin-msn-pecan/Makefile ============================================================================== --- head/net-im/pidgin-msn-pecan/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/pidgin-msn-pecan/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r MAINTAINER= hrkfdn@gmail.com COMMENT= Alternative MSN protocol plugin for libpurple +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple PROJECTHOST= msn-pecan Modified: head/net-im/py-msnp/Makefile ============================================================================== --- head/net-im/py-msnp/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/py-msnp/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}.py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MSN messaging in Python +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= msnp.py Modified: head/net-im/pymsn/Makefile ============================================================================== --- head/net-im/pymsn/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/pymsn/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -15,6 +15,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= MSN Connection library +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + LIB_PC_DEPENDS= pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \ Modified: head/net-im/tmsnc/Makefile ============================================================================== --- head/net-im/tmsnc/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/net-im/tmsnc/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -9,6 +9,9 @@ MASTER_SITES= SF/${PORTNAME}/Source%20co MAINTAINER= snowfly@yuntech.edu.tw COMMENT= A textbased (console) MSN client +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + GNU_CONFIGURE= yes USES= ncurses Modified: head/textproc/p5-Text-Emoticon-MSN/Makefile ============================================================================== --- head/textproc/p5-Text-Emoticon-MSN/Makefile Sat Jul 27 08:34:48 2013 (r323775) +++ head/textproc/p5-Text-Emoticon-MSN/Makefile Sat Jul 27 10:19:30 2013 (r323776) @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= alex.deiter@gmail.com COMMENT= Emoticon filter of MSN Messenger +DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013 +EXPIRATION_DATE=2013-10-31 + BUILD_DEPENDS= p5-Text-Emoticon>=0.02:${PORTSDIR}/textproc/p5-Text-Emoticon RUN_DEPENDS:= ${BUILD_DEPENDS}