mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.11.0
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
This commit is contained in:
parent
6f0bdc137a
commit
eaf7a0061b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480673
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pgcli
|
PORTNAME= pgcli
|
||||||
PORTVERSION= 1.10.3
|
PORTVERSION= 1.11.0
|
||||||
CATEGORIES= databases python
|
CATEGORIES= databases python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -24,8 +24,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1:devel/py-cli-helpers@${PY
|
||||||
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${PY_FLAVOR}
|
||||||
|
|
||||||
NO_ARCH= yes
|
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
|
||||||
USES= pgsql python
|
USES= pgsql python
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1532809039
|
TIMESTAMP = 1537889519
|
||||||
SHA256 (pgcli-1.10.3.tar.gz) = 8bb1217f5a472295e7b973a4d8e299df7ccad13e75806d0c3893ec9f858ed770
|
SHA256 (pgcli-1.11.0.tar.gz) = caa417d90b50fe2d4580951944e7bc65518d9eed5e65d43182d2b893d3a219e7
|
||||||
SIZE (pgcli-1.10.3.tar.gz) = 109543
|
SIZE (pgcli-1.11.0.tar.gz) = 111007
|
||||||
|
|
Loading…
Add table
Reference in a new issue