diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-06-30 12:50:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-06-30 12:50:38 +0000 |
commit | e01b330e174ec0e3b3a9e2380ac4de9ad110de82 (patch) | |
tree | ad5c70fb6da068c3b3965e31b3b1a5b2a05270b7 /www/httest | |
parent | f84d843e4e7abad65029e36a73816edbb00e1be3 (diff) | |
download | ports-e01b330e174ec0e3b3a9e2380ac4de9ad110de82.tar.gz ports-e01b330e174ec0e3b3a9e2380ac4de9ad110de82.zip |
Notes
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 4 | ||||
-rw-r--r-- | www/httest/distinfo | 4 | ||||
-rw-r--r-- | www/httest/pkg-plist | 8 |
3 files changed, 12 insertions, 4 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 601f0899cf1b..4ff81a783c95 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httest -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} @@ -28,9 +28,9 @@ MAKE_JOBS_SAFE= yes USES= iconv USE_LUA= yes USE_OPENSSL= yes +USE_LDCONFIG= yes MAN1= htntlm.1 htproxy.1 htremote.1 httest.1 -PLIST_FILES= bin/htntlm bin/htproxy bin/htremote bin/httest PORTEXAMPLES= * post-patch: diff --git a/www/httest/distinfo b/www/httest/distinfo index 2cdabfcfbe43..48f6d9d19989 100644 --- a/www/httest/distinfo +++ b/www/httest/distinfo @@ -1,2 +1,2 @@ -SHA256 (httest-2.4.3.tar.gz) = b1cc7ebbb80651a1d54ecf96cc037c01d235137e933752ecf5a2797ade9c6d12 -SIZE (httest-2.4.3.tar.gz) = 575922 +SHA256 (httest-2.4.4.tar.gz) = 467fb2beb4ba64ec5bf263f79235a84450bb9668b8335222f318fa3b6b40c6e8 +SIZE (httest-2.4.4.tar.gz) = 576096 diff --git a/www/httest/pkg-plist b/www/httest/pkg-plist new file mode 100644 index 000000000000..303d972ad2fa --- /dev/null +++ b/www/httest/pkg-plist @@ -0,0 +1,8 @@ +bin/htntlm +bin/htproxy +bin/htremote +bin/httest +lib/libhello.a +lib/libhello.la +lib/libhello.so +lib/libhello.so.0 |