aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2016-05-24 02:45:24 +0800
committerbrnrd <brnrd@FreeBSD.org>2016-05-24 02:45:24 +0800
commit86941c78095673e8c548058ef5ccfba7e5543dae (patch)
tree8b52dcdacc3b65e4d03a399ec0acd31e836c7a4c /security
parent63373f0f49896d5c0e7a4aa1851b4943ff9f10af (diff)
downloadfreebsd-ports-gnome-86941c78095673e8c548058ef5ccfba7e5543dae.tar.gz
freebsd-ports-gnome-86941c78095673e8c548058ef5ccfba7e5543dae.tar.zst
freebsd-ports-gnome-86941c78095673e8c548058ef5ccfba7e5543dae.zip
security/letsencrypt.sh: Update to 0.2.0
- Update to version 0.2.0 - Add documentation - Moved example files Reviewed by: Sascha Holzleiter <sascha@root-login.org> (maintainer) Approved by: Sascha Holzleiter <sascha@root-login.org> (maintainer) Differential Revision: D6494
Diffstat (limited to 'security')
-rw-r--r--security/letsencrypt.sh/Makefile21
-rw-r--r--security/letsencrypt.sh/distinfo5
2 files changed, 16 insertions, 10 deletions
diff --git a/security/letsencrypt.sh/Makefile b/security/letsencrypt.sh/Makefile
index 3637dfb34017..e372b6c71a7b 100644
--- a/security/letsencrypt.sh/Makefile
+++ b/security/letsencrypt.sh/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= letsencrypt.sh
-PORTVERSION= 0.1.0
+PORTVERSION= 0.2.0
DISTVERSIONPREFIX= v
CATEGORIES= security
@@ -43,25 +43,30 @@ PORTDOCS_PLIST_FILES= %%PORTDOCS%%%%DOCSDIR%%/README.md
SUB_FILES= 000.letsencrypt.sh pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
-PORTDOCS= README.md
+PORTDOCS= README.md dns-verification.md domains_txt.md ecc.md hook_chain.md \
+ import-from-official-client.md staging.md troubleshooting.md wellknown.md
-SHEBANG_FILES= config.sh.example hook.sh.example letsencrypt.sh
+SHEBANG_FILES= docs/examples/config.sh.example docs/examples/hook.sh.example letsencrypt.sh
post-patch-ZSH-on:
-. for p in config.sh.example hook.sh.example letsencrypt.sh
- ${REINPLACE_CMD} '1 s/bash/zsh/' ${WRKSRC}/${p}
+. for p in docs/examples/config.sh.example docs/examples/hook.sh.example letsencrypt.sh
+ ${REINPLACE_CMD} '1 s/bash/zsh/' ${WRKSRC}/${p}
. endfor
do-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}/.acme-challenges ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}
- ${INSTALL_DATA} ${WRKSRC}/config.sh.example ${STAGEDIR}${ETCDIR}/config.sh.example
- ${INSTALL_DATA} ${WRKSRC}/hook.sh.example ${STAGEDIR}${ETCDIR}/hook.sh.example
- ${INSTALL_DATA} ${WRKSRC}/domains.txt.example ${STAGEDIR}${ETCDIR}/domains.txt.example
+ ${INSTALL_DATA} ${WRKSRC}/docs/examples/config.sh.example ${STAGEDIR}${ETCDIR}/config.sh.example
+ ${INSTALL_DATA} ${WRKSRC}/docs/examples/hook.sh.example ${STAGEDIR}${ETCDIR}/hook.sh.example
+ ${INSTALL_DATA} ${WRKSRC}/docs/examples/domains.txt.example ${STAGEDIR}${ETCDIR}/domains.txt.example
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+. for d in dns-verification domains_txt ecc hook_chain import-from-official-client \
+ staging troubleshooting wellknown
+ ${INSTALL_MAN} ${WRKSRC}/docs/${d}.md ${STAGEDIR}${DOCSDIR}
+. endfor
.include <bsd.port.mk>
diff --git a/security/letsencrypt.sh/distinfo b/security/letsencrypt.sh/distinfo
index 0e8052cef9c8..45470c3f19c0 100644
--- a/security/letsencrypt.sh/distinfo
+++ b/security/letsencrypt.sh/distinfo
@@ -1,2 +1,3 @@
-SHA256 (lukas2511-letsencrypt.sh-v0.1.0_GH0.tar.gz) = ef5ffe83b42a602f1d918fe9548182087f01fc8e3e20f47e054fea4e320f9fa9
-SIZE (lukas2511-letsencrypt.sh-v0.1.0_GH0.tar.gz) = 16650
+TIMESTAMP = 1463941305
+SHA256 (lukas2511-letsencrypt.sh-v0.2.0_GH0.tar.gz) = d6e25bbbfa14b87dea4999ecddfd441bbcdc1fd8b3160fa4c4a8ed412ee664e1
+SIZE (lukas2511-letsencrypt.sh-v0.2.0_GH0.tar.gz) = 19314