diff --git a/dev-libs/uriparser/patches/uriparser-0.8.5.patchset b/dev-libs/uriparser/patches/uriparser-0.8.6.patchset similarity index 94% rename from dev-libs/uriparser/patches/uriparser-0.8.5.patchset rename to dev-libs/uriparser/patches/uriparser-0.8.6.patchset index bf8dec6f0..db0d02d82 100644 --- a/dev-libs/uriparser/patches/uriparser-0.8.5.patchset +++ b/dev-libs/uriparser/patches/uriparser-0.8.6.patchset @@ -5,7 +5,7 @@ Subject: needs libnetwork diff --git a/Makefile.am b/Makefile.am -index 7ef28f5..06da916 100644 +index 828723a..33eed49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ bin_PROGRAMS = uriparse diff --git a/dev-libs/uriparser/uriparser-0.8.5.recipe b/dev-libs/uriparser/uriparser-0.8.6.recipe similarity index 90% rename from dev-libs/uriparser/uriparser-0.8.5.recipe rename to dev-libs/uriparser/uriparser-0.8.6.recipe index 436fd7d41..acb750d81 100644 --- a/dev-libs/uriparser/uriparser-0.8.5.recipe +++ b/dev-libs/uriparser/uriparser-0.8.6.recipe @@ -6,15 +6,15 @@ COPYRIGHT="2007 Weijia Song 2013 Radu Hociung 2007-2018 Sebastian Pipping" LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/uriparser/uriparser/releases/download/uriparser-$portVersion/uriparser-$portVersion.tar.bz2" -CHECKSUM_SHA256="58eacd5c03d9e341c04eb0b30831faec89f3b415949ff8d72254e63432352cdd" +CHECKSUM_SHA256="0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54" PATCHES="uriparser-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" -libVersion="1.0.21" +libVersion=1.0.22 libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -78,3 +78,8 @@ INSTALL() packageEntries devel \ "$developDir" } + +TEST() +{ + make check +}