Date: Sat, 23 Feb 2019 17:24:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493715 - in head: irc/bitlbee net-im/centerim net-im/centerim-devel Message-ID: <201902231724.x1NHOMj6065266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Feb 23 17:24:21 2019 New Revision: 493715 URL: https://svnweb.freebsd.org/changeset/ports/493715 Log: Yahoo messenger has been discontinued July 17, 2018 Modified: head/irc/bitlbee/Makefile head/net-im/centerim-devel/Makefile head/net-im/centerim/Makefile Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Sat Feb 23 17:23:48 2019 (r493714) +++ head/irc/bitlbee/Makefile Sat Feb 23 17:24:21 2019 (r493715) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix @@ -33,9 +33,9 @@ OPTIONS_SINGLE_EVENTS= GLIB LIBEVENT OPTIONS_SINGLE_SSL= OPENSSL GNUTLS NSS OPTIONS_MULTI= PROTO -OPTIONS_MULTI_PROTO= LIBPURPLE JABBER MSN OSCAR SKYPE TWITTER YAHOO +OPTIONS_MULTI_PROTO= LIBPURPLE JABBER MSN OSCAR SKYPE TWITTER -LIBPURPLE_PREVENTS= JABBER MSN OSCAR SKYPE TWITTER YAHOO +LIBPURPLE_PREVENTS= JABBER MSN OSCAR SKYPE TWITTER LIBPURPLE_PREVENTS_MSG= If libpurple is enabled, all native protocols must be disabled OTR_DESC= Off-the-Record Messaging support @@ -44,18 +44,18 @@ MSN_DESC= Microsoft Messenger support OSCAR_DESC= OSCAR (ICQ) support SKYPE_DESC= Skype support TWITTER_DESC= Twitter support -YAHOO_DESC= Yahoo! Messenger support GLIB_DESC= Use glib as event handler LIBEVENT_DESC= Use libevent as event handler LIBEVENT_BROKEN= bitlbee w/ libevent fails to start as daemon or fork -OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER YAHOO +OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER CONFIGURE_ARGS= --config=/var/db/bitlbee \ --pcdir=${PREFIX}/libdata/pkgconfig \ --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ - --strip=1 + --strip=1 \ + --yahoo=0 DEBUG_CONFIGURE_ON= --debug=1 GLIB_CONFIGURE_ON= --events=glib @@ -85,7 +85,6 @@ SKYPE_CONFIGURE_ON= --skype=1 SKYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Skype4Py>0:net-im/py-skype4py@${PY_FLAVOR} SKYPE_USES= python:2.7 TWITTER_CONFIGURE_OFF= --twitter=0 -YAHOO_CONFIGURE_OFF= --yahoo=0 USERS= bitlbee GROUPS= bitlbee Modified: head/net-im/centerim-devel/Makefile ============================================================================== --- head/net-im/centerim-devel/Makefile Sat Feb 23 17:23:48 2019 (r493714) +++ head/net-im/centerim-devel/Makefile Sat Feb 23 17:24:21 2019 (r493715) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/mobshots/ \ ftp://ftp.centerim.org/mobshots/ @@ -21,7 +21,7 @@ USES= iconv gmake ncurses perl5 pkgconfig python:2.7, USE_CXXSTD= gnu++98 USE_PERL5= run GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ssl --with-openssl +CONFIGURE_ARGS= --with-ssl --with-openssl --without-msn --without-yahoo CPPFLAGS+= -I${LOCALBASE}/include CONFLICTS= centericq-[0-9]* centerim-[0-9]* @@ -30,18 +30,16 @@ SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG DOCS +OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG DOCS FRIBIDI_DESC= Fribidi Support -MSN_DESC= MSN Protocol -YAHOO_DESC= Yahoo! 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 IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -52,8 +50,6 @@ NLS_CONFIGURE_ENABLE= nls MULTIBYTE_CONFIGURE_ENABLE=locales-fix FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_WITH= fribidi -MSN_CONFIGURE_ENABLE= msn -YAHOO_CONFIGURE_ENABLE= yahoo IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss Modified: head/net-im/centerim/Makefile ============================================================================== --- head/net-im/centerim/Makefile Sat Feb 23 17:23:48 2019 (r493714) +++ head/net-im/centerim/Makefile Sat Feb 23 17:24:21 2019 (r493715) @@ -3,7 +3,7 @@ PORTNAME= centerim PORTVERSION= 4.22.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://www.centerim.org/download/releases/ \ ftp://ftp.centerim.org/releases/ @@ -23,7 +23,7 @@ USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-ssl --with-openssl +CONFIGURE_ARGS= --with-ssl --with-openssl --disable-yahoo --disable-msn CONFLICTS= centericq-[0-9]* centerim-devel-[0-9]* SHEBANG_FILES= misc/CenterIMLog2HTML.py misc/cimformathistory misc/cimextracthistory.pl @@ -31,18 +31,16 @@ SHEBANG_LANG= gawk gawk_OLD_CMD= /bin/gawk gawk_CMD= /usr/bin/awk -OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO IRC JABBER GPGME RSS LJ GG DOCS +OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG DOCS FRIBIDI_DESC= Fribidi Support -MSN_DESC= MSN Protocol -YAHOO_DESC= Yahoo! 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 IRC JABBER GPGME RSS LJ GG +OPTIONS_DEFAULT= MULTIBYTE FRIBIDI IRC JABBER GPGME RSS LJ GG OPTIONS_SUB= yes @@ -53,8 +51,6 @@ NLS_CONFIGURE_ENABLE= nls MULTIBYTE_CONFIGURE_ENABLE=locales-fix FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_WITH= fribidi -MSN_CONFIGURE_ENABLE= msn -YAHOO_CONFIGURE_ENABLE= yahoo IRC_CONFIGURE_ENABLE= irc JABBER_CONFIGURE_ENABLE=jabber RSS_CONFIGURE_ENABLE= rss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231724.x1NHOMj6065266>