Index: head/databases/pydbx/Makefile =================================================================== --- head/databases/pydbx/Makefile (revision 351345) +++ head/databases/pydbx/Makefile (revision 351346) @@ -1,18 +1,17 @@ # Created by: David Phillips # $FreeBSD$ PORTNAME= pydbx PORTVERSION= 0.14 CATEGORIES= databases python MASTER_SITES= http://david.acz.org/pydbx/ \ http://ftp.giga.net.tw/OS/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= david@acz.org COMMENT= Simple SQL database abstraction layer for Python USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes .include Index: head/databases/pydbx/pkg-descr =================================================================== --- head/databases/pydbx/pkg-descr (revision 351345) +++ head/databases/pydbx/pkg-descr (revision 351346) @@ -1,6 +1,6 @@ dbx is a simple SQL database abstraction layer for Python. The goal of dbx is to make using a SQL database as simple as possible while providing a consistent API across different databases. Author: David Phillips -WWW: http://david.acz.org/pydbx/ +WWW: http://david.acz.org/pydbx/