Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2019 14:21:34 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509648 - in head/security/hitch: . files
Message-ID:  <201908231421.x7NELYEO028849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908231421.x7NELYEO028849>