From ed6f4f2d1a8ca0b800828d524b7b6e07fe09b33c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 27 Nov 2016 09:34:59 +0000 Subject: [PATCH] neon: fix checksum. * also minor versions are incompatible between them: 0.29 vs 0.30. --- net-libs/neon/neon-0.30.2.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/neon/neon-0.30.2.recipe b/net-libs/neon/neon-0.30.2.recipe index 7f03fb612..12c333e9f 100644 --- a/net-libs/neon/neon-0.30.2.recipe +++ b/net-libs/neon/neon-0.30.2.recipe @@ -19,9 +19,9 @@ property manipulation." HOMEPAGE="http://www.webdav.org/neon/" COPYRIGHT="1999-2011 Joe Orton" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.webdav.org/neon/neon-$portVersion.tar.gz" -CHECKSUM_SHA256="017b30b9249001b8cf8a80b8f489109ae9970a8cf1b5b6564073d315c236a909" +CHECKSUM_SHA256="db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca" PATCHES="neon-0.29.6.patch" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -29,7 +29,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" neon$secondaryArchSuffix = $portVersion compat >= 0.29 - lib:libneon$secondaryArchSuffix = 27.3.1 compat >= 27 + lib:libneon$secondaryArchSuffix = 27.3.1 compat >= 27.3 " REQUIRES=" haiku$secondaryArchSuffix @@ -43,7 +43,7 @@ REQUIRES=" PROVIDES_devel=" neon${secondaryArchSuffix}_devel = $portVersion compat >= 0.29 cmd:neon_config$secondaryArchSuffix = $portVersion compat >= 0.29 - devel:libneon$secondaryArchSuffix = 27.3.1 compat >= 27 + devel:libneon$secondaryArchSuffix = 27.3.1 compat >= 27.3 " REQUIRES_devel=" neon$secondaryArchSuffix == $portVersion base