mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
discount: bump version.
This commit is contained in:
@@ -7,15 +7,15 @@ how to fully utilize the markdown library."
|
||||
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
|
||||
COPYRIGHT="2007-2016 David Loren Parsons"
|
||||
LICENSE="BSD (4-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.pell.portland.or.us/~orc/Code/discount/discount-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="88458c7c2cfc870f8e6cf42b300408c112e05a45c88f8af35abb33de0e96fe0e"
|
||||
CHECKSUM_SHA256="ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
discount$secondaryArchSuffix = $portVersion compat >= 2
|
||||
discount$secondaryArchSuffix = $portVersion
|
||||
lib:libmarkdown$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
discount${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
discount${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmarkdown$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
Reference in New Issue
Block a user