From 8260c89ebbc6466507aee5f69f4c01fed622515e Mon Sep 17 00:00:00 2001 From: conscell Date: Sun, 19 Apr 2015 15:14:45 +0900 Subject: ejabberd 15.03, tweak plist Fixed the startup items plist to make it work with OS X 10.10 Yosemite. --- Library/Formula/ejabberd.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ejabberd.rb b/Library/Formula/ejabberd.rb index 222c3fee4..19ff75737 100644 --- a/Library/Formula/ejabberd.rb +++ b/Library/Formula/ejabberd.rb @@ -1,7 +1,7 @@ class Ejabberd < Formula homepage "https://www.ejabberd.im" - url "https://www.process-one.net/downloads/ejabberd/15.02/ejabberd-15.02.tgz" - sha256 "58cc6b9b512f2f495993be735a8313a8a0591157e0f35a9a3702b59ff9eb6beb" + url "https://www.process-one.net/downloads/ejabberd/15.03/ejabberd-15.03.tgz" + sha256 "b685cd615ecd9a4f42701541e84c2a28ae534bc608d292b78145d9c59ea17233" head "https://github.com/processone/ejabberd.git" @@ -59,6 +59,11 @@ class Ejabberd < Formula + EnvironmentVariables + + HOME + #{var}/lib/ejabberd + Label #{plist_name} ProgramArguments @@ -68,6 +73,8 @@ class Ejabberd < Formula RunAtLoad + WorkingDirectory + #{var}/lib/ejabberd EOS -- cgit v1.2.3