aboutsummaryrefslogtreecommitdiffstats
path: root/net/httping
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-11-14 21:13:06 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-11-14 21:13:06 +0800
commitd83b03df69b0ec79da0fdea74c7e7f913be5d022 (patch)
treebe0d78c2a74821d38bcdb567661052edbe10ed9d /net/httping
parent32bc5276e61f68b98632caab1b91f5b7007d61ac (diff)
downloadfreebsd-ports-gnome-d83b03df69b0ec79da0fdea74c7e7f913be5d022.tar.gz
freebsd-ports-gnome-d83b03df69b0ec79da0fdea74c7e7f913be5d022.tar.zst
freebsd-ports-gnome-d83b03df69b0ec79da0fdea74c7e7f913be5d022.zip
- Update to 1.0.8
- Provide a manpage
Diffstat (limited to 'net/httping')
-rw-r--r--net/httping/Makefile4
-rw-r--r--net/httping/distinfo6
2 files changed, 6 insertions, 4 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile
index f091a1d0dfeb..bbd7b531f3e3 100644
--- a/net/httping/Makefile
+++ b/net/httping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= httping
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.8
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
${MASTER_SITE_LOCAL}
@@ -20,6 +20,7 @@ CFLAGS+= -DVERSION=\"${PORTVERSION}\"
LDFLAGS+= -lssl -lcrypto
SRC= http io str error utils main tcp mssl res
+MAN1= httping.1
PLIST_FILES= bin/httping
do-build:
@@ -31,5 +32,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/net/httping/distinfo b/net/httping/distinfo
index a5d6cb041daa..da7b17262bd9 100644
--- a/net/httping/distinfo
+++ b/net/httping/distinfo
@@ -1,3 +1,3 @@
-MD5 (httping-1.0.7.tgz) = 6256a42ac6c96cdfc3358c89843a8a9a
-SHA256 (httping-1.0.7.tgz) = 0a99947e5ebd7c50068e9b281d8fb185f6014e8ac3d5bceb4bc591d4a15526ca
-SIZE (httping-1.0.7.tgz) = 9063
+MD5 (httping-1.0.8.tgz) = 3ad74a1f4f2ccf1b562bd58cf5d05d65
+SHA256 (httping-1.0.8.tgz) = d5859cd7a27d292e218f1ea91b180c74cab8dd16ebc988c36a1c0f1e9835f10e
+SIZE (httping-1.0.8.tgz) = 10765