svn commit: r524941 - head/devel/rubygem-opt_parse_validator

Matthias Fechner mfechner at FreeBSD.org
Sun Feb 2 11:42:49 UTC 2020


Author: mfechner
Date: Sun Feb  2 11:42:48 2020
New Revision: 524941
URL: https://svnweb.freebsd.org/changeset/ports/524941

Log:
  Update to 1.8.1 to work with newer rubygem-addressable.

Modified:
  head/devel/rubygem-opt_parse_validator/Makefile
  head/devel/rubygem-opt_parse_validator/distinfo

Modified: head/devel/rubygem-opt_parse_validator/Makefile
==============================================================================
--- head/devel/rubygem-opt_parse_validator/Makefile	Sun Feb  2 11:41:57 2020	(r524940)
+++ head/devel/rubygem-opt_parse_validator/Makefile	Sun Feb  2 11:42:48 2020	(r524941)
@@ -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: head/devel/rubygem-opt_parse_validator/distinfo
==============================================================================
--- head/devel/rubygem-opt_parse_validator/distinfo	Sun Feb  2 11:41:57 2020	(r524940)
+++ head/devel/rubygem-opt_parse_validator/distinfo	Sun Feb  2 11:42:48 2020	(r524941)
@@ -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


More information about the svn-ports-all mailing list