From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 16:10:21 2014 Return-Path: Delivered-To: svn-ports-head@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 4EB182DE; Tue, 16 Sep 2014 16:10:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F41C354; Tue, 16 Sep 2014 16:10:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GGAK07046003; Tue, 16 Sep 2014 16:10:20 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GGAKVV046000; Tue, 16 Sep 2014 16:10:20 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201409161610.s8GGAKVV046000@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 16 Sep 2014 16:10:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368334 - head/devel/py-tabulate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 16:10:21 -0000 Author: jhale Date: Tue Sep 16 16:10:20 2014 New Revision: 368334 URL: http://svnweb.freebsd.org/changeset/ports/368334 QAT: https://qat.redports.org/buildarchive/r368334/ Log: - Update to 0.7.3 While here: - Add WWW to pkg-descr PR: 193663 Submitted by: Nikolay Dachev (maintainer) Modified: head/devel/py-tabulate/Makefile head/devel/py-tabulate/distinfo head/devel/py-tabulate/pkg-descr Modified: head/devel/py-tabulate/Makefile ============================================================================== --- head/devel/py-tabulate/Makefile Tue Sep 16 16:02:50 2014 (r368333) +++ head/devel/py-tabulate/Makefile Tue Sep 16 16:10:20 2014 (r368334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tabulate -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tabulate/distinfo ============================================================================== --- head/devel/py-tabulate/distinfo Tue Sep 16 16:02:50 2014 (r368333) +++ head/devel/py-tabulate/distinfo Tue Sep 16 16:10:20 2014 (r368334) @@ -1,2 +1,2 @@ -SHA256 (tabulate-0.7.2.tar.gz) = 532ccab8d9e4659a5f016d84814df86cc04763785e9de2739e890d956dc82d8f -SIZE (tabulate-0.7.2.tar.gz) = 19792 +SHA256 (tabulate-0.7.3.tar.gz) = 8a59a61ed6ddfdb009f15917e0f006cc5842f9daa72c519593b7a095e645532a +SIZE (tabulate-0.7.3.tar.gz) = 22315 Modified: head/devel/py-tabulate/pkg-descr ============================================================================== --- head/devel/py-tabulate/pkg-descr Tue Sep 16 16:02:50 2014 (r368333) +++ head/devel/py-tabulate/pkg-descr Tue Sep 16 16:10:20 2014 (r368334) @@ -8,3 +8,5 @@ lightweight plain-text markup: multiple suitable for further editing or transformation readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point + +WWW: https://bitbucket.org/astanin/python-tabulate