Index: head/databases/py-pg8000/Makefile =================================================================== --- head/databases/py-pg8000/Makefile (revision 529045) +++ head/databases/py-pg8000/Makefile (revision 529046) @@ -1,22 +1,23 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= pg8000 -PORTVERSION= 1.13.2 +PORTVERSION= 1.14.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Pure-Python Interface to the PostgreSQL Database LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scramp>=0:security/py-scramp@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/databases/py-pg8000/distinfo =================================================================== --- head/databases/py-pg8000/distinfo (revision 529045) +++ head/databases/py-pg8000/distinfo (revision 529046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562143981 -SHA256 (pg8000-1.13.2.tar.gz) = eebcb4176a7e407987e525a07454882f611985e0becb2b73f76efb93bbdc0aab -SIZE (pg8000-1.13.2.tar.gz) = 55835 +TIMESTAMP = 1585039551 +SHA256 (pg8000-1.14.1.tar.gz) = 7e87f5ec51eab2bb1f2a75a687b681152d60ec26828c93c244f00d5d085da64a +SIZE (pg8000-1.14.1.tar.gz) = 73626 Index: head/databases/py-pg8000/pkg-descr =================================================================== --- head/databases/py-pg8000/pkg-descr (revision 529045) +++ head/databases/py-pg8000/pkg-descr (revision 529046) @@ -1,9 +1,9 @@ pg8000 is a Pure-Python interface to the PostgreSQL database engine. It is one of many PostgreSQL interfaces for the Python programming language. pg8000 is somewhat distinctive in that it is written entirely in Python and does not rely on any external libraries (such as a compiled python module, or PostgreSQL's libpq library). pg8000 supports the standard Python DB-API version 2.0. -WWW: https://github.com/mfenniak/pg8000 +WWW: https://github.com/tlocke/pg8000