Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2019 13:16:24 +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: r509943 - head/sysutils/anvil
Message-ID:  <201908261316.x7QDGOU7072091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261316.x7QDGOU7072091>