diff options
author | wg <wg@FreeBSD.org> | 2014-06-02 07:04:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-06-02 07:04:51 +0800 |
commit | 5e7c2e2e8bc8fea56e923d5f08edab9994abe3ff (patch) | |
tree | 22c117c454419fe534070fc2c1b6787f71a4540c /databases/py-sqlobject | |
parent | f15cf988028b20a1c377e8b411135a1713669cfd (diff) | |
download | freebsd-ports-gnome-5e7c2e2e8bc8fea56e923d5f08edab9994abe3ff.tar.gz freebsd-ports-gnome-5e7c2e2e8bc8fea56e923d5f08edab9994abe3ff.tar.zst freebsd-ports-gnome-5e7c2e2e8bc8fea56e923d5f08edab9994abe3ff.zip |
databases/py-sqlobject: update to 1.6.0 and add license
PR: ports/190421
Submitted by: Bartek Rutkowski <ports at robakdesign com>
Diffstat (limited to 'databases/py-sqlobject')
-rw-r--r-- | databases/py-sqlobject/Makefile | 4 | ||||
-rw-r--r-- | databases/py-sqlobject/distinfo | 4 | ||||
-rw-r--r-- | databases/py-sqlobject/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile index cb8940490ed3..ee780425309d 100644 --- a/databases/py-sqlobject/Makefile +++ b/databases/py-sqlobject/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlobject -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ DISTNAME= SQLObject-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Python object for manipulation with SQL table row +LICENSE= LGPL21 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/databases/py-sqlobject/distinfo b/databases/py-sqlobject/distinfo index 1f5910583450..1740aa04bfdf 100644 --- a/databases/py-sqlobject/distinfo +++ b/databases/py-sqlobject/distinfo @@ -1,2 +1,2 @@ -SHA256 (SQLObject-1.5.2.tar.gz) = 98af5e0ce6d8fbc92c9f8ce4d166410992c491f80ab926a42312b98cd9810832 -SIZE (SQLObject-1.5.2.tar.gz) = 276715 +SHA256 (SQLObject-1.6.0.tar.gz) = 7299dc568d074ea8cb418bf3ad64a5ed380ae6c18be381519ead6c6a2e578b95 +SIZE (SQLObject-1.6.0.tar.gz) = 276441 diff --git a/databases/py-sqlobject/pkg-descr b/databases/py-sqlobject/pkg-descr index 323c59c50cc4..57056e5853fd 100644 --- a/databases/py-sqlobject/pkg-descr +++ b/databases/py-sqlobject/pkg-descr @@ -2,4 +2,4 @@ SQLObject is an object-relational mapper. It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database. -WWW: http://www.sqlobject.org/ +WWW: http://www.sqlobject.org |