pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/zope25 Make Zope product dependency stricter, so t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/239611a77aa4
branches:  trunk
changeset: 529727:239611a77aa4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 09 23:28:37 2007 +0000

description:
Make Zope product dependency stricter, so that it doesn't match
Zope 2.9 and later. No revision bump for all components, but this
should help pkg_add to pick up the right Zope when binaries for all are
available. Discussed with taca@

diffstat:

 www/zope25/product.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r db51dd0c8a0c -r 239611a77aa4 www/zope25/product.mk
--- a/www/zope25/product.mk     Sat Jun 09 23:28:17 2007 +0000
+++ b/www/zope25/product.mk     Sat Jun 09 23:28:37 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: product.mk,v 1.10 2006/04/06 06:22:56 reed Exp $
+# $NetBSD: product.mk,v 1.11 2007/06/09 23:28:37 joerg Exp $
 
 DIST_SUBDIR=   zope
-BUILDLINK_API_DEPENDS.zope?=   zope-2.*
+BUILDLINK_API_DEPENDS.zope?=   zope>=2.5<2.7
 DEPENDS+=      ${BUILDLINK_API_DEPENDS.zope}:../../www/zope25
 EVAL_PREFIX+=  BUILDLINK_PREFIX.zope=zope25
 BUILDLINK_PREFIX.zope_DEFAULT= ${LOCALBASE}



Home | Main Index | Thread Index | Old Index