View | Details | Raw Unified | Return to bug 190421
Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sqlobject
4
PORTNAME=	sqlobject
5
PORTVERSION=	1.5.2
5
PORTVERSION=	1.6.0
6
CATEGORIES=	databases python
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-16 Link Here
11
MAINTAINER=	wg@FreeBSD.org
11
MAINTAINER=	wg@FreeBSD.org
12
COMMENT=	Python object for manipulation with SQL table row
12
COMMENT=	Python object for manipulation with SQL table row
13
13
14
LICENSE=	LGPL21
15
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}formencode>=1.2.2:${PORTSDIR}/www/py-formencode
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
18
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (SQLObject-1.5.2.tar.gz) = 98af5e0ce6d8fbc92c9f8ce4d166410992c491f80ab926a42312b98cd9810832
1
SHA256 (SQLObject-1.6.0.tar.gz) = 7299dc568d074ea8cb418bf3ad64a5ed380ae6c18be381519ead6c6a2e578b95
2
SIZE (SQLObject-1.5.2.tar.gz) = 276715
2
SIZE (SQLObject-1.6.0.tar.gz) = 276441
(-)pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
It allows you to translate RDBMS table rows into Python objects,
2
It allows you to translate RDBMS table rows into Python objects,
3
and manipulate those objects to transparently manipulate the database.
3
and manipulate those objects to transparently manipulate the database.
4
4
5
WWW: http://www.sqlobject.org/
5
WWW: http://www.sqlobject.org

Return to bug 190421