mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
neon: fix checksum.
* also minor versions are incompatible between them: 0.29 vs 0.30.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user