Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2022 15:41:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88707fe5064f - main - textproc/rubygem-xml-simple: Cosmetic change
Message-ID:  <202210091541.299FfDwi054394@gitrepo.freebsd.org>

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

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

commit 88707fe5064fc3429f9eb211a8c055272e650162
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 15:33:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 15:38:11 +0000

    textproc/rubygem-xml-simple: Cosmetic change
---
 textproc/rubygem-xml-simple/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/rubygem-xml-simple/Makefile b/textproc/rubygem-xml-simple/Makefile
index 524930d4d41d..3051a8a02200 100644
--- a/textproc/rubygem-xml-simple/Makefile
+++ b/textproc/rubygem-xml-simple/Makefile
@@ -10,11 +10,11 @@ WWW=		https://github.com/maik/xml-simple
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	rubygem-rexml>0:textproc/rubygem-rexml
+RUN_DEPENDS=	rubygem-rexml>=0:textproc/rubygem-rexml
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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