svn commit: r509943 - head/sysutils/anvil

Dan Langille dvl at FreeBSD.org
Mon Aug 26 13:16:25 UTC 2019


Author: dvl
Date: Mon Aug 26 13:16:24 2019
New Revision: 509943
URL: https://svnweb.freebsd.org/changeset/ports/509943

Log:
  Upgrade to 0.0.17
  
  Ignore the DAYS configuration item for cert-shifter. It is now no longer
  used.
  
  Why? Because we cannot depend upon the mtime of a directory to indicate that
  it contains a new file. Instead, we must look at the certs contained within
  those directories.

Modified:
  head/sysutils/anvil/Makefile
  head/sysutils/anvil/distinfo

Modified: head/sysutils/anvil/Makefile
==============================================================================
--- head/sysutils/anvil/Makefile	Mon Aug 26 13:07:55 2019	(r509942)
+++ head/sysutils/anvil/Makefile	Mon Aug 26 13:16:24 2019	(r509943)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	anvil
-PORTVERSION=	0.0.16
+PORTVERSION=	0.0.17
 CATEGORIES=	sysutils
 
 MAINTAINER=	dvl at FreeBSD.org

Modified: head/sysutils/anvil/distinfo
==============================================================================
--- head/sysutils/anvil/distinfo	Mon Aug 26 13:07:55 2019	(r509942)
+++ head/sysutils/anvil/distinfo	Mon Aug 26 13:16:24 2019	(r509943)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566759782
-SHA256 (dlangille-anvil-0.0.16_GH0.tar.gz) = e61d8271f97bb2271eca5826e3e4eb97d2ddaf8ce96ff0ecb1de892937a5b3d9
-SIZE (dlangille-anvil-0.0.16_GH0.tar.gz) = 79943
+TIMESTAMP = 1566825251
+SHA256 (dlangille-anvil-0.0.17_GH0.tar.gz) = dd2a7c9db34bacfead786cca523ad702f02a5d90b7e0df317ae7d0f59f1f75f8
+SIZE (dlangille-anvil-0.0.17_GH0.tar.gz) = 80052


More information about the svn-ports-head mailing list