svn commit: r554836 - head/sysutils/anvil

Dan Langille dvl at FreeBSD.org
Tue Nov 10 14:04:40 UTC 2020


Author: dvl
Date: Tue Nov 10 14:04:39 2020
New Revision: 554836
URL: https://svnweb.freebsd.org/changeset/ports/554836

Log:
  Update to 0.0.18
  
  Allow user to specify which services need to be restarted or reloaded.
  Provide settings to allow options to be used with fetch, curl, wget. e.g. -4
  
  re: https://github.com/dlangille/anvil/releases/tag/0.0.18

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

Modified: head/sysutils/anvil/Makefile
==============================================================================
--- head/sysutils/anvil/Makefile	Tue Nov 10 13:20:56 2020	(r554835)
+++ head/sysutils/anvil/Makefile	Tue Nov 10 14:04:39 2020	(r554836)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	anvil
-PORTVERSION=	0.0.17
+PORTVERSION=	0.0.18
 CATEGORIES=	sysutils
 
 MAINTAINER=	dvl at FreeBSD.org

Modified: head/sysutils/anvil/distinfo
==============================================================================
--- head/sysutils/anvil/distinfo	Tue Nov 10 13:20:56 2020	(r554835)
+++ head/sysutils/anvil/distinfo	Tue Nov 10 14:04:39 2020	(r554836)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566825251
-SHA256 (dlangille-anvil-0.0.17_GH0.tar.gz) = dd2a7c9db34bacfead786cca523ad702f02a5d90b7e0df317ae7d0f59f1f75f8
-SIZE (dlangille-anvil-0.0.17_GH0.tar.gz) = 80052
+TIMESTAMP = 1605016477
+SHA256 (dlangille-anvil-0.0.18_GH0.tar.gz) = ad6c4240f8d31a594c7024f4af29ad753656f4e28e159f7797ee9d9bd8fe6a8c
+SIZE (dlangille-anvil-0.0.18_GH0.tar.gz) = 80259


More information about the svn-ports-head mailing list