Date: Thu, 31 Oct 2013 11:22:48 GMT From: Jaap Boender <jaapb@kerguelen.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/183523: [patch] Update: www/choqok to version 1.4 Message-ID: <201310311122.r9VBMmqO081409@oldred.freebsd.org> Resent-Message-ID: <201310311130.r9VBU1IX022774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311122.r9VBMmqO081409>