Index: head/security/letsencrypt.sh/Makefile =================================================================== --- head/security/letsencrypt.sh/Makefile (revision 408952) +++ head/security/letsencrypt.sh/Makefile (revision 408953) @@ -1,61 +1,62 @@ # $FreeBSD$ PORTNAME= letsencrypt.sh PORTVERSION= 0.0.0.20160212 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= sascha@root-login.org COMMENT= Pure BASH/ZSH Lets Encrypt client LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= lukas2511 GH_TAGNAME= f7c079c 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 USES= shebangfix BASH_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash ZSH_RUN_DEPENDS= zsh:${PORTSDIR}/shells/zsh PERIODIC_DIRS= etc/periodic/weekly PERIODIC_FILES= 000.letsencrypt.sh PLIST_DIRS= %%ETCDIR%%/.acme-challenges PLIST_FILES= bin/letsencrypt.sh \ %%ETCDIR%%/config.sh.example \ %%ETCDIR%%/hook.sh.example \ %%ETCDIR%%/domains.txt.example \ ${PERIODIC_DIRS}/000.letsencrypt.sh SUB_FILES= 000.letsencrypt.sh pkg-message SUB_LIST= PORTNAME=${PORTNAME} SHEBANG_FILES= config.sh.example 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} . 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_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_SCRIPT} ${WRKDIR}/${PERIODIC_FILES} ${STAGEDIR}${PREFIX}/${PERIODIC_DIRS}/${PERIODIC_FILES} .include