From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 30 07:10:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D40F106566C for ; Sat, 30 Apr 2011 07:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F11D28FC0A for ; Sat, 30 Apr 2011 07:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3U7A91X034709 for ; Sat, 30 Apr 2011 07:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3U7A9dv034708; Sat, 30 Apr 2011 07:10:09 GMT (envelope-from gnats) Date: Sat, 30 Apr 2011 07:10:09 GMT Message-Id: <201104300710.p3U7A9dv034708@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Olivier Duchateau Cc: Subject: Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca microblogging client written in Python and JavaScript X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olivier Duchateau List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2011 07:10:10 -0000 The following reply was made to PR ports/156415; it has been noted by GNATS. From: Olivier Duchateau To: bug-followup Cc: Subject: Re: ports/156415: [NEW PORT] net-im/py-hotot, Twitter and Identi.ca microblogging client written in Python and JavaScript Date: Sat, 30 Apr 2011 09:01:13 +0200 Update to 0.9.6-hg781, below diff diff -u py-hotot/Makefile /usr/ports/net-im/py-hotot/Makefile --- py-hotot/Makefile 2011-04-26 18:54:21.000000000 +0200 +++ /usr/ports/net-im/py-hotot/Makefile 2011-04-30 07:20:49.000000000 +0200 @@ -7,11 +7,11 @@ PORTNAME= hotot PORTVERSION= 0.9.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im python MASTER_SITES= http://avignu.tuxfamily.org/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}~hg779 +DISTNAME= ${PORTNAME}-${PORTVERSION}~hg781 MAINTAINER= duchateau.olivier@gmail.com COMMENT= Twitter and Identi.ca microblogging client diff -u py-hotot/distinfo /usr/ports/net-im/py-hotot/distinfo --- py-hotot/distinfo 2011-04-26 18:54:21.000000000 +0200 +++ /usr/ports/net-im/py-hotot/distinfo 2011-04-30 07:20:32.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (hotot-0.9.6~hg779.tar.gz) = 27b32e00ab80578a01c63c1f42dfcada54b1f12148a3390366ddcf5ce59bae19 -SIZE (hotot-0.9.6~hg779.tar.gz) = 481762 +SHA256 (hotot-0.9.6~hg781.tar.gz) = d78952048245f715cf14e80f48bdf252f047fe2cc1d0fd4aace14c829d99f890 +SIZE (hotot-0.9.6~hg781.tar.gz) = 482715 -- olivier