diff options
author | marino <marino@FreeBSD.org> | 2013-07-27 18:19:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-27 18:19:30 +0800 |
commit | a887b5b524f0c87d11d3ee18c68a835c4fc0acc0 (patch) | |
tree | 0123ee6cfe76f1d5ac28df8dbf2b4a2fd22e1778 /textproc | |
parent | d16f0e56b8b1a865f2ffd6f5bc689738c2fcefc2 (diff) | |
download | freebsd-ports-gnome-a887b5b524f0c87d11d3ee18c68a835c4fc0acc0.tar.gz freebsd-ports-gnome-a887b5b524f0c87d11d3ee18c68a835c4fc0acc0.tar.zst freebsd-ports-gnome-a887b5b524f0c87d11d3ee18c68a835c4fc0acc0.zip |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Emoticon-MSN/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index f91102949d73..97eff82aa2b9 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -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} |