diff options
author | abs <abs@pkgsrc.org> | 2011-06-04 16:31:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2011-06-04 16:31:52 +0000 |
commit | 082b078cab62b35f46b3e66733be1d399c65d60e (patch) | |
tree | d1b0ba393be5d59dbc933fa552dca131b51c172d /x11/kdelibs4 | |
parent | 5398af9ba3766d388b0b0709a2722e5de1fcc5db (diff) | |
download | pkgsrc-082b078cab62b35f46b3e66733be1d399c65d60e.tar.gz |
the taglib check fails as it does not pass 1.10 as later than 1.4.
let pkgsrc handle the version check
bump pkgrevision
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs4/distinfo | 3 | ||||
-rw-r--r-- | x11/kdelibs4/patches/patch-cmake_modules_FindTaglib.cmake | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 5b78767c4ef..4fd680bfdb9 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2011/04/22 13:42:34 obache Exp $ +# $NetBSD: Makefile,v 1.26 2011/06/04 16:31:52 abs Exp $ DISTNAME= kdelibs-${_KDE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index d29ecde77a0..08fedca0a1e 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2011/04/11 10:11:42 markd Exp $ +$NetBSD: distinfo,v 1.18 2011/06/04 16:31:52 abs Exp $ SHA1 (kdelibs-4.5.5.tar.bz2) = 127a2b50fe31ff345e05660dd50f7c55ae78d854 RMD160 (kdelibs-4.5.5.tar.bz2) = 7c33afa12379119fbf7d70e8895c3f2ada9a2eba @@ -14,4 +14,5 @@ SHA1 (patch-ak) = 03883c05a2a600737d98a889034a2fb9984a5d58 SHA1 (patch-al) = a3c48e8552ca39496134696f3d415a7b6a4db7d8 SHA1 (patch-am) = da04e0450885dc4bca38a4e9b91822746d936639 SHA1 (patch-an) = b5fe924970772bd8a5b420f8cc638ab8bf892c53 +SHA1 (patch-cmake_modules_FindTaglib.cmake) = 97baf0e5c9f53a17582d89ee41cb4d99fbd15424 SHA1 (patch-khtml_khtml_part.cpp) = f8f5977b03463b6de909881178abed3ba351364c diff --git a/x11/kdelibs4/patches/patch-cmake_modules_FindTaglib.cmake b/x11/kdelibs4/patches/patch-cmake_modules_FindTaglib.cmake new file mode 100644 index 00000000000..cef64c6110e --- /dev/null +++ b/x11/kdelibs4/patches/patch-cmake_modules_FindTaglib.cmake @@ -0,0 +1,13 @@ +$NetBSD: patch-cmake_modules_FindTaglib.cmake,v 1.1 2011/06/04 16:31:52 abs Exp $ + +--- cmake/modules/FindTaglib.cmake.orig 2008-07-22 00:05:18.000000000 +0000 ++++ cmake/modules/FindTaglib.cmake +@@ -11,7 +11,7 @@ + # For details see the accompanying COPYING-CMAKE-SCRIPTS file. + + if(NOT TAGLIB_MIN_VERSION) +- set(TAGLIB_MIN_VERSION "1.4") ++ set(TAGLIB_MIN_VERSION "1.10") + endif(NOT TAGLIB_MIN_VERSION) + + if(NOT WIN32) |