From ad160e36a714e7ce1dc0f0acb76862b88fe2b98c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 23 Mar 2019 07:36:57 -0300 Subject: [PATCH] fcgi: fix dead homepage= --- srcpkgs/fcgi/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fcgi/template b/srcpkgs/fcgi/template index 4628a6d8782..13e2575e3f4 100644 --- a/srcpkgs/fcgi/template +++ b/srcpkgs/fcgi/template @@ -1,16 +1,17 @@ # Template file for 'fcgi' pkgname=fcgi version=2.4.0 -revision=4 +revision=5 +wrksrc="libfcgi-${version}.orig" +build_style=gnu-configure hostmakedepends="libtool automake" short_desc="Fast, open, and secure Web server interface" maintainer="Enno Boland " license="custom" -homepage="http://www.fastcgi.com/" +homepage="https://directory.fsf.org/wiki/Libfcgi" distfiles="${DEBIAN_SITE}/main/libf/libfcgi/libfcgi_${version}.orig.tar.gz" checksum=c21f553f41141a847b2f1a568ec99a3068262821e4e30bc9d4b5d9091aa0b5f7 -wrksrc="libfcgi-${version}.orig" -build_style=gnu-configure + disable_parallel_build=yes pre_configure() {