aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-18 13:45:24 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-18 13:45:24 +0800
commitabc1315e002c8c37aeef0ab75d9ad6aa236ebed7 (patch)
treeb87f06817458c1b44be6d43cd82f6a52a9d370c7 /databases
parent55d1c27620dc7fcb5eb6fa5d2882cd5e7987c753 (diff)
downloadfreebsd-ports-gnome-abc1315e002c8c37aeef0ab75d9ad6aa236ebed7.tar.gz
freebsd-ports-gnome-abc1315e002c8c37aeef0ab75d9ad6aa236ebed7.tar.zst
freebsd-ports-gnome-abc1315e002c8c37aeef0ab75d9ad6aa236ebed7.zip
Per distfile list, fix fetch and WWW location.
Diffstat (limited to 'databases')
-rw-r--r--databases/zodb/Makefile2
-rw-r--r--databases/zodb/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/zodb/Makefile b/databases/zodb/Makefile
index bd3cfe24fece..55469cb71938 100644
--- a/databases/zodb/Makefile
+++ b/databases/zodb/Makefile
@@ -9,7 +9,7 @@ PORTNAME= zodb
PORTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= databases python
-MASTER_SITES= http://www.zope.org/Products/StandaloneZODB/
+MASTER_SITES= http://www.zope.org/Products/StandaloneZODB/1.0%20final/
DISTNAME= StandaloneZODB-${PORTVERSION}
MAINTAINER= wjv@FreeBSD.org
diff --git a/databases/zodb/pkg-descr b/databases/zodb/pkg-descr
index 16fdf845828b..fcb7a208722b 100644
--- a/databases/zodb/pkg-descr
+++ b/databases/zodb/pkg-descr
@@ -15,7 +15,7 @@ StandaloneZODB includes a standalone version of Zope Enterprise
Objects (ZEO), a tool to distribute ZODB stores across a network.
Author: Barry A Warsaw <barry@zope.com> and a host of others
-WWW: http://www.zope.org/Products/StandaloneZODB
+WWW: http://www.zope.org/Products/StandaloneZODB/
See also: http://amk.ca/zodb/guide/ (ZODB Programming Guide)
-- Johann Visagie <wjv@FreeBSD.org>