svn commit: r446347 - in head/sysutils/anvil: . files

Dan Langille dvl at FreeBSD.org
Fri Jul 21 20:11:08 UTC 2017


Author: dvl
Date: Fri Jul 21 20:11:07 2017
New Revision: 446347
URL: https://svnweb.freebsd.org/changeset/ports/446347

Log:
  Upgrade to 0.0.9
  
  * this release adds some sanity checks
  * while here, improve pkg-message

Modified:
  head/sysutils/anvil/Makefile
  head/sysutils/anvil/distinfo
  head/sysutils/anvil/files/pkg-message.in

Modified: head/sysutils/anvil/Makefile
==============================================================================
--- head/sysutils/anvil/Makefile	Fri Jul 21 17:33:10 2017	(r446346)
+++ head/sysutils/anvil/Makefile	Fri Jul 21 20:11:07 2017	(r446347)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	anvil
-PORTVERSION=	0.0.8
-PORTREVISION=	1
+PORTVERSION=	0.0.9
 CATEGORIES=	sysutils
 
 MAINTAINER=	dvl at FreeBSD.org

Modified: head/sysutils/anvil/distinfo
==============================================================================
--- head/sysutils/anvil/distinfo	Fri Jul 21 17:33:10 2017	(r446346)
+++ head/sysutils/anvil/distinfo	Fri Jul 21 20:11:07 2017	(r446347)
@@ -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

Modified: head/sysutils/anvil/files/pkg-message.in
==============================================================================
--- head/sysutils/anvil/files/pkg-message.in	Fri Jul 21 17:33:10 2017	(r446346)
+++ head/sysutils/anvil/files/pkg-message.in	Fri Jul 21 20:11:07 2017	(r446347)
@@ -18,7 +18,7 @@ For cert-puller:
 
   * 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
@@ -33,7 +33,7 @@ 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


More information about the svn-ports-all mailing list