From ad6ea66e2c562c474be5186e7db27ad77a1ea854 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 25 May 2003 22:14:13 +0000 Subject: [PATCH] Fix master site URL, bump minimum version in dependency. From: Xavier Santolaria --- www/zope-cmf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/zope-cmf/Makefile b/www/zope-cmf/Makefile index 868b68d5577..f4333a091e0 100644 --- a/www/zope-cmf/Makefile +++ b/www/zope-cmf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/05/25 22:02:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2003/05/25 22:14:13 naddy Exp $ COMMENT= "Zope content management framework" @@ -13,15 +13,15 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE}/download/CMF-${VERSION}/ +MASTER_SITES= ${HOMEPAGE}download/CMF-${VERSION}/ DISTNAME= CMF-${VERSION} # Zope Public License (ZPL) 2.0 BUILD_DEPENDS= :python-2.1*:lang/python/2.1 \ - :zope->=2.4.0:www/zope + :zope->=2.4.3:www/zope RUN_DEPENDS= :python-2.1*:lang/python/2.1 \ - :zope->=2.4.0:www/zope + :zope->=2.4.3:www/zope NO_REGRESS= Yes