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

Jason Helfman jgh at FreeBSD.org
Fri Aug 9 23:20:15 UTC 2019


Author: jgh
Date: Fri Aug  9 23:20:14 2019
New Revision: 508486
URL: https://svnweb.freebsd.org/changeset/ports/508486

Log:
  - remove valid endpoints
  - bump revision
  
  Reported by:	clusteradm@

Modified:
  head/net/htpdate/Makefile
  head/net/htpdate/files/htpdate.in

Modified: head/net/htpdate/Makefile
==============================================================================
--- head/net/htpdate/Makefile	Fri Aug  9 22:33:32 2019	(r508485)
+++ head/net/htpdate/Makefile	Fri Aug  9 23:20:14 2019	(r508486)
@@ -3,6 +3,7 @@
 
 PORTNAME=	htpdate
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.vervest.org/htp/archive/c/ \
 		http://twekkel.home.xs4all.nl/htp/

Modified: head/net/htpdate/files/htpdate.in
==============================================================================
--- head/net/htpdate/files/htpdate.in	Fri Aug  9 22:33:32 2019	(r508485)
+++ head/net/htpdate/files/htpdate.in	Fri Aug  9 23:20:14 2019	(r508486)
@@ -17,7 +17,7 @@
 load_rc_config htpdate
 
 htpdate_enable="${htpdate_enable:-"NO"}"
-htpdate_servers="${htpdate_servers:-"www.freebsd.org www.linux.com"}"
+htpdate_servers="${htpdate_servers:-"www.example.com"}"
 htpdate_flags="${htpdate_flags:-"-l -s -D"}"
 
 name=htpdate


More information about the svn-ports-all mailing list