diff options
author | zi <zi@FreeBSD.org> | 2019-08-23 22:21:33 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2019-08-23 22:21:33 +0800 |
commit | fa943146e5202e252a870db3ca3247852d864c2a (patch) | |
tree | f22dc32a88d9383eef9e7f833486669ee345efc5 /security | |
parent | 21862fbd7141599a8d46ed4200e65d8c7e0b3b9d (diff) | |
download | freebsd-ports-gnome-fa943146e5202e252a870db3ca3247852d864c2a.tar.gz freebsd-ports-gnome-fa943146e5202e252a870db3ca3247852d864c2a.tar.zst freebsd-ports-gnome-fa943146e5202e252a870db3ca3247852d864c2a.zip |
- Ensure we start after varnishd
Diffstat (limited to 'security')
-rw-r--r-- | security/hitch/Makefile | 2 | ||||
-rw-r--r-- | security/hitch/files/hitch.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile index 57d1e3cf2a1c..e51ee1981ae3 100644 --- a/security/hitch/Makefile +++ b/security/hitch/Makefile @@ -3,7 +3,7 @@ PORTNAME= hitch PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://hitch-tls.org/source/ \ ZI diff --git a/security/hitch/files/hitch.in b/security/hitch/files/hitch.in index cc6982293635..f7e4f6709419 100644 --- a/security/hitch/files/hitch.in +++ b/security/hitch/files/hitch.in @@ -4,7 +4,7 @@ # # PROVIDE: hitch -# REQUIRE: LOGIN +# REQUIRE: LOGIN varnishd # KEYWORD: shutdown # |