mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lighttpd: bump to 1.4.50.
This commit is contained in:
@@ -11,7 +11,7 @@ COPYRIGHT="2003-2018 lighttpd authors"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09"
|
||||
CHECKSUM_SHA256="29378312d8887cbc14ffe8a7fadef2d5a08c7e7e1be942795142346ad95629eb"
|
||||
ADDITIONAL_FILES="
|
||||
create-lighttpd-directories.sh
|
||||
index.template
|
||||
@@ -21,19 +21,19 @@ ADDITIONAL_FILES="
|
||||
"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
lighttpd$secondaryArchSuffix = $portVersion
|
||||
cmd:lighttpd$commandSuffix
|
||||
cmd:lighttpd_angel$commandSuffix
|
||||
cmd:lighttpd
|
||||
cmd:lighttpd_angel
|
||||
lib:mod_access$secondaryArchSuffix
|
||||
lib:mod_accesslog$secondaryArchSuffix
|
||||
lib:mod_alias$secondaryArchSuffix
|
||||
Reference in New Issue
Block a user