svn commit: r482961 - head/sysutils/s6-rc
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Oct 25 09:30:00 UTC 2018
Author: 0mp
Date: Thu Oct 25 09:29:59 2018
New Revision: 482961
URL: https://svnweb.freebsd.org/changeset/ports/482961
Log:
sysutils/s6-rc: Update to 0.4.1.0
Changelog:
http://git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/plain/NEWS
While here:
- Set LICENSE_FILE.
PR: 232053
Submitted by: crest at rlwinm.de
Reported by: dewayne at heuristicsystems.com.au
Reviewed by: mat
Approved by: mat (mentor), maintainer timeout (moo at arthepsy.eu)
Differential Revision: https://reviews.freebsd.org/D17569
Modified:
head/sysutils/s6-rc/Makefile
head/sysutils/s6-rc/distinfo
head/sysutils/s6-rc/pkg-plist
Modified: head/sysutils/s6-rc/Makefile
==============================================================================
--- head/sysutils/s6-rc/Makefile Thu Oct 25 09:27:47 2018 (r482960)
+++ head/sysutils/s6-rc/Makefile Thu Oct 25 09:29:59 2018 (r482961)
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= s6-rc
-PORTVERSION= 0.4.0.0
+PORTVERSION= 0.4.1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/
MAINTAINER= moo at arthepsy.eu
-COMMENT= skarnet.org service manager
+COMMENT= Skarnet.org service manager
LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= execline>=2.1.4.5:lang/execline
RUN_DEPENDS= execlineb:lang/execline
Modified: head/sysutils/s6-rc/distinfo
==============================================================================
--- head/sysutils/s6-rc/distinfo Thu Oct 25 09:27:47 2018 (r482960)
+++ head/sysutils/s6-rc/distinfo Thu Oct 25 09:29:59 2018 (r482961)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515673108
-SHA256 (s6-rc-0.4.0.0.tar.gz) = 96b8e7f275d42113b9ba7ef1d8856f64183b9421c39702f8332e6f5686496fba
-SIZE (s6-rc-0.4.0.0.tar.gz) = 96417
+TIMESTAMP = 1539619785
+SHA256 (s6-rc-0.4.1.0.tar.gz) = 42b915d291946ad8f59a17f63b6bc95a94b4dea1c86e0659a9ec2650623f83f6
+SIZE (s6-rc-0.4.1.0.tar.gz) = 96840
Modified: head/sysutils/s6-rc/pkg-plist
==============================================================================
--- head/sysutils/s6-rc/pkg-plist Thu Oct 25 09:27:47 2018 (r482960)
+++ head/sysutils/s6-rc/pkg-plist Thu Oct 25 09:29:59 2018 (r482961)
@@ -14,8 +14,8 @@ include/s6-rc/s6rc-utils.h
include/s6-rc/s6rc.h
lib/libs6rc.so
lib/libs6rc.so.0.4
-lib/libs6rc.so.0.4.0
-lib/libs6rc.so.0.4.0.0
+lib/libs6rc.so.0.4.1
+lib/libs6rc.so.0.4.1.0
lib/s6-rc/libs6rc.a
libexec/s6-rc-fdholder-filler
libexec/s6-rc-oneshot-run
More information about the svn-ports-all
mailing list