From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 4 23:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD363812 for ; Wed, 4 Dec 2013 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8F5C19F2 for ; Wed, 4 Dec 2013 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB4NU0uQ071321 for ; Wed, 4 Dec 2013 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB4NU013071320; Wed, 4 Dec 2013 23:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 4 Dec 2013 23:30:00 GMT Resent-Message-Id: <201312042330.rB4NU013071320@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jashank Jeremy Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 907E07E6 for ; Wed, 4 Dec 2013 23:28:13 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D90119DD for ; Wed, 4 Dec 2013 23:28:13 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB4NSCu8062379 for ; Wed, 4 Dec 2013 23:28:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB4NSCwV062378; Wed, 4 Dec 2013 23:28:12 GMT (envelope-from nobody) Message-Id: <201312042328.rB4NSCwV062378@oldred.freebsd.org> Date: Wed, 4 Dec 2013 23:28:12 GMT From: Jashank Jeremy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184506: Update bitlbee from 3.2_2 to 3.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 23:30:01 -0000 >Number: 184506 >Category: ports >Synopsis: Update bitlbee from 3.2_2 to 3.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 04 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jashank Jeremy >Release: 9.2-RC3-p1 >Organization: >Environment: FreeBSD vps.rulingia.com 9.2-RC3-p1 FreeBSD 9.2-RC3-p1 #0 r255456: Wed Sep 11 19:48:47 EST 2013 root@vps.rulingia.com:/usr/obj/usr/src/sys/VMware amd64 >Description: BitlBee 3.2 has known issues with Twitter compatibility (cf https://dev.twitter.com/blog/deprecating-http-1.0-streaming-api). BitlBee 3.2.1 rectifies these problems (released 2013-11-28). From changelog upstream: > - Most important change: http_client updated to use HTTP/1.1, now required by Twitter. > - fill_by setting can now be used to fill a channel contacts *not* in a certain group/on a certain account/etc. See "help set fill_by" > - Added utf8_nicks setting which lets you use non-ASCII nicknames for your contacts. Might not work with all IRC clients, use at your own risk! > - Lots of bugfixes. >How-To-Repeat: >Fix: Apply attached patch to update to 3.2.1 (resets PORTREVISION, no other changes known). Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335645) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bitlbee -PORTVERSION= 3.2 -PORTREVISION= 2 +PORTVERSION= 3.2.1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ ${MASTER_SITE_LOCAL} Index: distinfo =================================================================== --- distinfo (revision 335645) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (bitlbee-3.2.tar.gz) = 1b43828e906f5450993353f2ebecc6c038f0261c4dc3f1722ebafa6ea3e62030 -SIZE (bitlbee-3.2.tar.gz) = 666404 +SHA256 (bitlbee-3.2.1.tar.gz) = 00f411dd7d6d28f30f0e73e46c9cbe88b4006e7f03adfe07b90a97280a290f59 +SIZE (bitlbee-3.2.1.tar.gz) = 657595 >Release-Note: >Audit-Trail: >Unformatted: