1
0
forked from ports/contrib

lighttpd: switch libpcre2 as mandated by maintainer

This commit is contained in:
Steffen Nurpmeso 2022-01-21 16:59:00 +01:00
parent c2990fae89
commit 27b03539d6
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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