git: ff5d38bca9bd - main - sysutils/rubygem-vagrant_cloud: add forgotten rexml dependency

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Aug 8 19:44:32 UTC 2021


The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5d38bca9bd064d2cfcbbabd1badc9460a0b865

commit ff5d38bca9bd064d2cfcbbabd1badc9460a0b865
Author:     Christoph Moench-Tegeder <cmt at FreeBSD.org>
AuthorDate: 2021-08-08 19:43:21 +0000
Commit:     Christoph Moench-Tegeder <cmt at FreeBSD.org>
CommitDate: 2021-08-08 19:43:21 +0000

    sysutils/rubygem-vagrant_cloud: add forgotten rexml dependency
    
    PR:             257683
    Reported by:    John Hein
---
 sysutils/rubygem-vagrant_cloud/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/rubygem-vagrant_cloud/Makefile b/sysutils/rubygem-vagrant_cloud/Makefile
index 394e77e1695f..d7de4063f361 100644
--- a/sysutils/rubygem-vagrant_cloud/Makefile
+++ b/sysutils/rubygem-vagrant_cloud/Makefile
@@ -11,7 +11,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	rubygem-rest-client>=2.0.2:www/rubygem-rest-client
 RUN_DEPENDS=	rubygem-excon>=0.73<1.0:devel/rubygem-excon \
-		rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r
+		rubygem-log4r>=1.1.10<1.2:sysutils/rubygem-log4r \
+		rubygem-rexml>=3.2.5:textproc/rubygem-rexml
 
 USES=		gem
 USE_RUBY=	yes


More information about the dev-commits-ports-main mailing list