svn commit: r407166 - head/sysutils/s6

Kurt Jaeger pi at FreeBSD.org
Sun Jan 24 16:21:58 UTC 2016


Author: pi
Date: Sun Jan 24 16:21:56 2016
New Revision: 407166
URL: https://svnweb.freebsd.org/changeset/ports/407166

Log:
  sysutils/s6: update to the BUILD_DEPENDS
  
  PR:		206458

Modified:
  head/sysutils/s6/Makefile

Modified: head/sysutils/s6/Makefile
==============================================================================
--- head/sysutils/s6/Makefile	Sun Jan 24 16:20:33 2016	(r407165)
+++ head/sysutils/s6/Makefile	Sun Jan 24 16:21:56 2016	(r407166)
@@ -11,8 +11,8 @@ COMMENT=	skarnet.org supervision suite
 
 LICENSE=	ISCL
 
-BUILD_DEPENDS=	skalibs>=2.3.8.0:${PORTSDIR}/devel/skalibs \
-		execline>=2.1.4.2:${PORTSDIR}/lang/execline
+BUILD_DEPENDS=	skalibs>=2.3.9.0:${PORTSDIR}/devel/skalibs \
+		execline>=2.1.4.5:${PORTSDIR}/lang/execline
 RUN_DEPENDS=	execlineb:${PORTSDIR}/lang/execline
 
 USES=		gmake


More information about the svn-ports-head mailing list