diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 01:11:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-20 01:11:50 +0000 |
commit | 4a65c49072e4b3b6f9ea2e9fa059f66daafbad47 (patch) | |
tree | b2264c77d941999ed55058532caf081f74361931 /www | |
parent | 487caa0d2e434f535d5ff49fb09877c53d6b8534 (diff) | |
download | ports-4a65c49072e4b3b6f9ea2e9fa059f66daafbad47.tar.gz ports-4a65c49072e4b3b6f9ea2e9fa059f66daafbad47.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/httest/Makefile | 7 | ||||
-rw-r--r-- | www/httest/distinfo | 4 | ||||
-rw-r--r-- | www/httest/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 2dec8b73171a..51b2eefdc9fe 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -6,8 +6,7 @@ # PORTNAME= httest -PORTVERSION= 2.1.18 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -33,10 +32,10 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LUA_INCDIR} -MAN1= httest.1 htproxy.1 htntlm.1 htremote.1 -PORTEXAMPLES= * +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 +PORTEXAMPLES= * post-patch: @${REINPLACE_CMD} -e \ diff --git a/www/httest/distinfo b/www/httest/distinfo index 116421fe63c4..9f575a00d7d1 100644 --- a/www/httest/distinfo +++ b/www/httest/distinfo @@ -1,2 +1,2 @@ -SHA256 (httest-2.1.18.tar.gz) = a46d2e97edd5de62bf8e87c29359b2bc497bdc0a250f4f388d061137392a8f5d -SIZE (httest-2.1.18.tar.gz) = 515453 +SHA256 (httest-2.2.1.tar.gz) = d4dfee4743d3525c6e1c75de0c775fb524e58848fb866175eadd602e0bae202b +SIZE (httest-2.2.1.tar.gz) = 503241 diff --git a/www/httest/pkg-descr b/www/httest/pkg-descr index f1710148e0af..2baf91ca1c4f 100644 --- a/www/httest/pkg-descr +++ b/www/httest/pkg-descr @@ -12,4 +12,4 @@ implementing all kinds of HTTP-based tests: or response data, or for validation purposes. - Copying stream data (e.g. from a response) and re-using it in variables. -WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public +WWW: http://htt.sourceforge.net/ |