mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
4163fc447d
commit
7f9d20921e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508872
2 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue