Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 11:43:56 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470770 - head/sysutils/runit-faster
Message-ID:  <201805241143.w4OBhuE8022603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 24 11:43:56 2018
New Revision: 470770
URL: https://svnweb.freebsd.org/changeset/ports/470770

Log:
  sysutils/runit-faster: Update scripts to 0.1.24
  
  - Add kadnode service
  
  - Explicitly up lo0 which might not happen on recent CURRENT
  
  - Fix license

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

Modified: head/sysutils/runit-faster/Makefile
==============================================================================
--- head/sysutils/runit-faster/Makefile	Thu May 24 11:27:22 2018	(r470769)
+++ head/sysutils/runit-faster/Makefile	Thu May 24 11:43:56 2018	(r470770)
@@ -4,10 +4,11 @@
 PORTNAME=	runit
 DISTVERSION=	${RUNITVERSION}-${CONFVERSION}
 RUNITVERSION=	2.1.2
-CONFVERSION=	0.1.23
+CONFVERSION=	0.1.24
 CATEGORIES=	sysutils
 MASTER_SITES=	http://smarden.org/runit/ \
 		http://www.bayofrum.net/dist/runit/ \
+		https://github.com/t6/freebsd-runit/releases/download/v${CONFVERSION}/:config \
 		LOCAL/tobik:config \
 		https://pkg.tobik.me/distfiles/:config
 PKGNAMESUFFIX=	-faster
@@ -17,8 +18,10 @@ DISTFILES=	runit-${RUNITVERSION}${EXTRACT_SUFX} \
 MAINTAINER=	tobik@FreeBSD.org
 COMMENT=	Runit based init replacement for ${OPSYS}
 
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/package/COPYING
+LICENSE=	BSD3CLAUSE CC0-1.0
+LICENSE_COMB=	multi
+LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/package/COPYING
+LICENSE_FILE_CC0-1.0=	${WRKDIR}/freebsd-runit-${CONFVERSION}/README.md
 
 RUN_DEPENDS=	snooze:sysutils/snooze
 

Modified: head/sysutils/runit-faster/distinfo
==============================================================================
--- head/sysutils/runit-faster/distinfo	Thu May 24 11:27:22 2018	(r470769)
+++ head/sysutils/runit-faster/distinfo	Thu May 24 11:43:56 2018	(r470770)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1524214390
+TIMESTAMP = 1527160285
 SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
 SIZE (runit-2.1.2.tar.gz) = 110916
-SHA256 (freebsd-runit-0.1.23.tar.gz) = a67a0b2d923a91d53927d2824be15e9cc46590df67fdd6b2011425e6cadb179c
-SIZE (freebsd-runit-0.1.23.tar.gz) = 26663
+SHA256 (freebsd-runit-0.1.24.tar.gz) = 17a15d0a64cc318d5982aac1d98b71d9becdece26941059ff2449d16d23f1265
+SIZE (freebsd-runit-0.1.24.tar.gz) = 26761



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