svn commit: r368334 - head/devel/py-tabulate
Jason E. Hale
jhale at FreeBSD.org
Tue Sep 16 16:10:21 UTC 2014
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 <nikolay at dachev.info> (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
More information about the svn-ports-all
mailing list