diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-28 09:36:32 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-28 09:36:32 +0000 |
commit | 1b6e18af9a18a952f016972a700168e8ca76847c (patch) | |
tree | c7783bc0c64425068b9c1cc2b9102f44ef9308c9 | |
parent | - Add LICENSE (diff) |
net-mgmt/resource-agents: Change from GH_TAGNAME to DISTVERSIONPREFIX=v
PR: 209005
Submitted by: mat
-rw-r--r-- | net-mgmt/resource-agents/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/resource-agents/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/resource-agents/Makefile b/net-mgmt/resource-agents/Makefile index e135a9874aaa..7ce29a85a912 100644 --- a/net-mgmt/resource-agents/Makefile +++ b/net-mgmt/resource-agents/Makefile @@ -3,6 +3,7 @@ PORTNAME= resource-agents PORTVERSION= 3.9.7 +DISTVERSIONPREFIX=v CATEGORIES= net-mgmt MAINTAINER= dpejesh@yahoo.com @@ -18,7 +19,6 @@ CONFLICTS= heartbeat-[0-9]* USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GH_PROJECT= resource-agents -GH_TAGNAME= v${PORTVERSION} USES= autoreconf gmake pkgconfig python shebangfix USE_GCC= yes diff --git a/net-mgmt/resource-agents/distinfo b/net-mgmt/resource-agents/distinfo index 1a2eb1b2216a..8dc785d7b77c 100644 --- a/net-mgmt/resource-agents/distinfo +++ b/net-mgmt/resource-agents/distinfo @@ -1,2 +1,2 @@ -SHA256 (ClusterLabs-resource-agents-3.9.7-v3.9.7_GH0.tar.gz) = e5bd62658fbc236acb83b709f64b2cd9fae52aa4a420a44fed5eb667e928b152 -SIZE (ClusterLabs-resource-agents-3.9.7-v3.9.7_GH0.tar.gz) = 646048 +SHA256 (ClusterLabs-resource-agents-v3.9.7_GH0.tar.gz) = e5bd62658fbc236acb83b709f64b2cd9fae52aa4a420a44fed5eb667e928b152 +SIZE (ClusterLabs-resource-agents-v3.9.7_GH0.tar.gz) = 646048 |