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

Ryan Steinmetz zi at FreeBSD.org
Mon Apr 22 01:32:19 UTC 2019


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
 
 #


More information about the svn-ports-all mailing list