Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 17:42:55 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399547 - head/sysutils/s6
Message-ID:  <201510171742.t9HHgt82021097@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 17 17:42:54 2015
New Revision: 399547
URL: https://svnweb.freebsd.org/changeset/ports/399547

Log:
  sysutils/s6: 2.2.0.1 -> 2.2.2.0
  
  - s6-svc supports new -wr and -wR options for blocking on restarts
  - s6-svlisten1 and s6-svlisten support new -r and -R options for
    blocking on service restarts
  
  PR:		203790
  Submitted by:	Colin Booth <colin@heliocat.net> (maintainer)

Modified:
  head/sysutils/s6/Makefile
  head/sysutils/s6/distinfo
  head/sysutils/s6/pkg-plist

Modified: head/sysutils/s6/Makefile
==============================================================================
--- head/sysutils/s6/Makefile	Sat Oct 17 17:39:58 2015	(r399546)
+++ head/sysutils/s6/Makefile	Sat Oct 17 17:42:54 2015	(r399547)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	s6
-PORTVERSION=	2.2.0.1
+PORTVERSION=	2.2.2.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.skarnet.org/software/${PORTNAME}/
 
@@ -11,8 +11,8 @@ COMMENT=	skarnet.org supervision suite
 
 LICENSE=	ISCL
 
-BUILD_DEPENDS=	skalibs>=2.3.6.1:${PORTSDIR}/devel/skalibs \
-		execline>=2.1.3.1:${PORTSDIR}/lang/execline
+BUILD_DEPENDS=	skalibs>=2.3.8.0:${PORTSDIR}/devel/skalibs \
+		execline>=2.1.4.2:${PORTSDIR}/lang/execline
 RUN_DEPENDS=	execlineb:${PORTSDIR}/lang/execline
 
 USES=		gmake

Modified: head/sysutils/s6/distinfo
==============================================================================
--- head/sysutils/s6/distinfo	Sat Oct 17 17:39:58 2015	(r399546)
+++ head/sysutils/s6/distinfo	Sat Oct 17 17:42:54 2015	(r399547)
@@ -1,2 +1,2 @@
-SHA256 (s6-2.2.0.1.tar.gz) = 32334d8a3138346370bf4f2cddb56236bd420414cd20ff9abfa4e058619bee71
-SIZE (s6-2.2.0.1.tar.gz) = 191576
+SHA256 (s6-2.2.2.0.tar.gz) = 0ad3ee93d6a557d2239b816b1bda71582491f7b9d4aa766487f4afa8e60cc9fb
+SIZE (s6-2.2.2.0.tar.gz) = 191037

Modified: head/sysutils/s6/pkg-plist
==============================================================================
--- head/sysutils/s6/pkg-plist	Sat Oct 17 17:39:58 2015	(r399546)
+++ head/sysutils/s6/pkg-plist	Sat Oct 17 17:42:54 2015	(r399547)
@@ -68,8 +68,8 @@ include/s6/s6lock.h
 lib/libs6.so
 lib/libs6.so.2
 lib/libs6.so.2.2
-lib/libs6.so.2.2.0
-lib/libs6.so.2.2.0.1
+lib/libs6.so.2.2.2
+lib/libs6.so.2.2.2.0
 lib/s6/libs6.a
 libexec/s6lockd-helper
 sbin/s6-applyuidgid



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