Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 17:10:08 GMT
From:      Olivier Duchateau <duchateau.olivier@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca microblogging client written in Python and JavaScript
Message-ID:  <201104261710.p3QHA8Wp057269@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156415; it has been noted by GNATS.

From: Olivier Duchateau <duchateau.olivier@gmail.com>
To: bug-followup <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca
 microblogging client written in Python and JavaScript
Date: Tue, 26 Apr 2011 19:03:42 +0200

 Update to 0.9.6~hg779. Below diff between the previous and the new.
 
 
 diff -urN py-hotot/Makefile /usr/ports/net-im/py-hotot/Makefile
 --- py-hotot/Makefile	2011-04-26 18:47:56.000000000 +0200
 +++ /usr/ports/net-im/py-hotot/Makefile	2011-04-26 18:42:22.000000000 +0200
 @@ -7,11 +7,11 @@
 
  PORTNAME=	hotot
  PORTVERSION=	0.9.6
 -PORTREVISION=	4
 +PORTREVISION=	5
  CATEGORIES=	net-im python
  MASTER_SITES=	http://avignu.tuxfamily.org/FreeBSD/distfiles/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 -DISTNAME=	${PORTNAME}-${PORTVERSION}~hg773
 +DISTNAME=	${PORTNAME}-${PORTVERSION}~hg779
 
  MAINTAINER=	duchateau.olivier@gmail.com
  COMMENT=	Twitter and Identi.ca microblogging client
 diff -urN py-hotot/distinfo /usr/ports/net-im/py-hotot/distinfo
 --- py-hotot/distinfo	2011-04-26 18:47:56.000000000 +0200
 +++ /usr/ports/net-im/py-hotot/distinfo	2011-04-26 18:33:54.000000000 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (hotot-0.9.6~hg773.tar.gz) =
 74354771ccc62e398ff4e33ed6c000d7d589533f15c72b17759c0531e5138610
 -SIZE (hotot-0.9.6~hg773.tar.gz) = 480469
 +SHA256 (hotot-0.9.6~hg779.tar.gz) =
 27b32e00ab80578a01c63c1f42dfcada54b1f12148a3390366ddcf5ce59bae19
 +SIZE (hotot-0.9.6~hg779.tar.gz) = 481762
 diff -urN py-hotot/files/patch-data_js_conf.js
 /usr/ports/net-im/py-hotot/files/patch-data_js_conf.js
 --- py-hotot/files/patch-data_js_conf.js	2011-04-26 18:47:56.000000000 +0200
 +++ /usr/ports/net-im/py-hotot/files/patch-data_js_conf.js	2011-04-26
 18:46:10.000000000 +0200
 @@ -16,7 +16,7 @@
  -    , 'size_w': 500
  -    , 'size_h': 550
  +    , 'size_w': 150
 -+    , 'size_h': 420
 ++    , 'size_h': 430
       , 'use_ubuntu_indicator': true
  -    , 'font_list': ['Arial', 'Wide', 'Narrow', 'Calibri', 'Cambria',
 'Comic Sans MS', 'Consolas', 'Corsiva', 'Courier New', 'Droid Sans',
 'Droid Serif', 'Syncopate', 'Times New Roman']
  +    , 'font_list': ['DejaVu Sans', 'Verdana', 'sans-serif']
 diff -urN py-hotot/files/patch-hotot_hotot.py
 /usr/ports/net-im/py-hotot/files/patch-hotot_hotot.py
 --- py-hotot/files/patch-hotot_hotot.py	2011-04-26 18:47:56.000000000 +0200
 +++ /usr/ports/net-im/py-hotot/files/patch-hotot_hotot.py	2011-04-26
 18:46:28.000000000 +0200
 @@ -7,7 +7,7 @@
  -        self.window.set_position(gtk.WIN_POS_CENTER)
  -        #self.window.set_default_size(500, 550)
  +        self.window.set_position(gtk.WIN_POS_CENTER_ON_PARENT)
 -+        self.window.set_default_size(150, 420)
 ++        self.window.set_default_size(150, 430)
 
           vbox = gtk.VBox()
           scrollw = gtk.ScrolledWindow()
 diff -urN py-hotot/pkg-plist /usr/ports/net-im/py-hotot/pkg-plist
 --- py-hotot/pkg-plist	2011-04-26 18:47:56.000000000 +0200
 +++ /usr/ports/net-im/py-hotot/pkg-plist	2011-04-26 18:41:09.000000000 +0200
 @@ -51,6 +51,7 @@
  %%DATADIR%%/image/ani_loading_bar.gif
  %%DATADIR%%/image/ani_loading_bar_gray.gif
  %%DATADIR%%/image/expand.png
 +%%DATADIR%%/image/delete_ic_16.png
  %%DATADIR%%/image/fav_ic_16.png
  %%DATADIR%%/image/faved_ic_16.png
  %%DATADIR%%/image/fold.png
 @@ -59,24 +60,20 @@
  %%DATADIR%%/image/ic16_arrow_down_gray.png
  %%DATADIR%%/image/ic16_arrow_up_gray.png
  %%DATADIR%%/image/ic16_close.png
 -%%DATADIR%%/image/ic16_del.png
  %%DATADIR%%/image/ic16_dm.png
 -%%DATADIR%%/image/ic16_fav.png
  %%DATADIR%%/image/ic16_hotot.png
  %%DATADIR%%/image/ic16_identica.png
  %%DATADIR%%/image/ic16_link.png
  %%DATADIR%%/image/ic16_remove_red.png
  %%DATADIR%%/image/ic16_retweet_light.png
 -%%DATADIR%%/image/ic16_rt.png
  %%DATADIR%%/image/ic16_twitter.png
 -%%DATADIR%%/image/ic16_unfav.png
  %%DATADIR%%/image/ic24_hotot.png
  %%DATADIR%%/image/ic24_hotot_mono_dark.svg
  %%DATADIR%%/image/ic24_hotot_mono_light.png
  %%DATADIR%%/image/ic24_hotot_mono_light.svg
 -%%DATADIR%%/image/ic24_wall.png
  %%DATADIR%%/image/ic32_hotot.png
  %%DATADIR%%/image/ic32_hotot_classics.png
 +%%DATADIR%%/image/ic32_hotot_mono_light.png
  %%DATADIR%%/image/ic32_profile_add.png
  %%DATADIR%%/image/ic32_profile_identica.png
  %%DATADIR%%/image/ic32_profile_twitter.png
 @@ -85,7 +82,6 @@
  %%DATADIR%%/image/ic64_hotot.png
  %%DATADIR%%/image/ic64_hotot_classics.png
  %%DATADIR%%/image/ic_dm.png
 -%%DATADIR%%/image/ic_fav.png
  %%DATADIR%%/image/ic_home.png
  %%DATADIR%%/image/ic_mention.png
  %%DATADIR%%/image/ic_people.png
 
 
 -- 
 olivier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104261710.p3QHA8Wp057269>