svn commit: r465290 - head/sysutils/runit-faster

Tobias Kortkamp tobik at FreeBSD.org
Thu Mar 22 14:46:37 UTC 2018


Author: tobik
Date: Thu Mar 22 14:46:36 2018
New Revision: 465290
URL: https://svnweb.freebsd.org/changeset/ports/465290

Log:
  sysutils/runit-faster: Update scripts to 0.1.17
  
  - Register QEMU interpreters at boot
  - Add example bhyve service
  - Add example jail service
  - Add Namecheap DDNS client
  - Add isc-dhcp*-server services
  - Shutdown user services properly

Modified:
  head/sysutils/runit-faster/Makefile
  head/sysutils/runit-faster/distinfo

Modified: head/sysutils/runit-faster/Makefile
==============================================================================
--- head/sysutils/runit-faster/Makefile	Thu Mar 22 14:13:11 2018	(r465289)
+++ head/sysutils/runit-faster/Makefile	Thu Mar 22 14:46:36 2018	(r465290)
@@ -4,8 +4,7 @@
 PORTNAME=	runit
 DISTVERSION=	${RUNITVERSION}-${CONFVERSION}
 RUNITVERSION=	2.1.2
-CONFVERSION=	0.1.16
-PORTREVISION=	1
+CONFVERSION=	0.1.17
 CATEGORIES=	sysutils
 MASTER_SITES=	http://smarden.org/runit/ \
 		http://www.bayofrum.net/dist/runit/ \

Modified: head/sysutils/runit-faster/distinfo
==============================================================================
--- head/sysutils/runit-faster/distinfo	Thu Mar 22 14:13:11 2018	(r465289)
+++ head/sysutils/runit-faster/distinfo	Thu Mar 22 14:46:36 2018	(r465290)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1521042126
+TIMESTAMP = 1521729148
 SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
 SIZE (runit-2.1.2.tar.gz) = 110916
-SHA256 (freebsd-runit-0.1.16.tar.gz) = 2aa5134e0bec3de06d60abdb3b5626c9582b106ba9c2a861801387a367c084a6
-SIZE (freebsd-runit-0.1.16.tar.gz) = 15415
+SHA256 (freebsd-runit-0.1.17.tar.gz) = 8d560ebb27f5b1f76c74571f18a1341ee05a1a5168dc726e036fa4e962d4fab8
+SIZE (freebsd-runit-0.1.17.tar.gz) = 17399


More information about the svn-ports-all mailing list