diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 658d9cf8767f8640628ba8d8921f89ea13625c9a (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /textproc | |
parent | a1a9a8dc9c7025856400edf50c49d8b8d59a85be (diff) | |
download | pkgsrc-658d9cf8767f8640628ba8d8921f89ea13625c9a.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor/Makefile | 3 | ||||
-rw-r--r-- | textproc/raptor/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index bc238c3b125..e8c46251c5c 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2006/08/08 12:49:27 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/11/19 11:50:23 wiz Exp $ # DISTNAME= raptor-1.4.10 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ diff --git a/textproc/raptor/buildlink3.mk b/textproc/raptor/buildlink3.mk index adbfe2289a7..5ed97b16521 100644 --- a/textproc/raptor/buildlink3.mk +++ b/textproc/raptor/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2006/08/08 15:21:39 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2006/11/19 11:50:23 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ RAPTOR_BUILDLINK3_MK:= ${RAPTOR_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}raptor .if ${RAPTOR_BUILDLINK3_MK} == "+" BUILDLINK_API_DEPENDS.raptor?= raptor>=1.0.0 -BUILDLINK_ABI_DEPENDS.raptor+= raptor>=1.0.0nb6 +BUILDLINK_ABI_DEPENDS.raptor+= raptor>=1.4.10nb1 BUILDLINK_PKGSRCDIR.raptor?= ../../textproc/raptor .endif # RAPTOR_BUILDLINK3_MK |