1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 1.0.8

- Provide a manpage
This commit is contained in:
Emanuel Haupt 2005-11-14 13:13:06 +00:00
parent fe02b25fe4
commit dd7ea5258d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148232
2 changed files with 6 additions and 4 deletions

View File

@ -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>

View File

@ -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