From 2efd7a189de45582a078b0fb2c634060d9e99e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 25 Nov 2024 17:15:44 +0100 Subject: [PATCH] neon: bump version --- .../neon/{neon-0.32.5.recipe => neon-0.34.0.recipe} | 13 ++++++++----- .../{neon-0.32.5.patchset => neon-0.34.0.patchset} | 0 2 files changed, 8 insertions(+), 5 deletions(-) rename net-libs/neon/{neon-0.32.5.recipe => neon-0.34.0.recipe} (93%) rename net-libs/neon/patches/{neon-0.32.5.patchset => neon-0.34.0.patchset} (100%) diff --git a/net-libs/neon/neon-0.32.5.recipe b/net-libs/neon/neon-0.34.0.recipe similarity index 93% rename from net-libs/neon/neon-0.32.5.recipe rename to net-libs/neon/neon-0.34.0.recipe index c6b460165..2ba33a496 100644 --- a/net-libs/neon/neon-0.32.5.recipe +++ b/net-libs/neon/neon-0.34.0.recipe @@ -20,9 +20,9 @@ HOMEPAGE="https://notroj.github.io/neon/ https://github.com/notroj/neon" COPYRIGHT="1999-2021 Joe Orton and others" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="https://notroj.github.io/neon/neon-$portVersion.tar.gz" -CHECKSUM_SHA256="4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a" +CHECKSUM_SHA256="2e3ee8535039966c80764f539d5c9bfee1651a17e2f36e5ca462632181253977" PATCHES="neon-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -35,7 +35,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi -libVersion="27.5.5" +libVersion="27.7.0" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -83,8 +83,6 @@ defineDebugInfoPackage neon$secondaryArchSuffix \ BUILD() { - echo 'LT_INIT' >> configure.ac - echo 'AC_CONFIG_MACRO_DIR([macros])' >> configure.ac ./autogen.sh runConfigure --omit-dirs binDir ./configure \ --bindir=$commandBinDir \ @@ -115,3 +113,8 @@ INSTALL() # cleanup rm -r $commandBinDir } + +TEST() +{ + make check +} diff --git a/net-libs/neon/patches/neon-0.32.5.patchset b/net-libs/neon/patches/neon-0.34.0.patchset similarity index 100% rename from net-libs/neon/patches/neon-0.32.5.patchset rename to net-libs/neon/patches/neon-0.34.0.patchset