mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
xapian, bump version (#8750)
This commit is contained in:
@@ -8,9 +8,9 @@ native Unicode support and modern search algorithms."
|
||||
HOMEPAGE="https://xapian.org/"
|
||||
COPYRIGHT="1999-2018 The Xapian Authors"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://oligarchy.co.uk/xapian/$portVersion/xapian-core-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="80f86034d2fb55900795481dfae681bfaa10efbe818abad3622cdc0c55e06f88"
|
||||
CHECKSUM_SHA256="05884af00b06702ce486057d62a3bfbe6606cf965ada0f5ea570b328a2fa1ea8"
|
||||
SOURCE_DIR="xapian-core-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -23,7 +23,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="30.12.2"
|
||||
libVersion="30.12.3"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -114,11 +114,15 @@ INSTALL()
|
||||
"$manDir"/man1/xapian-config.1 \
|
||||
"$developDir" \
|
||||
"$dataDir" \
|
||||
"$documentationDir/packages" \
|
||||
"$libDir"/cmake
|
||||
|
||||
packageEntries tools \
|
||||
"$commandBinDir" \
|
||||
"$manDir"
|
||||
|
||||
# cleanup
|
||||
rmdir "$documentationDir"
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user