diff options
author | rene <rene@FreeBSD.org> | 2017-12-17 02:11:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-12-17 02:11:09 +0800 |
commit | a1476171377ed04c1533a45e52b80a6b4c97b970 (patch) | |
tree | eef6e4574571c05874ada873c989a1dce8b9ad05 /net-im | |
parent | 9abb0ffbc19c6d4d3e85c0a27ce2934000fae654 (diff) | |
download | freebsd-ports-gnome-a1476171377ed04c1533a45e52b80a6b4c97b970.tar.gz freebsd-ports-gnome-a1476171377ed04c1533a45e52b80a6b4c97b970.tar.zst freebsd-ports-gnome-a1476171377ed04c1533a45e52b80a6b4c97b970.zip |
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>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centerim-devel/Makefile | 8 | ||||
-rw-r--r-- | net-im/centerim-devel/pkg-descr | 2 | ||||
-rw-r--r-- | net-im/centerim/Makefile | 8 | ||||
-rw-r--r-- | net-im/centerim/pkg-descr | 2 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 4 | ||||
-rw-r--r-- | net-im/libpurple/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/libpurple/pkg-plist | 2 |
7 files changed, 12 insertions, 18 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile index 0f9bbf9eee66..d25e22cb861b 100644 --- a/net-im/centerim-devel/Makefile +++ b/net-im/centerim-devel/Makefile @@ -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 diff --git a/net-im/centerim-devel/pkg-descr b/net-im/centerim-devel/pkg-descr index 490252684225..9b3abbb31970 100644 --- a/net-im/centerim-devel/pkg-descr +++ b/net-im/centerim-devel/pkg-descr @@ -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' diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile index da448c14128b..00e2f248013f 100644 --- a/net-im/centerim/Makefile +++ b/net-im/centerim/Makefile @@ -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 diff --git a/net-im/centerim/pkg-descr b/net-im/centerim/pkg-descr index 897ec4d00d8c..efc1b8d9a6f1 100644 --- a/net-im/centerim/pkg-descr +++ b/net-im/centerim/pkg-descr @@ -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, diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 594bec3b7a15..dcdafdc24c2c 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -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 diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr index 4170796d9b29..fd50a23182f2 100644 --- a/net-im/libpurple/pkg-descr +++ b/net-im/libpurple/pkg-descr @@ -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 diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist index c157bea4c313..35739c6dfb25 100644 --- a/net-im/libpurple/pkg-plist +++ b/net-im/libpurple/pkg-plist @@ -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 |