diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-03-09 22:46:58 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-03-09 22:46:58 +0800 |
commit | 929e36e7a716c14d9c0aa7e4e50684a77f10195f (patch) | |
tree | 6bbc605688f6c1b57ae889dedc30b03c9410e44a /www/httest | |
parent | a8d362b3ab1dfa84de9ab28fee3156cee4b7befb (diff) | |
download | freebsd-ports-gnome-929e36e7a716c14d9c0aa7e4e50684a77f10195f.tar.gz freebsd-ports-gnome-929e36e7a716c14d9c0aa7e4e50684a77f10195f.tar.zst freebsd-ports-gnome-929e36e7a716c14d9c0aa7e4e50684a77f10195f.zip |
- Update to 2.1.18
PR: ports/165772
Submitted by: Muhammad Moinur Rahman <5u623l20 _AT_ gmail.com>
Feature safe: yes
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 8 | ||||
-rw-r--r-- | www/httest/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 9ea37916126d..55bc73845a8b 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= httest -PORTVERSION= 2.1.16 +PORTVERSION= 2.1.18 CATEGORIES= www MASTER_SITES= SF MASTER_SITE_SUBDIR= htt/htt2.1/${PORTNAME}-${PORTVERSION} @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= htt/htt2.1/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= HTTP Test Tool +LICENSE= AL2 + LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 \ pcre.1:${PORTSDIR}/devel/pcre -LICENSE= AL2 - GNU_CONFIGURE= yes USE_OPENSSL= yes USE_LUA= yes @@ -31,8 +31,6 @@ CONFIGURE_ARGS+=--with-apr="${LOCALBASE}/bin" \ --with-lua="${LUA_INCDIR}" \ --enable-lua-module -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - MAN1= httest.1 htproxy.1 htntlm.1 htremote.1 .include <bsd.port.mk> diff --git a/www/httest/distinfo b/www/httest/distinfo index d3169149f086..116421fe63c4 100644 --- a/www/httest/distinfo +++ b/www/httest/distinfo @@ -1,2 +1,2 @@ -SHA256 (httest-2.1.16.tar.gz) = 636357642d8d5e370a9e566c35595bb78b9b24854d3bd6ed855bf1f422ccf861 -SIZE (httest-2.1.16.tar.gz) = 493619 +SHA256 (httest-2.1.18.tar.gz) = a46d2e97edd5de62bf8e87c29359b2bc497bdc0a250f4f388d061137392a8f5d +SIZE (httest-2.1.18.tar.gz) = 515453 |