From e5e232cf9f1ababa8c57881ed7d85206188c1ec8 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Wed, 25 Jan 2012 08:35:36 +0000 Subject: [PATCH] Update to 2.1.12 --- www/httest/Makefile | 9 ++++++--- www/httest/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www/httest/Makefile b/www/httest/Makefile index 5bda3aa67515..82c76007b4f0 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httest -PORTVERSION= 2.1.5 +PORTVERSION= 2.1.12 CATEGORIES= www MASTER_SITES= SF MASTER_SITE_SUBDIR= htt/htt2.1/${PORTNAME}-${PORTVERSION} @@ -21,12 +21,15 @@ LICENSE= AL2 GNU_CONFIGURE= yes USE_OPENSSL= yes +USE_LUA= yes -LDFLAGS+= -lm +LDFLAGS+= -L${LUA_LIBDIR} -lm CONFIGURE_ARGS+=--with-apr="${LOCALBASE}/bin" \ --with-apr-util="${LOCALBASE}/bin" \ - --with-pcre="${LOCALBASE}/bin" + --with-pcre="${LOCALBASE}/bin" \ + --with-lua="${LUA_INCDIR}" \ + --enable-lua-module CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" diff --git a/www/httest/distinfo b/www/httest/distinfo index dd5432d0308c..059479d779ab 100644 --- a/www/httest/distinfo +++ b/www/httest/distinfo @@ -1,2 +1,2 @@ -SHA256 (httest-2.1.5.tar.gz) = 121255768f03c50a476bcfd068993ab7e9e171e5eb801884bbe9443c703aa281 -SIZE (httest-2.1.5.tar.gz) = 469347 +SHA256 (httest-2.1.12.tar.gz) = d78103ae0ea2adf16d30aa70c6ac94662992b33b7bce6ec4a059d3379a2987b2 +SIZE (httest-2.1.12.tar.gz) = 484111