diff options
author | mat <mat@FreeBSD.org> | 2015-05-08 04:24:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-08 04:24:15 +0800 |
commit | 7841559a50500dbb0f7c24009b739c3b08cf2cf6 (patch) | |
tree | 97a8a198649a73e26fe96adf11b755d0b80e3533 /sysutils/mcollective-shell-client | |
parent | 0b5a53f719530a1c43cf777a53506d3417fddd57 (diff) | |
download | freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.tar.gz freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.tar.zst freebsd-ports-gnome-7841559a50500dbb0f7c24009b739c3b08cf2cf6.zip |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/mcollective-shell-client')
-rw-r--r-- | sysutils/mcollective-shell-client/Makefile | 7 | ||||
-rw-r--r-- | sysutils/mcollective-shell-client/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile index e0c535a25e1c..daba46e0921e 100644 --- a/sysutils/mcollective-shell-client/Makefile +++ b/sysutils/mcollective-shell-client/Makefile @@ -4,7 +4,6 @@ PORTNAME= mcollective-shell-client PORTVERSION= 0.0.1 CATEGORIES= sysutils -DISTNAME= mcollective-shell-agent-${PORTVERSION} MAINTAINER= robak@FreeBSD.org COMMENT= MCollective shell client plugin @@ -14,12 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= mcollective>=2.2.4:${PORTSDIR}/sysutils/mcollective -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-mcollective-shell-agent-${GH_COMMIT} - USE_GITHUB= yes GH_ACCOUNT= puppetlabs -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9fb27d5 +GH_PROJECT= mcollective-shell-agent +GH_TAGNAME= 9fb27d5 PLIST_FILES= share/mcollective/application/shell/watcher.rb \ share/mcollective/application/shell/prefix_stream_buf.rb \ diff --git a/sysutils/mcollective-shell-client/distinfo b/sysutils/mcollective-shell-client/distinfo index f00b7e79917e..51920d264c4f 100644 --- a/sysutils/mcollective-shell-client/distinfo +++ b/sysutils/mcollective-shell-client/distinfo @@ -1,2 +1,2 @@ -SHA256 (mcollective-shell-agent-0.0.1.tar.gz) = c3e899ecf21508587091828f9e18ed232ca615f9f8a899d524f0b96340738d74 -SIZE (mcollective-shell-agent-0.0.1.tar.gz) = 17900 +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 |