pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/g-wrap196 Merge upper and lower bound, otherwise...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0e42fdffb5a
branches:  trunk
changeset: 530209:b0e42fdffb5a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 18 22:17:07 2007 +0000

description:
Merge upper and lower bound, otherwise the upper bound is seen too
late by pkg_add and the newer g-wrap picked.

diffstat:

 devel/g-wrap196/buildlink3.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6b6806bfc10b -r b0e42fdffb5a devel/g-wrap196/buildlink3.mk
--- a/devel/g-wrap196/buildlink3.mk     Mon Jun 18 21:33:32 2007 +0000
+++ b/devel/g-wrap196/buildlink3.mk     Mon Jun 18 22:17:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/05/17 17:39:04 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2007/06/18 22:17:07 joerg Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 G_WRAP196_BUILDLINK3_MK:=      ${G_WRAP196_BUILDLINK3_MK}+
@@ -12,8 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}g-wrap196
 
 .if !empty(G_WRAP196_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.g-wrap196+=      g-wrap>=1.9.5
-BUILDLINK_API_DEPENDS.g-wrap196+=      g-wrap<1.9.7
+BUILDLINK_API_DEPENDS.g-wrap196+=      g-wrap>=1.9.5<1.9.7
 BUILDLINK_ABI_DEPENDS.g-wrap196?=      g-wrap>=1.9.6nb1
 BUILDLINK_PKGSRCDIR.g-wrap196?=                ../../devel/g-wrap196
 .endif # G_WRAP196_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index