Index: head/databases/py-dbutils/Makefile =================================================================== --- head/databases/py-dbutils/Makefile (revision 433390) +++ head/databases/py-dbutils/Makefile (revision 433391) @@ -1,19 +1,20 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= dbutils -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= databases python -MASTER_SITES= http://www.w4py.org/downloads/DBUtils/ \ - CHEESESHOP +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 + +NO_ARCH= yes USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Index: head/databases/py-dbutils/distinfo =================================================================== --- head/databases/py-dbutils/distinfo (revision 433390) +++ head/databases/py-dbutils/distinfo (revision 433391) @@ -1,2 +1,3 @@ -SHA256 (DBUtils-1.1.tar.gz) = d62d1abaafdbd9245a53e9c901f4162125d0258ef8a489233dba4689cea0bff7 -SIZE (DBUtils-1.1.tar.gz) = 109943 +TIMESTAMP = 1486287417 +SHA256 (DBUtils-1.1.1.tar.gz) = 4051d7fe0d5be6b0dff87cd2344247592de03bf25d58e4d8a4c7b3d5e35fdb8d +SIZE (DBUtils-1.1.1.tar.gz) = 92371 Index: head/databases/py-dbutils/pkg-descr =================================================================== --- head/databases/py-dbutils/pkg-descr (revision 433390) +++ head/databases/py-dbutils/pkg-descr (revision 433391) @@ -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: http://www.webwareforpython.org/DBUtils +WWW: https://cito.github.io/DBUtils/