Index: head/net/htpdate/Makefile =================================================================== --- head/net/htpdate/Makefile (revision 509963) +++ head/net/htpdate/Makefile (revision 509964) @@ -1,34 +1,33 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= htpdate -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.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/distinfo =================================================================== --- head/net/htpdate/distinfo (revision 509963) +++ head/net/htpdate/distinfo (revision 509964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565104478 -SHA256 (htpdate-1.2.1.tar.xz) = 186c69509ba68178e2894cb8900e240bb688870ec25de2ac4676724e1e1d1cbf -SIZE (htpdate-1.2.1.tar.xz) = 12824 +TIMESTAMP = 1566843072 +SHA256 (htpdate-1.2.2.tar.xz) = 5f1f959877852abb3153fa407e8532161a7abe916aa635796ef93f8e4119f955 +SIZE (htpdate-1.2.2.tar.xz) = 12848 Index: head/net/htpdate/files/patch-htpdate.8 =================================================================== --- head/net/htpdate/files/patch-htpdate.8 (revision 509963) +++ head/net/htpdate/files/patch-htpdate.8 (nonexistent) @@ -1,35 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/htpdate/files/patch-README =================================================================== --- head/net/htpdate/files/patch-README (revision 509963) +++ head/net/htpdate/files/patch-README (nonexistent) @@ -1,11 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/htpdate/files/patch-htpdate.c =================================================================== --- head/net/htpdate/files/patch-htpdate.c (revision 509963) +++ head/net/htpdate/files/patch-htpdate.c (nonexistent) @@ -1,16 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property