Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 01:32:18 +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: r499601 - in head/security/hitch: . files
Message-ID:  <201904220132.x3M1WIdl024686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Mon Apr 22 01:32:18 2019
New Revision: 499601
URL: https://svnweb.freebsd.org/changeset/ports/499601

Log:
  - Fix start order
  - Bump PORTREVISION

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

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Mon Apr 22 01:12:30 2019	(r499600)
+++ head/security/hitch/Makefile	Mon Apr 22 01:32:18 2019	(r499601)
@@ -3,6 +3,7 @@
 
 PORTNAME=		hitch
 PORTVERSION=		1.5.0
+PORTREVISION=		1
 CATEGORIES=		security
 MASTER_SITES=		http://hitch-tls.org/source/ \
 			ZI

Modified: head/security/hitch/files/hitch.in
==============================================================================
--- head/security/hitch/files/hitch.in	Mon Apr 22 01:12:30 2019	(r499600)
+++ head/security/hitch/files/hitch.in	Mon Apr 22 01:32:18 2019	(r499601)
@@ -4,8 +4,7 @@
 #
 
 # PROVIDE: hitch
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
+# REQUIRE: LOGIN
 # KEYWORD: shutdown
 
 #



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