Per distfile list, fix fetch and WWW location.

This commit is contained in:
Mark Linimon 2003-12-18 05:45:24 +00:00
parent 5364f2e0bd
commit ed9d5928e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96129
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>