diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-13 20:51:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-13 20:51:55 +0000 |
commit | 7f9d20921ea10cde99eb4e4f742361f5f30f902d (patch) | |
tree | 382646f8e9e3bb71ab9b6e9a748d185a37e42825 | |
parent | Fix RUN_DEPENDS (diff) |
Update to 1.7.4
- Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/wpscanteam/OptParseValidator/releases
PR: 239531
Submitted by: sunpoet (myself)
Approved by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=508872
-rw-r--r-- | devel/rubygem-opt_parse_validator/Makefile | 9 | ||||
-rw-r--r-- | devel/rubygem-opt_parse_validator/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/rubygem-opt_parse_validator/Makefile b/devel/rubygem-opt_parse_validator/Makefile index 826082a05d93..7fbae51cbdd4 100644 --- a/devel/rubygem-opt_parse_validator/Makefile +++ b/devel/rubygem-opt_parse_validator/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opt_parse_validator -PORTVERSION= 0.0.16.5 +PORTVERSION= 1.7.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,13 +9,14 @@ MAINTAINER= rihaz.jerrin@gmail.com COMMENT= Implementation of validators for the ruby OptionParser lib LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport5>=5.1.6:devel/rubygem-activesupport5 \ - rubygem-addressable>=2.5.2:www/rubygem-addressable +RUN_DEPENDS= rubygem-activesupport5>=4.2<5.3.0:devel/rubygem-activesupport5 \ + rubygem-addressable>=2.5<2.7:www/rubygem-addressable USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes .include <bsd.port.mk> diff --git a/devel/rubygem-opt_parse_validator/distinfo b/devel/rubygem-opt_parse_validator/distinfo index 030ca7079200..9d6f465302d6 100644 --- a/devel/rubygem-opt_parse_validator/distinfo +++ b/devel/rubygem-opt_parse_validator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546690393 -SHA256 (rubygem/opt_parse_validator-0.0.16.5.gem) = 84ae3df942f4df16c64a719b91436aadce50355f5cfebcb1b9d60dbfcc9077f3 -SIZE (rubygem/opt_parse_validator-0.0.16.5.gem) = 13824 +TIMESTAMP = 1564754884 +SHA256 (rubygem/opt_parse_validator-1.7.4.gem) = ca9f034147af21d6806c140f3225f7ff994f1a4c65bf15a5ba652aa13b61786d +SIZE (rubygem/opt_parse_validator-1.7.4.gem) = 14336 |