Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 06:50:32 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1c135509ec0f - main - sysutils/rubygem-vagrant_cloud: fix build error due to rexml 3.3.0 update
Message-ID:  <202406180650.45I6oWRd065572@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

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

commit 1c135509ec0fe1026288b8452a2aa9e38ac70950
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-18 06:47:53 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-18 06:47:53 +0000

    sysutils/rubygem-vagrant_cloud: fix build error due to rexml 3.3.0 update
    
    Fix a regression from f45642e9eb010c7ef3002ad10dc776d6a6971bcc
    
    ====> Running Q/A tests (stage-qa)
    Error: RubyGem dependency rexml ~> 3.2.5 is not satisfied.
    *** Error code 1
    
    Approved by:    fixit
---
 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 e3fb2fc6bcf5..07e2a9a2a8ff 100644
--- a/sysutils/rubygem-vagrant_cloud/Makefile
+++ b/sysutils/rubygem-vagrant_cloud/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vagrant_cloud
 PORTVERSION=	3.1.1
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems devel
 MASTER_SITES=	RG
 
@@ -13,7 +14,7 @@ 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-rexml>=3.2.5:textproc/rubygem-rexml
+		rubygem-rexml32>=3.2.5:textproc/rubygem-rexml32
 
 USES=		gem
 



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