mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
dialog: bump version.
* soname was bump from 13 to 14. * no impact because no recipe uses it yet.
This commit is contained in:
@@ -7,9 +7,9 @@ HOMEPAGE="http://invisible-island.net/dialog/"
|
||||
COPYRIGHT="1999-2014 Thomas E. Dickey"
|
||||
LICENSE="GNU LGPL v2"
|
||||
SOURCE_URI="ftp://invisible-island.net/dialog/dialog-${portVersion/_/-}.tgz"
|
||||
CHECKSUM_SHA256="453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9"
|
||||
CHECKSUM_SHA256="2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756"
|
||||
SOURCE_DIR="dialog-${portVersion/_/-}"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
PATCHES="dialog-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
dialog$secondaryArchSuffix = $portVersion
|
||||
lib:libdialog$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
lib:libdialog$secondaryArchSuffix = 14.0.0 compat >= 14
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
dialog${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:dialog_config$secondaryArchSuffix = $portVersion
|
||||
devel:libdialog$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
devel:libdialog$secondaryArchSuffix = 14.0.0 compat >= 14
|
||||
"
|
||||
REQUIRES_devel="
|
||||
dialog$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user