Index: head/sysutils/runit-faster/Makefile =================================================================== --- head/sysutils/runit-faster/Makefile (revision 503848) +++ head/sysutils/runit-faster/Makefile (revision 503849) @@ -1,56 +1,49 @@ # Created by: Sergei Kolobov # $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 PKGNAMESUFFIX= -faster DISTNAME= freebsd-runit-${DISTVERSION} MAINTAINER= tobik@FreeBSD.org COMMENT= Runit based init replacement for ${OPSYS} LICENSE= BSD3CLAUSE CC0-1.0 LICENSE_COMB= multi 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= * OPTIONS_DEFINE= DOCS ROOT OPTIONS_SUB= yes ROOT_DESC= Install bootstrap files into /etc/runit and /sbin 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 Index: head/sysutils/runit-faster/distinfo =================================================================== --- head/sysutils/runit-faster/distinfo (revision 503848) +++ head/sysutils/runit-faster/distinfo (revision 503849) @@ -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 Index: head/sysutils/runit-faster/files/pkg-message.in =================================================================== --- head/sysutils/runit-faster/files/pkg-message.in (revision 503848) +++ head/sysutils/runit-faster/files/pkg-message.in (nonexistent) @@ -1,2 +0,0 @@ -See runit-faster(7), https://people.freebsd.org/~tobik/runit-faster.html, and -%%DOCSDIR%%/runit-faster.md for usage instructions. Property changes on: head/sysutils/runit-faster/files/pkg-message.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/runit-faster/pkg-message =================================================================== --- head/sysutils/runit-faster/pkg-message (nonexistent) +++ head/sysutils/runit-faster/pkg-message (revision 503849) @@ -0,0 +1,4 @@ +[ +{ message: "See runit-faster(7) for usage and first-time setup instructions." + type: install } +] Property changes on: head/sysutils/runit-faster/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property