ports/contrib (3.6): lighttpd: switch libpcre2 as mandated by maintainer
commit 27b03539d652fc5e57d39c6c3e09337881fa381a Author: Steffen Nurpmeso <steffen@sdaoden.eu> Date: Fri Jan 21 16:59:00 2022 +0100 lighttpd: switch libpcre2 as mandated by maintainer diff --git a/lighttpd/.signature b/lighttpd/.signature index cb25dcd6c..cd5e28298 100644 --- a/lighttpd/.signature +++ b/lighttpd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38fooiYikDbKDrDn/jC/hsLi5vNoF9ZZKnG8isBHazNtdrClnmJ+/HgSm82cEIpc/aHEN/w4211n0YFEg0p9rgk= -SHA256 (Pkgfile) = 66560258141f3f4acb0f38c260b6ca43c0f8bfe6530850a27de08ed6f469803a +RWSagIOpLGJF36JBbXfou1+48H9dh3kj8Zo1vAMnL1vxhOeV7DGOO49HwDQK0O+7y6OGV721A12FAOThB0sAXb1iAghmwI7ttwI= +SHA256 (Pkgfile) = 2b6b863d17b20f08928c019fbf67dc19f98db6e0ca18bec85aaeeb4d4e93b9d3 SHA256 (.footprint) = e7d6f627943ee66508700aa687a9441be5c271038d1ae094cc68f1c9e55df362 SHA256 (lighttpd-1.4.64.tar.xz) = e1489d9fa7496fbf2e071c338b593b2300d38c23f1e5967e52c9ef482e1b0e26 SHA256 (lighttpd.rc) = b96a244cb1bd3222e76bf4c9954da0c13225109c99e2d406de76a3d231bbb362 diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index cc695e9a6..2484e8c6c 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -5,7 +5,7 @@ name=lighttpd version=1.4.64 -release=1 +release=2 source=( https://download.${name}.net/${name}/releases-1.4.x/${name}-${version}.tar.xz ${name}.rc ${name}.conf @@ -18,7 +18,7 @@ build() { --libdir=/usr/lib/${name} \ --with-openssl --with-pam \ --with-bzip2 --with-zlib --with-zstd \ - --with-pcre --with-lua + --with-lua make make DESTDIR="${PKG}" install
participants (1)
-
crux@crux.nu