Date: Sat, 1 Jul 2017 14:20:26 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444822 - head/textproc/py-texttable Message-ID: <201707011420.v61EKQ5Q043309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Jul 1 14:20:26 2017 New Revision: 444822 URL: https://svnweb.freebsd.org/changeset/ports/444822 Log: textproc/py-texttable: Update to 0.9.1 - Add support for combining characters (#19) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11418 Modified: head/textproc/py-texttable/Makefile head/textproc/py-texttable/distinfo Modified: head/textproc/py-texttable/Makefile ============================================================================== --- head/textproc/py-texttable/Makefile Sat Jul 1 13:58:39 2017 (r444821) +++ head/textproc/py-texttable/Makefile Sat Jul 1 14:20:26 2017 (r444822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texttable -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-texttable/distinfo ============================================================================== --- head/textproc/py-texttable/distinfo Sat Jul 1 13:58:39 2017 (r444821) +++ head/textproc/py-texttable/distinfo Sat Jul 1 14:20:26 2017 (r444822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495156311 -SHA256 (texttable-0.9.0.tar.gz) = ea73c237071c3981c90854ed4dcd596d10719e568c606e94ce459e89081a6520 -SIZE (texttable-0.9.0.tar.gz) = 10820 +TIMESTAMP = 1498695619 +SHA256 (texttable-0.9.1.tar.gz) = 119041773ff03596b56392532f9315cb3a3116e404fd6f36e76a7dc088d95c79 +SIZE (texttable-0.9.1.tar.gz) = 11074
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707011420.v61EKQ5Q043309>