Index: head/net/htpdate/Makefile =================================================================== --- head/net/htpdate/Makefile (revision 508799) +++ head/net/htpdate/Makefile (revision 508800) @@ -1,34 +1,34 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= htpdate PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.vervest.org/htp/archive/c/ \ http://twekkel.home.xs4all.nl/htp/ MAINTAINER= jgh@FreeBSD.org COMMENT= Time synchronization over http utility LICENSE= GPLv2+ USES= tar:xz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz PORTDOCS= Changelog README USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/htpdate/files/patch-README =================================================================== --- head/net/htpdate/files/patch-README (nonexistent) +++ head/net/htpdate/files/patch-README (revision 508800) @@ -0,0 +1,11 @@ +--- README.orig 2019-08-12 22:50:17 UTC ++++ README +@@ -42,7 +42,7 @@ Usage: htpdate [-046abdhlqstxD] [-i pid file] [-m minp + [-p precision] [-P [:port]] [-u user[:group]] + ... + +- E.g. htpdate -q www.linux.org www.freebsd.org ++ E.g. htpdate -q www.example.com + + + In general, if more web servers are specified, the accuracy will increase. Property changes on: head/net/htpdate/files/patch-README ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/htpdate/files/patch-htpdate.8 =================================================================== --- head/net/htpdate/files/patch-htpdate.8 (nonexistent) +++ head/net/htpdate/files/patch-htpdate.8 (revision 508800) @@ -0,0 +1,35 @@ +--- htpdate.8.orig 2019-08-12 22:48:12 UTC ++++ htpdate.8 +@@ -80,15 +80,15 @@ Portnumber (default 80 and 8080 for proxy server) + .SH "EXAMPLES" + Request time from web server (don't update local clock): + .br +-\& htpdate \-q www.linux.org www.freebsd.org ++\& htpdate \-q www.example.com + .P + Verbose output (don't update local clock): + .br +-\& htpdate \-d \-q www.linux.org www.freebsd.org ++\& htpdate \-d \-q www.example.com + .P + Adjust time smoothly and log output to syslog (eg. cron): + .br +-\& htpdate \-a \-l www.linux.org www.freebsd.org ++\& htpdate \-a \-l www.example.com + .P + HTTP/1.0 request in IPv6 literal format (RFC 2732): + .br +@@ -96,11 +96,11 @@ HTTP/1.0 request in IPv6 literal format (RFC 2732): + .P + Run htpdate as daemon: + .br +-\& htpdate \-D www.linux.org www.freebsd.org ++\& htpdate \-D www.example.com + .P + Daemon mode for the security minded: + .br +-\& htpdate \-D \-u nobody:nogroup www.linux.org www.freebsd.org ++\& htpdate \-D \-u nobody:nogroup www.example.com + .SH "AUTHOR" + Eddy Vervest , http://www.vervest.org/htp + .SH "SEE ALSO" Property changes on: head/net/htpdate/files/patch-htpdate.8 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/htpdate/files/patch-htpdate.c =================================================================== --- head/net/htpdate/files/patch-htpdate.c (nonexistent) +++ head/net/htpdate/files/patch-htpdate.c (revision 508800) @@ -0,0 +1,16 @@ +--- htpdate.c.orig 2019-08-12 22:48:19 UTC ++++ htpdate.c +@@ -14,11 +14,11 @@ + Debug mode (shows raw timestamps, round trip time (RTT) and + time difference): + +- ~# htpdate -d www.linux.org www.freebsd.org ++ ~# htpdate -d www.example.com + + Adjust time smoothly: + +- ~# htpdate -a www.linux.org www.freebsd.org ++ ~# htpdate -a www.example.com + + ...see man page for more details + Property changes on: head/net/htpdate/files/patch-htpdate.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property