neon: bump version

This commit is contained in:
Jérôme Duval
2024-11-25 17:15:44 +01:00
parent aae14c0de2
commit 2efd7a189d
2 changed files with 8 additions and 5 deletions

View File

@@ -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
}