aboutsummaryrefslogtreecommitdiff
path: root/security/dehydrated/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-07-01 13:37:40 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-07-01 13:37:40 +0000
commit33649ac2c20eb97be9c34fc20d7bcaa7305d7116 (patch)
tree934c0662334cc556dcda19aa4e1c65e5e927096c /security/dehydrated/Makefile
parentaf97d4b783d72418ae34c7af86e70fbde7c77fe0 (diff)
downloadports-33649ac2c20eb97be9c34fc20d7bcaa7305d7116.tar.gz
ports-33649ac2c20eb97be9c34fc20d7bcaa7305d7116.zip
security/dehydrated: Update to 0.6.5
While I'm here, pet portlint: WARN: Makefile: extra item placed in the USES/USE_x section, for example, "NO_BUILD". Changelog: https://github.com/lukas2511/dehydrated/blob/v0.6.5/CHANGELOG PR: 238918 Submitted by: Sascha Holzleiter <sascha root-login org> (maintainer) MFH: 2019Q2 (blanket: bugfix release)
Notes
Notes: svn path=/head/; revision=505571
Diffstat (limited to 'security/dehydrated/Makefile')
-rw-r--r--security/dehydrated/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/dehydrated/Makefile b/security/dehydrated/Makefile
index e4202a279786..1d6e6097dec8 100644
--- a/security/dehydrated/Makefile
+++ b/security/dehydrated/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dehydrated
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.4
+DISTVERSION= 0.6.5
CATEGORIES= security
MAINTAINER= sascha@root-login.org
@@ -15,6 +15,7 @@ RUN_DEPENDS= curl:ftp/curl
USES= shebangfix
USE_GITHUB= yes
+
GH_ACCOUNT= lukas2511
NO_BUILD= yes
NO_ARCH= yes
@@ -30,6 +31,7 @@ OPTIONS_DEFINE= DOCS
OPTIONS_SINGLE= SHELL
OPTIONS_SINGLE_SHELL= BASH ZSH
OPTIONS_DEFAULT= BASH
+
BASH_DESC= Use the Bourne Again shell (BASH)
ZSH_DESC= Use the Z shell (ZSH)