svn commit: r508800 - in head/net/htpdate: . files

Jason Helfman jgh at FreeBSD.org
Mon Aug 12 23:07:38 UTC 2019


Author: jgh
Date: Mon Aug 12 23:07:37 2019
New Revision: 508800
URL: https://svnweb.freebsd.org/changeset/ports/508800

Log:
  - remove valid endpoints from code
   - patches submitted upstream
  - bump revision

Added:
  head/net/htpdate/files/patch-README   (contents, props changed)
  head/net/htpdate/files/patch-htpdate.8   (contents, props changed)
  head/net/htpdate/files/patch-htpdate.c   (contents, props changed)
Modified:
  head/net/htpdate/Makefile

Modified: head/net/htpdate/Makefile
==============================================================================
--- head/net/htpdate/Makefile	Mon Aug 12 22:14:08 2019	(r508799)
+++ head/net/htpdate/Makefile	Mon Aug 12 23:07:37 2019	(r508800)
@@ -3,7 +3,7 @@
 
 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/

Added: head/net/htpdate/files/patch-README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/htpdate/files/patch-README	Mon Aug 12 23:07:37 2019	(r508800)
@@ -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 <proxyserver>[:port]] [-u user[:group]]
+ 	<host[:port]> ...
+ 
+-	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.

Added: head/net/htpdate/files/patch-htpdate.8
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/htpdate/files/patch-htpdate.8	Mon Aug 12 23:07:37 2019	(r508800)
@@ -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 <eddy at vervest.org>, http://www.vervest.org/htp
+ .SH "SEE ALSO"

Added: head/net/htpdate/files/patch-htpdate.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/htpdate/files/patch-htpdate.c	Mon Aug 12 23:07:37 2019	(r508800)
@@ -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
+ 


More information about the svn-ports-all mailing list