From owner-svn-ports-head@freebsd.org Sun Dec 10 13:22:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A9BE8C79F; Sun, 10 Dec 2017 13:22:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C36FF70D42; Sun, 10 Dec 2017 13:22:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBADM51W038211; Sun, 10 Dec 2017 13:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBADM5J0038210; Sun, 10 Dec 2017 13:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712101322.vBADM5J0038210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Dec 2017 13:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455893 - head/sysutils/rubygem-vagrant-vbguest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-vagrant-vbguest X-SVN-Commit-Revision: 455893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2017 13:22:07 -0000 Author: sunpoet Date: Sun Dec 10 13:22:05 2017 New Revision: 455893 URL: https://svnweb.freebsd.org/changeset/ports/455893 Log: Change RUN_DEPENDS from rubygem-micromachine to rubygem-micromachine2 - Bump PORTREVISION for dependency change Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile Modified: head/sysutils/rubygem-vagrant-vbguest/Makefile ============================================================================== --- head/sysutils/rubygem-vagrant-vbguest/Makefile Sun Dec 10 13:22:00 2017 (r455892) +++ head/sysutils/rubygem-vagrant-vbguest/Makefile Sun Dec 10 13:22:05 2017 (r455893) @@ -2,6 +2,7 @@ PORTNAME= vagrant-vbguest PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \ rubygem-log4r>=0:sysutils/rubygem-log4r \ - rubygem-micromachine>=2.0.0:devel/rubygem-micromachine + rubygem-micromachine2>=2.0.0:devel/rubygem-micromachine2 NO_ARCH= yes USE_RUBY= yes