diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-14 05:22:15 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-14 05:22:15 +0000 |
commit | 1d87f2edf18d3bf47def86cbc7a641ae537b87e5 (patch) | |
tree | f6bb337ad49ad38024e44aa5771eefa0894b1fbd /net/htpdate | |
parent | 2a5056c9fb264eed6f117b3640a2470c0fd173d0 (diff) | |
download | freebsd-ports-1d87f2edf18d3bf47def86cbc7a641ae537b87e5.zip |
- Update to 0.8.4
- Add ipv6 to CATEGORIES
- Do not unpack and then pack again man page
PR: 83417
Submitted by: Vsevolod Stakhov (maintainer)
Diffstat (limited to 'net/htpdate')
-rw-r--r-- | net/htpdate/Makefile | 11 | ||||
-rw-r--r-- | net/htpdate/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile index 34211a829fa4..e54bc385e709 100644 --- a/net/htpdate/Makefile +++ b/net/htpdate/Makefile @@ -6,8 +6,8 @@ # PORTNAME= htpdate -PORTVERSION= 0.8.3 -CATEGORIES= net +PORTVERSION= 0.8.4 +CATEGORIES= net ipv6 MASTER_SITES= http://www.clevervest.com/htp/archive/c/ MAINTAINER= vsevolod@highsecure.ru @@ -15,13 +15,12 @@ COMMENT= Time synchronization over http utility USE_BZIP2= yes -MAN8= htpdate.8 +MANCOMPRESSED= no +NOMANCOMPRESS= yes +MAN8= htpdate.8.gz PLIST_FILES= bin/htpdate -post-extract: - @${GZIP_CMD} -d ${WRKSRC}/${MAN8}.gz - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/htpdate ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MAN8PREFIX}/man/man8 diff --git a/net/htpdate/distinfo b/net/htpdate/distinfo index 3bd6745394a5..8d8770e4bb12 100644 --- a/net/htpdate/distinfo +++ b/net/htpdate/distinfo @@ -1,2 +1,2 @@ -MD5 (htpdate-0.8.3.tar.bz2) = d93b86f77067c436c2ba31b8d46d8063 -SIZE (htpdate-0.8.3.tar.bz2) = 10709 +MD5 (htpdate-0.8.4.tar.bz2) = 7787187c092e63e0ca971fec0651086c +SIZE (htpdate-0.8.4.tar.bz2) = 11517 |