svn commit: r493096 - head/textproc/py-texttable

Danilo G. Baio dbaio at FreeBSD.org
Sat Feb 16 20:34:04 UTC 2019


Author: dbaio
Date: Sat Feb 16 20:34:03 2019
New Revision: 493096
URL: https://svnweb.freebsd.org/changeset/ports/493096

Log:
  textproc/py-texttable: Update to 1.6.1
  
  Add LICENSE_FILE.
  
  Changelog:	https://raw.githubusercontent.com/foutaise/texttable/v1.6.1/CHANGELOG.md

Modified:
  head/textproc/py-texttable/Makefile
  head/textproc/py-texttable/distinfo

Modified: head/textproc/py-texttable/Makefile
==============================================================================
--- head/textproc/py-texttable/Makefile	Sat Feb 16 20:11:43 2019	(r493095)
+++ head/textproc/py-texttable/Makefile	Sat Feb 16 20:34:03 2019	(r493096)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	texttable
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	dbaio at FreeBSD.org
 COMMENT=	Module for creating simple ASCII tables
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CJKWRAP_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cjkwrap>=0:textproc/py-cjkwrap@${PY_FLAVOR}
 

Modified: head/textproc/py-texttable/distinfo
==============================================================================
--- head/textproc/py-texttable/distinfo	Sat Feb 16 20:11:43 2019	(r493095)
+++ head/textproc/py-texttable/distinfo	Sat Feb 16 20:34:03 2019	(r493096)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548511504
-SHA256 (texttable-1.6.0.tar.gz) = 624b9d6a94255b3d168b22f0808b78eca8b765d8b14c095e530641b8655c7dfc
-SIZE (texttable-1.6.0.tar.gz) = 9106
+TIMESTAMP = 1550348267
+SHA256 (texttable-1.6.1.tar.gz) = 2b60a5304ccfbeac80ffae7350d7c2f5d7a24e9aab5036d0f82489746419d9b2
+SIZE (texttable-1.6.1.tar.gz) = 14000


More information about the svn-ports-all mailing list