Index: head/databases/py-dbutils/Makefile =================================================================== --- head/databases/py-dbutils/Makefile (revision 551416) +++ head/databases/py-dbutils/Makefile (revision 551417) @@ -1,20 +1,22 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= dbutils -PORTVERSION= 1.3 +PORTVERSION= 2.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= DBUtils-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Providing solid, persistent, and pooled connections to a database LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include Index: head/databases/py-dbutils/distinfo =================================================================== --- head/databases/py-dbutils/distinfo (revision 551416) +++ head/databases/py-dbutils/distinfo (revision 551417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533411985 -SHA256 (DBUtils-1.3.tar.gz) = 0f7348ac0ea6c6830976628209dd3de3d76ac3e7f770c9225920866b50a70422 -SIZE (DBUtils-1.3.tar.gz) = 91733 +TIMESTAMP = 1601754224 +SHA256 (DBUtils-2.0.tar.gz) = 4f3cb5279560b0b5197c22f7b0b1980da829b743f1a422e38deb28c14475318c +SIZE (DBUtils-2.0.tar.gz) = 92911 Index: head/databases/py-dbutils/pkg-descr =================================================================== --- head/databases/py-dbutils/pkg-descr (revision 551416) +++ head/databases/py-dbutils/pkg-descr (revision 551417) @@ -1,6 +1,6 @@ DBUtils is a suite of tools providing solid, persistent and pooled connections to a database that can be used in all kinds of multi-threaded environments like Webware for Python or other web application servers. The suite supports DB-API 2 compliant database interfaces and the classic PyGreSQL interface. -WWW: https://cito.github.io/DBUtils/ +WWW: https://webwareforpython.github.io/DBUtils/