Date: Sat, 16 Dec 2017 18:11:09 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456479 - in head/net-im: centerim centerim-devel libpurple Message-ID: <201712161811.vBGIB97T017447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Dec 16 18:11:09 2017 New Revision: 456479 URL: https://svnweb.freebsd.org/changeset/ports/456479 Log: Remove AIM option from and bump PORTREVISION of the following ports, the AIM network was shut down at 2017-12-15. net-im/centerim net-im/centerim-devel net-im/libpurple Reported by: Dmitri Goutnik <dg@syrec.org> Modified: head/net-im/centerim-devel/Makefile head/net-im/centerim-devel/pkg-descr head/net-im/centerim/Makefile head/net-im/centerim/pkg-descr head/net-im/libpurple/Makefile head/net-im/libpurple/pkg-descr head/net-im/libpurple/pkg-plist Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/centerim-devel/Makefile Sat Dec 16 18:11:09 2017 (r456479) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -28,19 +28,18 @@ SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG FRIBIDI_DESC= Fribidi Support MSN_DESC= MSN Protocol YAHOO_DESC= Yahoo! Messenger Protocol -AIM_DESC= AOL's Instant Messenger Protocol IRC_DESC= IRC Protocol GPGME_DESC= PGP encrypted Jabber messages RSS_DESC= RSS Support LJ_DESC= LiveJournal Support GG_DESC= Gadu-Gadu Protocol Support -OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -53,7 +52,6 @@ FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_WITH= fribidi MSN_CONFIGURE_ENABLE= msn YAHOO_CONFIGURE_ENABLE= yahoo -AIM_CONFIGURE_ENABLE= aim IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss Modified: head/net-im/centerim-devel/pkg-descr ============================================================================== --- head/net-im/centerim-devel/pkg-descr Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/centerim-devel/pkg-descr Sat Dec 16 18:11:09 2017 (r456479) @@ -1,7 +1,7 @@ CenterIM is a fork of CenterICQ. CenterIM is a text mode menu- and window-driven IM interface that supports the -ICQ2000, Yahoo!, MSN, AIM, Gadu-Gadu and IRC protocols as well as posting to +ICQ2000, Yahoo!, MSN, Gadu-Gadu and IRC protocols as well as posting to LiveJournal aggregating RSS feeds. It allows you to send, receive, and forward messages, URLs, SMSes, contacts, and email express messages. It also lets you set your own and fetch others' Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/centerim/Makefile Sat Dec 16 18:11:09 2017 (r456479) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -25,19 +25,18 @@ SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG FRIBIDI_DESC= Fribidi Support MSN_DESC= MSN Protocol YAHOO_DESC= Yahoo! Messenger Protocol -AIM_DESC= AOL's Instant Messenger Protocol IRC_DESC= IRC Protocol GPGME_DESC= PGP encrypted Jabber messages RSS_DESC= RSS Support LJ_DESC= LiveJournal Support GG_DESC= Gadu-Gadu Protocol Support -OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -50,7 +49,6 @@ FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_WITH= fribidi MSN_CONFIGURE_ENABLE= msn YAHOO_CONFIGURE_ENABLE= yahoo -AIM_CONFIGURE_ENABLE= aim IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss Modified: head/net-im/centerim/pkg-descr ============================================================================== --- head/net-im/centerim/pkg-descr Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/centerim/pkg-descr Sat Dec 16 18:11:09 2017 (r456479) @@ -1,7 +1,7 @@ CenterIM is a fork of CenterICQ. CenterIM is a text mode menu- and window-driven IM interface that supports the -ICQ2000, Yahoo!, MSN, AIM, Gadu-Gadu and IRC protocols as well as posting to +ICQ2000, Yahoo!, MSN, Gadu-Gadu and IRC protocols as well as posting to LiveJournal aggregating RSS feeds. It allows you to send, receive, and forward messages, URLs, SMSes, contacts, Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/libpurple/Makefile Sat Dec 16 18:11:09 2017 (r456479) @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -61,7 +61,7 @@ GG_DESC= The Gadu-Gadu chat protocol IRC_DESC= The Internet Relay Chat protocol JABBER_DESC= The Jabber/XMPP/Google Talk protocol NOVELL_DESC= The Novell GroupWise chat protocol -OSCAR_DESC= The AIM/ICQ/Oscar protocol +OSCAR_DESC= The ICQ/Oscar protocol QQ_DESC= The Tercent QQ chat protocol SIMPLE_DESC= The SIMPLE chat protocol ZEPHYR_DESC= The Zephyr chat protocol Modified: head/net-im/libpurple/pkg-descr ============================================================================== --- head/net-im/libpurple/pkg-descr Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/libpurple/pkg-descr Sat Dec 16 18:11:09 2017 (r456479) @@ -1,5 +1,5 @@ -Pidgin is a multi-protocol instant messaging client. It is compatible with AIM -(Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. +Pidgin is a multi-protocol instant messaging client. It is compatible with +Oscar and TOC protocols, ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks. Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Modified: head/net-im/libpurple/pkg-plist ============================================================================== --- head/net-im/libpurple/pkg-plist Sat Dec 16 18:06:23 2017 (r456478) +++ head/net-im/libpurple/pkg-plist Sat Dec 16 18:11:09 2017 (r456479) @@ -84,8 +84,6 @@ lib/purple-2/idle.a lib/purple-2/idle.so lib/purple-2/joinpart.a lib/purple-2/joinpart.so -%%OSCAR%%lib/purple-2/libaim.a -%%OSCAR%%lib/purple-2/libaim.so %%OSCAR%%lib/purple-2/libicq.a %%OSCAR%%lib/purple-2/libicq.so %%BONJOUR%%lib/purple-2/libbonjour.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712161811.vBGIB97T017447>