aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective-shell-agent
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2016-03-08 13:31:09 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2016-03-08 13:31:09 +0000
commitd02d7f8384a2c83d7083cf5ac75ec1fbf0b6507f (patch)
treec60f62745a92612ceaf1527837abf4db410db684 /sysutils/mcollective-shell-agent
parent018eeadae5746ac3cb925a0429a405eb994f9a95 (diff)
downloadports-d02d7f8384a2c83d7083cf5ac75ec1fbf0b6507f.tar.gz
ports-d02d7f8384a2c83d7083cf5ac75ec1fbf0b6507f.zip
sysutils/mcollective-shell-agent: update 0.0.1 -> 0.0.2
- Delete obsolete patch - Remove obsolete GH_TAGNAME
Notes
Notes: svn path=/head/; revision=410614
Diffstat (limited to 'sysutils/mcollective-shell-agent')
-rw-r--r--sysutils/mcollective-shell-agent/Makefile3
-rw-r--r--sysutils/mcollective-shell-agent/distinfo4
-rw-r--r--sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb8
3 files changed, 3 insertions, 12 deletions
diff --git a/sysutils/mcollective-shell-agent/Makefile b/sysutils/mcollective-shell-agent/Makefile
index 55e0fdecb57f..bce87aca36e4 100644
--- a/sysutils/mcollective-shell-agent/Makefile
+++ b/sysutils/mcollective-shell-agent/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mcollective-shell-agent
-PORTVERSION= 0.0.1
+PORTVERSION= 0.0.2
CATEGORIES= sysutils
MAINTAINER= robak@FreeBSD.org
@@ -15,7 +15,6 @@ RUN_DEPENDS= mcollective>=2.2.4:${PORTSDIR}/sysutils/mcollective
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
-GH_TAGNAME= 9fb27d5
PLIST_FILES= share/mcollective/agent/shell/job.rb \
share/mcollective/agent/shell.rb \
diff --git a/sysutils/mcollective-shell-agent/distinfo b/sysutils/mcollective-shell-agent/distinfo
index 51920d264c4f..9f98d9c28a85 100644
--- a/sysutils/mcollective-shell-agent/distinfo
+++ b/sysutils/mcollective-shell-agent/distinfo
@@ -1,2 +1,2 @@
-SHA256 (puppetlabs-mcollective-shell-agent-0.0.1-9fb27d5_GH0.tar.gz) = dee93bf0d9b20532f2a4e020378ed9882c87c1bbaf58745fe777f254a5aeef10
-SIZE (puppetlabs-mcollective-shell-agent-0.0.1-9fb27d5_GH0.tar.gz) = 17895
+SHA256 (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 08c60644752e969b86459b23818f3b991514be3633141ac0e6e984672d11574f
+SIZE (puppetlabs-mcollective-shell-agent-0.0.2_GH0.tar.gz) = 17984
diff --git a/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb b/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb
deleted file mode 100644
index 24d393bde766..000000000000
--- a/sysutils/mcollective-shell-agent/files/patch-lib-mcollective-agent-shell-job.rb
+++ /dev/null
@@ -1,8 +0,0 @@
---- lib/mcollective/agent/shell/job.rb.orig 2014-08-14 12:52:06.644348698 +0200
-+++ lib/mcollective/agent/shell/job.rb 2014-08-14 12:52:14.552664032 +0200
-@@ -1,4 +1,5 @@
- require 'securerandom'
-+require 'pathname'
-
- # The Job class manages the spawning and state tracking for a process as it's
- # running.