diff options
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 9 | ||||
-rw-r--r-- | 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 |