From 6389d09ffdca8d558d73f3b1f59b848a8f3b8e85 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 18 May 2025 16:49:38 +0200 Subject: [PATCH] fcgi: update to 2.4.6. --- srcpkgs/fcgi/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/fcgi/template b/srcpkgs/fcgi/template index 41b56218b1b..3d06092b109 100644 --- a/srcpkgs/fcgi/template +++ b/srcpkgs/fcgi/template @@ -1,24 +1,22 @@ # Template file for 'fcgi' pkgname=fcgi -version=2.4.2 +version=2.4.6 revision=1 build_style=gnu-configure hostmakedepends="libtool automake" short_desc="Fast, open, and secure Web server interface" maintainer="Enno Boland " license="custom:fastcgi" -homepage="https://directory.fsf.org/wiki/Libfcgi" -distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz" -checksum=1fe83501edfc3a7ec96bb1e69db3fd5ea1730135bd73ab152186fd0b437013bc - -disable_parallel_build=yes +homepage="https://github.com/FastCGI-Archives/fcgi2" +distfiles="https://github.com/FastCGI-Archives/fcgi2/archive/refs/tags/${version}.tar.gz" +checksum=39af4fb21a6d695a5f0b1c4fa95776d2725f6bc6c77680943a2ab314acd505c1 pre_configure() { - touch NEWS AUTHORS ChangeLog autoreconf -fi } + post_install() { - vlicense LICENSE.TERMS LICENSE + vlicense LICENSE } fcgi-devel_package() { @@ -26,7 +24,9 @@ fcgi-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove usr/lib/*.a - vmove usr/lib/*.so + vmove "usr/lib/*.a" + vmove usr/lib/pkgconfig + vmove usr/share/man/man3 + vmove "usr/lib/*.so" } }