From owner-svn-ports-head@freebsd.org Sat Feb 16 20:34:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C46B214F434A; Sat, 16 Feb 2019 20:34:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 664D46C7CC; Sat, 16 Feb 2019 20:34:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56190BDA3; Sat, 16 Feb 2019 20:34:04 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1GKY4KZ005869; Sat, 16 Feb 2019 20:34:04 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1GKY42e005867; Sat, 16 Feb 2019 20:34:04 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201902162034.x1GKY42e005867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 16 Feb 2019 20:34:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493096 - head/textproc/py-texttable X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/textproc/py-texttable X-SVN-Commit-Revision: 493096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 664D46C7CC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 16 Feb 2019 20:34:04 -0000 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@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