Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 04:50:29 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553074 - head/devel/rubygem-recursive-open-struct
Message-ID:  <202010230450.09N4oTxY067852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Oct 23 04:50:29 2020
New Revision: 553074
URL: https://svnweb.freebsd.org/changeset/ports/553074

Log:
  Update to 1.1.3 which is required for gitlab-ce 13.5.

Modified:
  head/devel/rubygem-recursive-open-struct/Makefile
  head/devel/rubygem-recursive-open-struct/distinfo

Modified: head/devel/rubygem-recursive-open-struct/Makefile
==============================================================================
--- head/devel/rubygem-recursive-open-struct/Makefile	Fri Oct 23 04:49:43 2020	(r553073)
+++ head/devel/rubygem-recursive-open-struct/Makefile	Fri Oct 23 04:50:29 2020	(r553074)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	recursive-open-struct
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +11,9 @@ COMMENT=	Allows nested hashes to be treated in a recur
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-recursive-open-struct/distinfo
==============================================================================
--- head/devel/rubygem-recursive-open-struct/distinfo	Fri Oct 23 04:49:43 2020	(r553073)
+++ head/devel/rubygem-recursive-open-struct/distinfo	Fri Oct 23 04:50:29 2020	(r553074)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1517724673
-SHA256 (rubygem/recursive-open-struct-1.1.0.gem) = 6c5029e9d7d8b2b295bce33089b4530992d534890b5c737ccfbc16575ff4cc71
-SIZE (rubygem/recursive-open-struct-1.1.0.gem) = 18944
+TIMESTAMP = 1603351145
+SHA256 (rubygem/recursive-open-struct-1.1.3.gem) = a3538a72552fcebcd0ada657bdff313641a4a5fbc482c08cfb9a65acb1c9de5a
+SIZE (rubygem/recursive-open-struct-1.1.3.gem) = 20992



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