Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2019 18:36:21 +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: r503849 - in head/sysutils/runit-faster: . files
Message-ID:  <201906091836.x59IaL1b032236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jun  9 18:36:21 2019
New Revision: 503849
URL: https://svnweb.freebsd.org/changeset/ports/503849

Log:
  sysutils/runit-faster: Update to 2.1.3.3
  
  - Remove references to non-existing documents from pkg-message
  - Only show it on install
  
  Changes:	https://github.com/t6/freebsd-runit/releases/tag/v2.1.3.3

Added:
  head/sysutils/runit-faster/pkg-message
     - copied, changed from r503848, head/sysutils/runit-faster/files/pkg-message.in
Deleted:
  head/sysutils/runit-faster/files/pkg-message.in
Modified:
  head/sysutils/runit-faster/Makefile
  head/sysutils/runit-faster/distinfo

Modified: head/sysutils/runit-faster/Makefile
==============================================================================
--- head/sysutils/runit-faster/Makefile	Sun Jun  9 17:29:07 2019	(r503848)
+++ head/sysutils/runit-faster/Makefile	Sun Jun  9 18:36:21 2019	(r503849)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	runit
-DISTVERSION=	2.1.3
+DISTVERSION=	2.1.3.3
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
 		LOCAL/tobik
@@ -18,17 +18,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	snooze:sysutils/snooze
 
+USES=		tar:xz
 USE_RC_SUBR=	runsvdir
 
 MAKE_ENV=	RUNITDIR=${RUNITDIR} \
 		SBINDIR=${SBINDIR} \
 		SVDIR=${PREFIX}/etc/sv
+TEST_TARGET=	check
 
 CONFLICTS_INSTALL=	runit
 
-SUB_FILES=	pkg-message
-SUB_LIST=	RUNITDIR=${RUNITDIR}
-
 PLIST_SUB=	RUNITDIR=${RUNITDIR}
 PORTDOCS=	*
 
@@ -40,17 +39,11 @@ ROOT_DESC=	Install bootstrap files into /etc/runit and
 ROOT_VARS_OFF=	RUNITDIR=${ETCDIR} SBINDIR=${PREFIX}/sbin
 ROOT_VARS=	RUNITDIR=/etc/runit SBINDIR=/sbin
 
-post-patch:
-	@${REINPLACE_CMD} 's,all: docs,all:,' ${WRKSRC}/Makefile
-
 post-install:
 # Micromanaging pkg-plist is no fun here...  Generate it on the fly
 # instead.
 	@${FIND} -s ${STAGEDIR}${PREFIX}/etc/sv -not -type d | ${SORT} | \
 		${SED} -e 's,^${STAGEDIR},,' -e 's,^${PREFIX}/,,' \
 		>> ${TMPPLIST}
-
-do-test:
-	@cd ${WRKSRC}/runit && package/check
 
 .include <bsd.port.mk>

Modified: head/sysutils/runit-faster/distinfo
==============================================================================
--- head/sysutils/runit-faster/distinfo	Sun Jun  9 17:29:07 2019	(r503848)
+++ head/sysutils/runit-faster/distinfo	Sun Jun  9 18:36:21 2019	(r503849)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1559475686
-SHA256 (freebsd-runit-2.1.3.tar.gz) = 26721897eeb778cebe129f2520c502183e354270fc204b61cc0d038b8e26137e
-SIZE (freebsd-runit-2.1.3.tar.gz) = 141256
+TIMESTAMP = 1560104804
+SHA256 (freebsd-runit-2.1.3.3.tar.xz) = 4cdb379ee71307c0d6e1acb455c166725ef4b368edaff501e950fc13d809cc93
+SIZE (freebsd-runit-2.1.3.3.tar.xz) = 111872

Copied and modified: head/sysutils/runit-faster/pkg-message (from r503848, head/sysutils/runit-faster/files/pkg-message.in)
==============================================================================
--- head/sysutils/runit-faster/files/pkg-message.in	Sun Jun  9 17:29:07 2019	(r503848, copy source)
+++ head/sysutils/runit-faster/pkg-message	Sun Jun  9 18:36:21 2019	(r503849)
@@ -1,2 +1,4 @@
-See runit-faster(7), https://people.freebsd.org/~tobik/runit-faster.html, and
-%%DOCSDIR%%/runit-faster.md for usage instructions.
+[
+{ message: "See runit-faster(7) for usage and first-time setup instructions."
+  type: install }
+]



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