diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-12-16 18:11:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-12-16 18:11:09 +0000 |
commit | a804a9b9419484ae1ae8cdb9b7a0ba5ca5f83b5b (patch) | |
tree | eef6e4574571c05874ada873c989a1dce8b9ad05 /net-im/centerim/Makefile | |
parent | 96749690cfc15966b9e8c9589abfc6ade2e94db0 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=456479
Diffstat (limited to 'net-im/centerim/Makefile')
-rw-r--r-- | net-im/centerim/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 |