diff options
-rw-r--r-- | www/httest/Makefile | 34 | ||||
-rw-r--r-- | www/httest/distinfo | 4 |
2 files changed, 17 insertions, 21 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 7227fb9690d..d339c95a832 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 ceffd6d3b1f..cecb575c380 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 |