protobuf: bump version.

This commit is contained in:
Jerome Duval
2017-07-13 18:46:34 +02:00
parent 881d6183e1
commit f727a3f7e9
2 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2008-2017 Google"
LICENSE="Apache v2"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="30f23a45c6f4515598702a6d19c4295ba92c4a635d7ad8d331a4db9fccff392d"
CHECKSUM_SHA256="8b8e442becbeff637f160c1ef4a3a56769c50ba7c9ff939ccc94086530ff00e4"
PATCHES="protobuf-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -19,9 +19,9 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
protobuf$secondaryArchSuffix =$portVersion
cmd:protoc$secondaryArchSuffix
lib:libprotobuf_lite$secondaryArchSuffix = 13.0.1 compat >= 13
lib:libprotobuf$secondaryArchSuffix = 13.0.1 compat >= 13
lib:libprotoc$secondaryArchSuffix = 13.0.1 compat >= 13
lib:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
lib:libprotobuf$secondaryArchSuffix = 13.0.2 compat >= 13
lib:libprotoc$secondaryArchSuffix = 13.0.2 compat >= 13
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -29,9 +29,9 @@ REQUIRES="
PROVIDES_devel="
protobuf${secondaryArchSuffix}_devel = $portVersion
devel:libprotobuf_lite$secondaryArchSuffix = 13.0.1 compat >= 13
devel:libprotobuf$secondaryArchSuffix = 13.0.1 compat >= 13
devel:libprotoc$secondaryArchSuffix = 13.0.1 compat >= 13
devel:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
devel:libprotobuf$secondaryArchSuffix = 13.0.2 compat >= 13
devel:libprotoc$secondaryArchSuffix = 13.0.2 compat >= 13
"
REQUIRES_devel="
protobuf$secondaryArchSuffix == $portVersion base
@@ -48,10 +48,10 @@ BUILD_PREREQUIRES="
"
defineDebugInfoPackage protobuf$secondaryArchSuffix \
$libDir/libprotobuf.so.13.0.1 \
$libDir/libprotoc.so.13.0.1
$libDir/libprotobuf.so.13.0.2 \
$libDir/libprotoc.so.13.0.2
# dashes are not allowed in provides so objcopy can't find:
# $libDir/libprotobuf_lite.so.13.0.1
# $libDir/libprotobuf_lite.so.13.0.2
BUILD()