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...
John Marino
marino at FreeBSD.org
Sat Jul 27 10:19:33 UTC 2013
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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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}
More information about the svn-ports-head
mailing list