diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-24 22:22:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-24 22:22:21 +0800 |
commit | 167791b1c6a2cb5ff6d12ab3b85e2cfa23f7b357 (patch) | |
tree | 873dfa3ff4805214dffc086cd4b6e0a283c7c641 /www/httest | |
parent | 2f7d0cd7b0e89037ee1bbc6f4a32b8bafb34a26a (diff) | |
download | freebsd-ports-gnome-167791b1c6a2cb5ff6d12ab3b85e2cfa23f7b357.tar.gz freebsd-ports-gnome-167791b1c6a2cb5ff6d12ab3b85e2cfa23f7b357.tar.zst freebsd-ports-gnome-167791b1c6a2cb5ff6d12ab3b85e2cfa23f7b357.zip |
Update to 2.4.17
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 7 | ||||
-rw-r--r-- | www/httest/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 3de2fe7726c7..47d347b1c111 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= httest -PORTVERSION= 2.4.16 -PORTREVISION= 1 +PORTVERSION= 2.4.17 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -12,6 +11,7 @@ COMMENT= HTTP Test Tool LICENSE= APACHE20 +BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libexpat.so:textproc/expat2 \ libgdbm.so:databases/gdbm \ libpcre.so:devel/pcre \ @@ -28,7 +28,6 @@ CONFIGURE_ARGS= --enable-lua-module \ CPPFLAGS+= -I${LUA_INCDIR} GNU_CONFIGURE= yes USES= iconv lua libtool bdb ssl -USE_OPENSSL= yes USE_LDCONFIG= yes PORTEXAMPLES= * @@ -38,6 +37,8 @@ INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||; s|-llua|-llua-${LUA_VER}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh + @${REINPLACE_CMD} -e 's|<pcre/pcre.h>|<pcre.h>|' ${WRKSRC}/src/httest.c ${WRKSRC}/src/regex.c \ + ${WRKSRC}/src/body.c ${WRKSRC}/src/module.h ${WRKSRC}/src/worker.c post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/www/httest/distinfo b/www/httest/distinfo index d1c724f3ec8b..fa1176d491cc 100644 --- a/www/httest/distinfo +++ b/www/httest/distinfo @@ -1,2 +1,3 @@ -SHA256 (httest-2.4.16.tar.gz) = 17146fbab4f9f45f07b2e96ce25788ad30c9e7bc540a45788f3c7484b22292ea -SIZE (httest-2.4.16.tar.gz) = 554870 +TIMESTAMP = 1474725916 +SHA256 (httest-2.4.17.tar.gz) = 937434334979adde83fd83a98dfe656d5f493b4ee69098994ff6ef189df338b2 +SIZE (httest-2.4.17.tar.gz) = 555423 |