From owner-svn-ports-all@freebsd.org Wed Sep 20 16:31:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0ABAE16090; Wed, 20 Sep 2017 16:31:57 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id AE4F871633; Wed, 20 Sep 2017 16:31:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8KGVujl036541; Wed, 20 Sep 2017 16:31:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8KGVuWC036539; Wed, 20 Sep 2017 16:31:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709201631.v8KGVuWC036539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Sep 2017 16:31:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450214 - head/databases/py-pgcli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-pgcli X-SVN-Commit-Revision: 450214 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2017 16:31:58 -0000 Author: sunpoet Date: Wed Sep 20 16:31:56 2017 New Revision: 450214 URL: https://svnweb.freebsd.org/changeset/ports/450214 Log: Update to 1.8.1 Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Modified: head/databases/py-pgcli/Makefile head/databases/py-pgcli/distinfo Modified: head/databases/py-pgcli/Makefile ============================================================================== --- head/databases/py-pgcli/Makefile Wed Sep 20 16:31:51 2017 (r450213) +++ head/databases/py-pgcli/Makefile Wed Sep 20 16:31:56 2017 (r450214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgcli -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= CLI for Postgres Database with auto-completio LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=0.2.0:devel/py-cli-helpers \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=0.2.3:devel/py-cli-helpers \ ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}humanize>=0.5.1:devel/py-humanize \ Modified: head/databases/py-pgcli/distinfo ============================================================================== --- head/databases/py-pgcli/distinfo Wed Sep 20 16:31:51 2017 (r450213) +++ head/databases/py-pgcli/distinfo Wed Sep 20 16:31:56 2017 (r450214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505487252 -SHA256 (pgcli-1.8.0.tar.gz) = 9cea027fed2e86d2a6552a962f6817a391560c080f98e5f2977b9385b3315664 -SIZE (pgcli-1.8.0.tar.gz) = 56599 +TIMESTAMP = 1505917711 +SHA256 (pgcli-1.8.1.tar.gz) = 9a29b4082987760ea336697d3d4a4ecf9c126d7d6b56001d6d897d438bd91ce7 +SIZE (pgcli-1.8.1.tar.gz) = 56572