aboutsummaryrefslogtreecommitdiffstats
path: root/www/httest
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-06-14 09:31:13 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-06-14 09:31:13 +0800
commit74d4c4bfe28a69faa52316bcf266356a109640ba (patch)
treeb71460e8cc427a057ff075fa40f6b851fa24bd60 /www/httest
parenta8d8e19af305362f516ab4e18a775e5179a600d9 (diff)
downloadfreebsd-ports-gnome-74d4c4bfe28a69faa52316bcf266356a109640ba.tar.gz
freebsd-ports-gnome-74d4c4bfe28a69faa52316bcf266356a109640ba.tar.zst
freebsd-ports-gnome-74d4c4bfe28a69faa52316bcf266356a109640ba.zip
- Update to 2.2.6
- Pet portlint: remove ABI version number from LIB_DEPENDS - Cosmetic change Changes: http://sourceforge.net/projects/htt/files/htt2.2/httest-2.2.6/ChangeLog/view
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