svn commit: r437667 - in head/net-mgmt/semaphore: . files

Steve Wills swills at FreeBSD.org
Mon Apr 3 17:20:33 UTC 2017


Author: swills
Date: Mon Apr  3 17:20:32 2017
New Revision: 437667
URL: https://svnweb.freebsd.org/changeset/ports/437667

Log:
  net-mgmt/semaphore: require mysql for startup to avoid failure

Modified:
  head/net-mgmt/semaphore/Makefile
  head/net-mgmt/semaphore/files/semaphore.in

Modified: head/net-mgmt/semaphore/Makefile
==============================================================================
--- head/net-mgmt/semaphore/Makefile	Mon Apr  3 16:19:38 2017	(r437666)
+++ head/net-mgmt/semaphore/Makefile	Mon Apr  3 17:20:32 2017	(r437667)
@@ -2,6 +2,7 @@
 
 PORTNAME=	semaphore
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 

Modified: head/net-mgmt/semaphore/files/semaphore.in
==============================================================================
--- head/net-mgmt/semaphore/files/semaphore.in	Mon Apr  3 16:19:38 2017	(r437666)
+++ head/net-mgmt/semaphore/files/semaphore.in	Mon Apr  3 17:20:32 2017	(r437667)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # PROVIDE: semaphore
+# REQUIRE: mysql
 # KEYWORD: shutdown
 
 . /etc/rc.subr


More information about the svn-ports-head mailing list