svn commit: r567245 - head/devel/rubygem-mixlib-shellout

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:18:18 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:18:12 2021
New Revision: 567245
URL: https://svnweb.freebsd.org/changeset/ports/567245

Log:
  Fix r558727
  
  - Add missing dependency
  - Bump PORTREVISION for dependency change
  
  It also fixes textproc/rubygem-mdl runtime issue.
  
  PR:		252836
  Approved by:	portmgr (blanket)

Modified:
  head/devel/rubygem-mixlib-shellout/Makefile

Modified: head/devel/rubygem-mixlib-shellout/Makefile
==============================================================================
--- head/devel/rubygem-mixlib-shellout/Makefile	Wed Mar  3 18:18:08 2021	(r567244)
+++ head/devel/rubygem-mixlib-shellout/Makefile	Wed Mar  3 18:18:12 2021	(r567245)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mixlib-shellout
 PORTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +12,8 @@ COMMENT=	Shell interface that also collects stdout and
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-chef-utils>=0:sysutils/rubygem-chef-utils
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list