diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 05:45:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-18 05:45:24 +0000 |
commit | ed9d5928e56382a0edadae82a23b9c3d0858c325 (patch) | |
tree | 1efeaff1d14d9c57545b8d6de4f4f64b72fbda6e | |
parent | Enable compilation under FreeBSD 4.9. (diff) |
Per distfile list, fix fetch and WWW location.
Notes
Notes:
svn path=/head/; revision=96129
-rw-r--r-- | databases/zodb/Makefile | 2 | ||||
-rw-r--r-- | databases/zodb/pkg-descr | 2 |
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> |