aboutsummaryrefslogtreecommitdiff
path: root/security/dehydrated
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-04-29 22:43:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-04-29 22:43:48 +0000
commit3bc8beb33de465684ac700360448309c4518e7d3 (patch)
treea03bc175c5a1cb744642b44ca44c19f44511fc33 /security/dehydrated
parentd077d1387ccb0ad5d84e85954508bba3ebc0db69 (diff)
downloadports-3bc8beb33de465684ac700360448309c4518e7d3.tar.gz
ports-3bc8beb33de465684ac700360448309c4518e7d3.zip
security/dehydrated: Update 0.6.1-7 -> 0.6.2
Port changes: * Add bash to RUN_DEPENDS * Remove BASH and ZSH options as per PHB * Change PORTDOCS to * for simplicity * Silence some commands PR: 227848 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Notes
Notes: svn path=/head/; revision=468668
Diffstat (limited to 'security/dehydrated')
-rw-r--r--security/dehydrated/Makefile34
-rw-r--r--security/dehydrated/distinfo6
2 files changed, 13 insertions, 27 deletions
diff --git a/security/dehydrated/Makefile b/security/dehydrated/Makefile
index a3be8eca1096..61f27b60aac4 100644
--- a/security/dehydrated/Makefile
+++ b/security/dehydrated/Makefile
@@ -2,8 +2,7 @@
PORTNAME= dehydrated
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.1-7
-DISTVERSIONSUFFIX= -g7c40c72
+DISTVERSION= 0.6.2
CATEGORIES= security
MAINTAINER= sascha@root-login.org
@@ -12,26 +11,15 @@ COMMENT= Pure BASH/ZSH Lets Encrypt client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= curl:ftp/curl
+RUN_DEPENDS= bash:shells/bash \
+ curl:ftp/curl
USES= shebangfix
-
USE_GITHUB= yes
GH_ACCOUNT= lukas2511
-
-OPTIONS_DEFINE= DOCS
-OPTIONS_SINGLE= SHELL
-OPTIONS_SINGLE_SHELL= BASH ZSH
-BASH_DESC= Use the Bourne Again shell (BASH)
-ZSH_DESC= Use the Z shell (ZSH)
-
-OPTIONS_DEFAULT= BASH
-
-NO_ARCH= yes
NO_BUILD= yes
-
-BASH_RUN_DEPENDS= bash:shells/bash
-ZSH_RUN_DEPENDS= zsh:shells/zsh
+NO_ARCH= yes
+SHEBANG_FILES= docs/examples/hook.sh dehydrated
PERIODIC_DIRS= etc/periodic/weekly
PERIODIC_FILES= 000.dehydrated
@@ -43,15 +31,13 @@ PLIST_FILES= bin/dehydrated \
${ETCDIR}/hook.sh.example \
${ETCDIR}/domains.txt.example \
${PERIODIC_DIRS}/000.dehydrated
-PORTDOCS_PLIST_FILES= ${PORTDOCS}${DOCSDIR}/README.md
SUB_FILES= 000.dehydrated pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
-PORTDOCS= README.md dns-verification.md domains_txt.md ecc.md hook_chain.md \
- import-from-official-client.md per-certificate-config.md staging.md \
- troubleshooting.md wellknown.md
-SHEBANG_FILES= docs/examples/hook.sh dehydrated
+OPTIONS_DEFINE= DOCS
+
+PORTDOCS= *
post-patch:
. for f in docs/examples/config dehydrated
@@ -71,10 +57,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/docs/examples/domains.txt ${STAGEDIR}${ETCDIR}/domains.txt.example
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES}
- ${MKDIR} ${STAGEDIR}${PREFIX}/www/dehydrated
+ @${MKDIR} ${STAGEDIR}${PREFIX}/www/dehydrated
do-install-DOCS-on:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
. for d in dns-verification domains_txt ecc hook_chain import-from-official-client \
per-certificate-config staging troubleshooting wellknown
diff --git a/security/dehydrated/distinfo b/security/dehydrated/distinfo
index bdef31b40a76..6da83dd7554a 100644
--- a/security/dehydrated/distinfo
+++ b/security/dehydrated/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521884975
-SHA256 (lukas2511-dehydrated-v0.6.1-7-g7c40c72_GH0.tar.gz) = 7963998dbae0657f6f84fd256ffd4f2c81d41dcdc340e822e76f58e605698f5f
-SIZE (lukas2511-dehydrated-v0.6.1-7-g7c40c72_GH0.tar.gz) = 77499
+TIMESTAMP = 1525041278
+SHA256 (lukas2511-dehydrated-v0.6.2_GH0.tar.gz) = 163384479199f06f59382ceb6291a299567a2f4f0b963b9b61f2db65a407e80e
+SIZE (lukas2511-dehydrated-v0.6.2_GH0.tar.gz) = 77819