diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-12-23 14:53:43 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-12-23 14:53:43 +0000 |
commit | db05ad73729ec5ebef587ccc2e1b97776a1ffc2c (patch) | |
tree | d8d1c117bd5af4c037703b4c94f5624d3f641bdb /databases | |
parent | Fix build in -CURRENT: avoid conflicts by not building port's version (diff) |
Fix master site (doesn't fetch) and change homepage.
PR: ports/46495
Submitted by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbXML/Makefile | 2 | ||||
-rw-r--r-- | databases/dbXML/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbXML/Makefile b/databases/dbXML/Makefile index 5d06872ae5b8..9fb76a6d83bc 100644 --- a/databases/dbXML/Makefile +++ b/databases/dbXML/Makefile @@ -8,7 +8,7 @@ PORTNAME= dbXML PORTVERSION= 1.0b2 CATEGORIES= databases java -MASTER_SITES= http://www.dbxml.org/files/ +MASTER_SITES= http://www.dbxml.com/files/ DISTNAME= dbXML-Core-${PORTVERSION} MAINTAINER= rws@procopia.com diff --git a/databases/dbXML/pkg-descr b/databases/dbXML/pkg-descr index 1d9ad0f01ebd..664056a9d34d 100644 --- a/databases/dbXML/pkg-descr +++ b/databases/dbXML/pkg-descr @@ -5,4 +5,4 @@ the ability to query these collections using XPath. The server is lightweight, modular and suitable for embedding in custom applications or running as a standalone database. -WWW: http://www.dbxml.org/ +WWW: http://www.dbxml.com/ |