diff options
author | reed <reed@pkgsrc.org> | 2004-12-24 00:14:45 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-12-24 00:14:45 +0000 |
commit | d809607734f25f99decbc9e8f0a9e31180ea0390 (patch) | |
tree | 964d5e417b81524d8ed5d1c0957c9b603bef032a /converters/wv | |
parent | d59acceaec032effa8008076d027aa026ad562fc (diff) | |
download | pkgsrc-d809607734f25f99decbc9e8f0a9e31180ea0390.tar.gz |
Bump PKGREVISION and bump BUILDLINK_RECOMMENDED.wv.
I saw on one of my boxes:
libwv-1.0.so.2:
libxml2.so.8 => not found
This was caused because I have wv-1.0.2nb1 which depends on
libxml2>=2.6.2.
libxml2 was later upgraded, but since we don't have recursive dependencies
(which is fine), the old and now missing libxml2 library was still good
enough for wv. (I saw this because I updated libxml2 in place without removing
packages that depend on it
Diffstat (limited to 'converters/wv')
-rw-r--r-- | converters/wv/Makefile | 4 | ||||
-rw-r--r-- | converters/wv/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 23d251ad4a6..2981df5fc97 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2004/10/03 00:13:17 tv Exp $ +# $NetBSD: Makefile,v 1.40 2004/12/24 00:14:45 reed Exp $ DISTNAME= wv-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} diff --git a/converters/wv/buildlink3.mk b/converters/wv/buildlink3.mk index 4f12ca96df0..7e93241949f 100644 --- a/converters/wv/buildlink3.mk +++ b/converters/wv/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:13:17 tv Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/12/24 00:14:45 reed Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ WV_BUILDLINK3_MK:= ${WV_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= wv .if !empty(WV_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.wv+= wv>=1.0.0 -BUILDLINK_RECOMMENDED.wv+= wv>=1.0.2nb1 +BUILDLINK_RECOMMENDED.wv+= wv>=1.0.2nb2 BUILDLINK_PKGSRCDIR.wv?= ../../converters/wv .endif # WV_BUILDLINK3_MK |