Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remctl 3.13 #5776

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions Formula/remctl.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
class Remctl < Formula
desc "Client/server application for remote execution of tasks"
homepage "https://www.eyrie.org/~eagle/software/remctl/"
url "https://archives.eyrie.org/software/kerberos/remctl-3.10.tar.xz"
sha256 "6a206dc3d5149fe4a40fb47850fd55619de03c165c843caf61f84b840c623a93"

bottle do
sha256 "b509ae099d9f39a5c9beecec9397ca5edd55e632bc4a94f5e896fb27016f2621" => :el_capitan
sha256 "766b3a13fdc77e8a98fb1989fb549f068475b80d675ab1341d993b9294d66010" => :yosemite
sha256 "5035361df688340431fbce01ea01d9ae0e5945a46d4ae4e0f0d059037fb8ed5f" => :mavericks
end
url "https://archives.eyrie.org/software/kerberos/remctl-3.13.tar.xz"
sha256 "e8f249c5ef54d5cff95ae503278d262615b3e7ebe13dfb368a1576ef36ee9109"

depends_on "pcre"
depends_on "libevent"

def install
# needed for gss_oid_equal()
ENV.append "LDFLAGS", "-framework GSS"
system "./configure", "--disable-dependency-tracking",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave the bottle do block as-is; we'll update it when we pull. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that, placed back in!

"--prefix=#{prefix}",
"--with-pcre=#{HOMEBREW_PREFIX}"
Expand Down