aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 10:06:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 10:06:22 +0000
commit634c18139cc78e8795d4657526cf88eb5ed5d7bc (patch)
tree721787b9ecd3d1aa8865e5213ca80b9d49472e9a /databases
parentc3ab83847671811095275deb4c327335155d5789 (diff)
downloadports-634c18139cc78e8795d4657526cf88eb5ed5d7bc.tar.gz
ports-634c18139cc78e8795d4657526cf88eb5ed5d7bc.zip
Update to 1.1.1
- Clean up MASTER_SITES - Add LICENSE - Add NO_ARCH - Sort USE_PYTHON - Update WWW Changes: https://cito.github.io/DBUtils/RelNotes-1.1.1.html
Notes
Notes: svn path=/head/; revision=433391
Diffstat (limited to 'databases')
-rw-r--r--databases/py-dbutils/Makefile11
-rw-r--r--databases/py-dbutils/distinfo5
-rw-r--r--databases/py-dbutils/pkg-descr2
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/py-dbutils/Makefile b/databases/py-dbutils/Makefile
index 431ac83a990c..b9bde19c8cc8 100644
--- a/databases/py-dbutils/Makefile
+++ b/databases/py-dbutils/Makefile
@@ -2,18 +2,19 @@
# $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 <bsd.port.mk>
diff --git a/databases/py-dbutils/distinfo b/databases/py-dbutils/distinfo
index 25ed1ae36c46..e939f5ecab80 100644
--- a/databases/py-dbutils/distinfo
+++ b/databases/py-dbutils/distinfo
@@ -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
diff --git a/databases/py-dbutils/pkg-descr b/databases/py-dbutils/pkg-descr
index 2473794f4b37..0c5ed819bf70 100644
--- a/databases/py-dbutils/pkg-descr
+++ b/databases/py-dbutils/pkg-descr
@@ -3,4 +3,4 @@ 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/