aboutsummaryrefslogtreecommitdiff
path: root/www/httest
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-14 01:31:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-14 01:31:13 +0000
commit028412290c869c744b15088cfbd8bbd2a55d5612 (patch)
tree7e64900d0f079478114c120f0f612d32aecb09dc /www/httest
parentb9863844167391e1630f48bb5a4438e45c63ee6c (diff)
Notes
Diffstat (limited to 'www/httest')
-rw-r--r--www/httest/Makefile34
-rw-r--r--www/httest/distinfo4
2 files changed, 17 insertions, 21 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile
index 7227fb9690d2..d339c95a832c 100644
--- a/www/httest/Makefile
+++ b/www/httest/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= httest
-PORTVERSION= 2.2.2
+PORTVERSION= 2.2.6
CATEGORIES= www
MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
@@ -15,33 +15,29 @@ COMMENT= HTTP Test Tool
LICENSE= AL2
-LIB_DEPENDS= apr-1.4:${PORTSDIR}/devel/apr1 \
- pcre.1:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 \
+ pcre:${PORTSDIR}/devel/pcre
-USE_LUA= yes
-USE_OPENSSL= yes
-USE_ICONV= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-apr="${LOCALBASE}/bin" \
+CONFIGURE_ARGS= --enable-lua-module \
+ --with-apr="${LOCALBASE}/bin" \
--with-apr-util="${LOCALBASE}/bin" \
- --with-pcre="${LOCALBASE}/bin" \
- --with-ssl="${OPENSSLLIB}" \
--with-lua="${LUA_LIBDIR}" \
- --enable-lua-module
-MAKE_JOBS_SAFE= yes
-
+ --with-pcre="${LOCALBASE}/bin" \
+ --with-ssl="${OPENSSLLIB}"
CPPFLAGS+= -I${LUA_INCDIR}
+GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+USE_ICONV= yes
+USE_LUA= yes
+USE_OPENSSL= yes
MAN1= htntlm.1 htproxy.1 htremote.1 httest.1 hturlext.1 htx2b.1
-PLIST_FILES= bin/htntlm bin/htproxy bin/htremote bin/httest bin/hturlext \
- bin/htx2b
+PLIST_FILES= bin/htntlm bin/htproxy bin/htremote bin/httest bin/hturlext bin/htx2b
PORTEXAMPLES= *
post-patch:
- @${REINPLACE_CMD} -e \
- 's|`$$APR_CONFIG --cflags`||' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e \
- 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh
+ @${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh
post-install:
.if !defined(NOPORTEXAMPLES)
diff --git a/www/httest/distinfo b/www/httest/distinfo
index ceffd6d3b1fb..cecb575c3806 100644
--- a/www/httest/distinfo
+++ b/www/httest/distinfo
@@ -1,2 +1,2 @@
-SHA256 (httest-2.2.2.tar.gz) = 0490af94890ef8ce02da763442683915349a0d2dcebbfbbb1170a9b4642c1ab7
-SIZE (httest-2.2.2.tar.gz) = 506748
+SHA256 (httest-2.2.6.tar.gz) = 65540b5f1110808d898381bdca0685abda53baa01042fada505bb028af4c80d3
+SIZE (httest-2.2.6.tar.gz) = 517612