diff options
author | mm <mm@FreeBSD.org> | 2012-01-25 16:35:36 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-01-25 16:35:36 +0800 |
commit | 15db7349a3203df06cdfb07ffba67938f1072c04 (patch) | |
tree | da1a4789fcce3e7f8b065d9ec6ba37d98cf65a86 /www/httest | |
parent | ddf5f0561a1aa1e3e57780a22876a00efa62ad73 (diff) | |
download | freebsd-ports-gnome-15db7349a3203df06cdfb07ffba67938f1072c04.tar.gz freebsd-ports-gnome-15db7349a3203df06cdfb07ffba67938f1072c04.tar.zst freebsd-ports-gnome-15db7349a3203df06cdfb07ffba67938f1072c04.zip |
Update to 2.1.12
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 |