From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 31 11:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 ESMTP id 5442B7F4 for ; Thu, 31 Oct 2013 11:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 3305D248E for ; Thu, 31 Oct 2013 11:30:01 +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 r9VBU1Rt022775 for ; Thu, 31 Oct 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9VBU1IX022774; Thu, 31 Oct 2013 11:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 31 Oct 2013 11:30:01 GMT Resent-Message-Id: <201310311130.r9VBU1IX022774@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, Jaap Boender 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 ESMTP id CE3A5581 for ; Thu, 31 Oct 2013 11:22:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) 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 AC1CC2431 for ; Thu, 31 Oct 2013 11:22:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9VBMmBg081410 for ; Thu, 31 Oct 2013 11:22:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9VBMmqO081409; Thu, 31 Oct 2013 11:22:48 GMT (envelope-from nobody) Message-Id: <201310311122.r9VBMmqO081409@oldred.freebsd.org> Date: Thu, 31 Oct 2013 11:22:48 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183523: [patch] Update: www/choqok to version 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 11:30:01 -0000 >Number: 183523 >Category: ports >Synopsis: [patch] Update: www/choqok to version 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jaap Boender >Release: 9.2-PRERELEASE >Organization: >Environment: FreeBSD purcell.mdx.ac.uk 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #9 r255628: Tue Sep 17 13:42:14 BST 2013 root@purcell.mdx.ac.uk:/usr/obj/usr/src/sys/PURCELL amd64 >Description: This is an update of choqok to its newest version, 1.4. Changes include: * Support for Twitter API v1.1 (Thanks to Daniel Kreuter for his effort on it) * “mark timeline as read” menu item added to tabs context menu (Lim Yuen Hoe) * Show “in reply to” in twitter search timelines (Lim Yuen Hoe) * Identi.ca support removed from StatusNet plugin, we still support StatusNet * And some other minor fixes >How-To-Repeat: n/a >Fix: output of svn diff attached - update of choqok version, a make makesum and some plist changes, basically. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 328929) +++ Makefile (working copy) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= choqok -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= www kde MASTER_SITES= SF/${PORTNAME}/Choqok/ +EXTRACT_SUFX= .tar.xz MAINTAINER= kde@FreeBSD.org COMMENT= KDE micro-blogging client Index: distinfo =================================================================== --- distinfo (revision 328929) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (choqok-1.3.tar.bz2) = 73a8448b060248df3d8f83c1cf27a7c4c44f59c37960fbcc5af098de1772c2fe -SIZE (choqok-1.3.tar.bz2) = 1033762 +SHA256 (choqok-1.4.tar.xz) = 70c8cfab14a691514d12c9c75d7009f27e3c26364ccbd81a541fea0ab76a92b7 +SIZE (choqok-1.4.tar.xz) = 1021228 Index: pkg-plist =================================================================== --- pkg-plist (revision 328929) +++ pkg-plist (working copy) @@ -101,11 +101,8 @@ share/apps/choqok_quickfilter/quickfilterui.rc share/apps/choqok_searchaction/searchactionui.rc share/apps/cmake/modules/FindChoqok.cmake -share/apps/cmake/modules/FindQtOAuth.cmake share/apps/khtml/kpartplugins/konqchoqok.desktop share/apps/khtml/kpartplugins/konqchoqok.rc -@comment share/apps/kwebkitpart/kpartplugins/konqchoqok.desktop -@comment share/apps/kwebkitpart/kpartplugins/konqchoqok.rc share/config.kcfg/bit_ly_settings.kcfg share/config.kcfg/choqokappearancesettings.kcfg share/config.kcfg/choqokbehaviorsettings.kcfg @@ -129,7 +126,6 @@ share/doc/HTML/en/choqok/index.cache.bz2 share/doc/HTML/en/choqok/index.docbook share/icons/hicolor/128x128/apps/choqok.png -share/icons/hicolor/128x128/apps/choqok_offline.png share/icons/hicolor/16x16/actions/retweet.png share/icons/hicolor/16x16/apps/choqok.png share/icons/hicolor/16x16/apps/choqok_offline.png @@ -271,8 +267,6 @@ share/locale/zh_CN/LC_MESSAGES/choqok.mo share/locale/zh_TW/LC_MESSAGES/choqok.mo @dirrm share/doc/HTML/en/choqok -@comment @dirrmtry share/apps/kwebkitpart/kpartplugins -@comment @dirrmtry share/apps/kwebkitpart @dirrm share/apps/choqok_searchaction @dirrm share/apps/choqok_quickfilter @dirrm share/apps/choqok_nowlistening >Release-Note: >Audit-Trail: >Unformatted: