diff options
author | obraun <obraun@FreeBSD.org> | 2002-12-23 22:53:43 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-12-23 22:53:43 +0800 |
commit | fb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe (patch) | |
tree | b2715f4a64369bfb98876cd5349153789957ea7d /databases | |
parent | 188db3a7c5bb923aab2044fb6554589750336bb0 (diff) | |
download | freebsd-ports-gnome-fb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe.tar.gz freebsd-ports-gnome-fb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe.tar.zst freebsd-ports-gnome-fb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe.zip |
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/ |