diff --git a/www-servers/lighttpd/lighttpd-1.4.49.recipe b/www-servers/lighttpd/lighttpd-1.4.50.recipe similarity index 98% rename from www-servers/lighttpd/lighttpd-1.4.49.recipe rename to www-servers/lighttpd/lighttpd-1.4.50.recipe index e136e4adf..8cc831b37 100644 --- a/www-servers/lighttpd/lighttpd-1.4.49.recipe +++ b/www-servers/lighttpd/lighttpd-1.4.50.recipe @@ -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