Update to 1.8.1
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
This commit is contained in:
parent
d8ff5d3849
commit
1d9c54b593
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450214
2 changed files with 5 additions and 5 deletions
|
@ -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-completion and syntax highlighting
|
|||
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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue