mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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)
This commit is contained in:
parent
d077d1387c
commit
3bc8beb33d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468668
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user