Date: Sun, 11 Aug 2019 19:23:09 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508668 - head/security/acme.sh Message-ID: <201908111923.x7BJN9nn018765@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sun Aug 11 19:23:09 2019 New Revision: 508668 URL: https://svnweb.freebsd.org/changeset/ports/508668 Log: Include the notify directory, for all those new features mentioned in the previous commit. Reported by: Ken Modified: head/security/acme.sh/Makefile head/security/acme.sh/pkg-plist Modified: head/security/acme.sh/Makefile ============================================================================== --- head/security/acme.sh/Makefile Sun Aug 11 19:16:49 2019 (r508667) +++ head/security/acme.sh/Makefile Sun Aug 11 19:23:09 2019 (r508668) @@ -2,6 +2,7 @@ PORTNAME= acme.sh PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org @@ -48,10 +49,12 @@ do-install: ${MKDIR} ${STAGEDIR}/var/db/acme/.acme.sh ${STAGEDIR}/var/db/acme/certs ( cd ${WRKSRC} && ${COPYTREE_BIN} deploy ${STAGEDIR}${EXAMPLESDIR} ) ( cd ${WRKSRC} && ${COPYTREE_BIN} dnsapi ${STAGEDIR}${EXAMPLESDIR} ) + ( cd ${WRKSRC} && ${COPYTREE_BIN} notify ${STAGEDIR}${EXAMPLESDIR} ) ${INSTALL_DATA} ${FILESDIR}/acme.sh.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/account.conf.sample ${STAGEDIR}/var/db/acme/.acme.sh ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/deploy ${STAGEDIR}/var/db/acme/.acme.sh ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/dnsapi ${STAGEDIR}/var/db/acme/.acme.sh + ${RLN} ${STAGEDIR}/${EXAMPLESDIR}/notify ${STAGEDIR}/var/db/acme/.acme.sh do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/acme.sh/pkg-plist ============================================================================== --- head/security/acme.sh/pkg-plist Sun Aug 11 19:16:49 2019 (r508667) +++ head/security/acme.sh/pkg-plist Sun Aug 11 19:23:09 2019 (r508668) @@ -84,9 +84,19 @@ sbin/acme.sh %%EXAMPLESDIR%%/dnsapi/dns_yandex.sh %%EXAMPLESDIR%%/dnsapi/dns_zilore.sh %%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh +%%EXAMPLESDIR%%/notify/smtp.sh +%%EXAMPLESDIR%%/notify/pop.sh +%%EXAMPLESDIR%%/notify/mail.sh +%%EXAMPLESDIR%%/notify/postmark.sh +%%EXAMPLESDIR%%/notify/slack.sh +%%EXAMPLESDIR%%/notify/pushover.sh +%%EXAMPLESDIR%%/notify/sendgrid.sh +%%EXAMPLESDIR%%/notify/ifttt.sh +%%EXAMPLESDIR%%/notify/mailgun.sh @sample(acme,acme,0640) /var/db/acme/.acme.sh/account.conf.sample /var/db/acme/.acme.sh/deploy /var/db/acme/.acme.sh/dnsapi +/var/db/acme/.acme.sh/notify @dir(acme,acme,0750) /var/db/acme/.acme.sh @dir(acme,acme,0750) /var/db/acme/certs @dir(acme,acme,0750) /var/db/acme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111923.x7BJN9nn018765>