Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 18:58:08 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r526400 - branches/2020Q1/devel/rubygem-opt_parse_validator
Message-ID:  <202002171858.01HIw8td020170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Mon Feb 17 18:58:07 2020
New Revision: 526400
URL: https://svnweb.freebsd.org/changeset/ports/526400

Log:
  MFH: r524941
  
  Update to 1.8.1 to work with newer rubygem-addressable.
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile
  branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile
==============================================================================
--- branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile	Mon Feb 17 18:57:25 2020	(r526399)
+++ branches/2020Q1/devel/rubygem-opt_parse_validator/Makefile	Mon Feb 17 18:58:07 2020	(r526400)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	opt_parse_validator
-PORTVERSION=	1.7.4
+PORTVERSION=	1.8.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +11,8 @@ COMMENT=	Implementation of validators for the ruby Opt
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport5>=4.2<5.3.0:devel/rubygem-activesupport5 \
-	        rubygem-addressable>=2.5<2.7:www/rubygem-addressable
+RUN_DEPENDS=	rubygem-activesupport5>=4.2<6.1.0:devel/rubygem-activesupport5 \
+	        rubygem-addressable>=2.5<2.8:www/rubygem-addressable
 
 USES=		gem
 USE_RUBY=	yes

Modified: branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo
==============================================================================
--- branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo	Mon Feb 17 18:57:25 2020	(r526399)
+++ branches/2020Q1/devel/rubygem-opt_parse_validator/distinfo	Mon Feb 17 18:58:07 2020	(r526400)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564754884
-SHA256 (rubygem/opt_parse_validator-1.7.4.gem) = ca9f034147af21d6806c140f3225f7ff994f1a4c65bf15a5ba652aa13b61786d
-SIZE (rubygem/opt_parse_validator-1.7.4.gem) = 14336
+TIMESTAMP = 1580642615
+SHA256 (rubygem/opt_parse_validator-1.8.1.gem) = 7e971926fa7036a4dd241bda4f2a7ba0097f16cfb75d3c0121cbfdc1392135a7
+SIZE (rubygem/opt_parse_validator-1.8.1.gem) = 14336



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