Date: Wed, 29 May 2019 07:29:28 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502932 - head/www/lighttpd Message-ID: <201905290729.x4T7TSHw013602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed May 29 07:29:28 2019 New Revision: 502932 URL: https://svnweb.freebsd.org/changeset/ports/502932 Log: www/lighttpd: update to 1.4.54, move GNU_CONFIGURE Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20435 Modified: head/www/lighttpd/Makefile head/www/lighttpd/distinfo Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Wed May 29 07:18:47 2019 (r502931) +++ head/www/lighttpd/Makefile Wed May 29 07:29:28 2019 (r502932) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.53 +PORTVERSION= 1.4.54 CATEGORIES?= www MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -16,13 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libpcre.so:devel/pcre -GNU_CONFIGURE= yes USES= autoreconf gmake libtool localbase pkgconfig tar:xz USE_CSTD= gnu99 .if !defined(_BUILDING_LIGHTTPD_MODULE) USES+= cpe .endif + +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd INSTALL_TARGET= install-strip Modified: head/www/lighttpd/distinfo ============================================================================== --- head/www/lighttpd/distinfo Wed May 29 07:18:47 2019 (r502931) +++ head/www/lighttpd/distinfo Wed May 29 07:29:28 2019 (r502932) @@ -1,5 +1,5 @@ -TIMESTAMP = 1548588719 -SHA256 (lighttpd-1.4.53.tar.xz) = 3bdfce1cf3e9650a556a8c26fb15342c5717c63f530c54693db632b0371dcb78 -SIZE (lighttpd-1.4.53.tar.xz) = 732160 +TIMESTAMP = 1559030004 +SHA256 (lighttpd-1.4.54.tar.xz) = cf14cce2254a96d8fcb6d3181e1a3c29a8f832531c3e86ff6f2524ecda9a8721 +SIZE (lighttpd-1.4.54.tar.xz) = 763248 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = dc9bd6e26755cc2e3ccf6eaf8cc89e5d697f5a876f71318be67b28225368fd4e SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242037
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905290729.x4T7TSHw013602>