expat: bump version.

This commit is contained in:
Jerome Duval
2017-11-07 21:12:43 +01:00
parent 7d0c9ccfe0
commit 51c03170e2

View File

@@ -8,14 +8,14 @@ COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://downloads.sf.net/expat/expat-$portVersion.tar.bz2"
CHECKSUM_SHA256="03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e"
CHECKSUM_SHA256="d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
expat$secondaryArchSuffix = $portVersion compat >= 2.2
lib:libexpat$secondaryArchSuffix = 1.6.5 compat >= 1
lib:libexpat$secondaryArchSuffix = 1.6.7 compat >= 1
"
if [ -z "$secondaryArchSuffix" ]; then
PROVIDES="$PROVIDES
@@ -29,7 +29,7 @@ REQUIRES="
PROVIDES_devel="
expat${secondaryArchSuffix}_devel = $portVersion
devel:libexpat$secondaryArchSuffix = 1.6.5 compat >= 1
devel:libexpat$secondaryArchSuffix = 1.6.7 compat >= 1
"
REQUIRES_devel="
expat$secondaryArchSuffix == $portVersion base
@@ -41,6 +41,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
@@ -49,9 +50,7 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize --force --copy --install
aclocal -I conftools -I m4
autoconf
autoreconf -fi
runConfigure ./configure
make $jobArgs
}