From 1c187b3d02e7611874a46ac89e1b87da6b68b92c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 27 May 2018 15:23:48 -0300 Subject: [PATCH] thttpd: update to 2.29. Closes #14745. Signed-off-by: Enno Boland --- srcpkgs/thttpd/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/thttpd/template b/srcpkgs/thttpd/template index 8dab2f65bd..955266cae7 100644 --- a/srcpkgs/thttpd/template +++ b/srcpkgs/thttpd/template @@ -1,21 +1,23 @@ # Template file for 'thttpd' pkgname=thttpd -version=2.28 +version=2.29 revision=1 build_style=gnu-configure short_desc="Tiny/turbo/throttling HTTP server" maintainer="Juan RP " -license="BSD" +license="BSD-2-Clause" homepage="http://www.acme.com/software/thttpd/" distfiles="http://www.acme.com/software/thttpd/thttpd-${version}.tar.gz" -checksum=8552f929d4ede26cb193411c1208168e169dda24ee9eb1da8f8da4f4f8e10328 +checksum=99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397 pre_configure() { sed "s,-o bin -g bin,,g" -i Makefile.in } + do_build() { make CC=$CC LD=$CC CCOPT="$CFLAGS -D_DEFAULT_SOURCE" } + do_install() { vmkdir usr/bin vmkdir usr/share/man/man1