svn commit: r509648 - in head/security/hitch: . files

Ryan Steinmetz zi at FreeBSD.org
Fri Aug 23 14:21:34 UTC 2019


Author: zi
Date: Fri Aug 23 14:21:33 2019
New Revision: 509648
URL: https://svnweb.freebsd.org/changeset/ports/509648

Log:
  - Ensure we start after varnishd

Modified:
  head/security/hitch/Makefile
  head/security/hitch/files/hitch.in

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Fri Aug 23 13:31:45 2019	(r509647)
+++ head/security/hitch/Makefile	Fri Aug 23 14:21:33 2019	(r509648)
@@ -3,7 +3,7 @@
 
 PORTNAME=		hitch
 PORTVERSION=		1.5.0
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		security
 MASTER_SITES=		http://hitch-tls.org/source/ \
 			ZI

Modified: head/security/hitch/files/hitch.in
==============================================================================
--- head/security/hitch/files/hitch.in	Fri Aug 23 13:31:45 2019	(r509647)
+++ head/security/hitch/files/hitch.in	Fri Aug 23 14:21:33 2019	(r509648)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: hitch
-# REQUIRE: LOGIN
+# REQUIRE: LOGIN varnishd
 # KEYWORD: shutdown
 
 #


More information about the svn-ports-head mailing list