Index: head/sysutils/anvil/Makefile =================================================================== --- head/sysutils/anvil/Makefile (revision 446346) +++ head/sysutils/anvil/Makefile (revision 446347) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= anvil -PORTVERSION= 0.0.8 -PORTREVISION= 1 +PORTVERSION= 0.0.9 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org COMMENT= Tools for distributing ssl certificates LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= dlangille USERS= anvil GROUPS= anvil SUB_FILES+= cert-shifter.conf.sample cert-puller.conf.sample pkg-install pkg-message NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}/var/db/anvil ${INSTALL_DATA} ${WRKDIR}/cert-shifter.conf.sample ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/cert-puller.conf.sample ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKSRC}/cert-shifter ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/cert-puller ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/anvil/distinfo =================================================================== --- head/sysutils/anvil/distinfo (revision 446346) +++ head/sysutils/anvil/distinfo (revision 446347) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500211696 -SHA256 (dlangille-anvil-0.0.8_GH0.tar.gz) = c2d781fa5364bbe6be471aaf6858c44c19a6137ee78c03e4fad6fff5d5148f9f -SIZE (dlangille-anvil-0.0.8_GH0.tar.gz) = 79190 +TIMESTAMP = 1500667509 +SHA256 (dlangille-anvil-0.0.9_GH0.tar.gz) = 07203464c0239a8aa22c5fff2323859094d5d5299feb4b2a5a227221655de257 +SIZE (dlangille-anvil-0.0.9_GH0.tar.gz) = 79368 Index: head/sysutils/anvil/files/pkg-message.in =================================================================== --- head/sysutils/anvil/files/pkg-message.in (revision 446346) +++ head/sysutils/anvil/files/pkg-message.in (revision 446347) @@ -1,48 +1,48 @@ **************************************************************************** After installing anvil, this is a short checklist of things to do, depending on which tools are using. For cert-puller: * adjust /usr/local/etc/anvil/cert-puller.conf * run 'cert-puller -s' to see the visudo settings you need * adjust the service configuration files (e.g. httpd.conf) if cert filenames are different from defaults. By default, anvil uses: * example.org.fullchain.cer * example.org.key * anvil does not distribute .key files. Do that manually. - * install the crontab for anvil: sudo crontab -e -u anvil: + * install the crontab for anvil: sudo crontab -u anvil -e ### # use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to here, no matter whose crontab this is MAILTO=you@example.org 7 13 * * * /usr/local/bin/cert-puller ### For cert-shifter: * adjust /usr/local/etc/anvil/cert-shifter.conf - * install the crontab: + * install the crontab for anvil: sudo crontab -u anvil -e ### # use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to here, no matter whose crontab this is MAILTO=you@example.org 19 20 * * * /usr/local/bin/cert-shifter ### ****************************************************************************