mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Update to 3.5.0
- Update WWW Changes: https://github.com/jaynetics/js_regex/blob/master/CHANGELOG.md PR: 239536 Submitted by: sunpoet (myself) Approved by: mfechner (maintainer)
This commit is contained in:
parent
05b66cd5ea
commit
9d9a7e8be7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507908
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= js_regex
|
||||
PORTVERSION= 3.1.1
|
||||
PORTVERSION= 3.5.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -11,9 +11,9 @@ COMMENT= Convert ruby native regular expressions for JavaScript
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-character_set>=1.1.0:textproc/rubygem-character_set \
|
||||
rubygem-regexp_parser>=1.1.0:textproc/rubygem-regexp_parser \
|
||||
rubygem-regexp_property_values>=0.3:textproc/rubygem-regexp_property_values
|
||||
RUN_DEPENDS= rubygem-character_set>=1.4:textproc/rubygem-character_set \
|
||||
rubygem-regexp_parser>=1.6:textproc/rubygem-regexp_parser \
|
||||
rubygem-regexp_property_values>=1.0:textproc/rubygem-regexp_property_values
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1551204442
|
||||
SHA256 (rubygem/js_regex-3.1.1.gem) = 988dd1c52610b48ad0eca691a278fabfd5db869e570bfcc9f560d9391c812472
|
||||
SIZE (rubygem/js_regex-3.1.1.gem) = 12288
|
||||
TIMESTAMP = 1564067449
|
||||
SHA256 (rubygem/js_regex-3.5.0.gem) = 250f423d6e28bae57b0cd886b55078f2a246f6fac6bcb46a404eebf6a9c0ca10
|
||||
SIZE (rubygem/js_regex-3.5.0.gem) = 11776
|
||||
|
@ -3,4 +3,4 @@ for JavaScript, taking care of various
|
||||
incompatibilities and returning warnings for
|
||||
unsolvable differences.
|
||||
|
||||
WWW: https://github.com/janosch-x/js_regex
|
||||
WWW: https://github.com/jaynetics/js_regex
|
||||
|
Loading…
Reference in New Issue
Block a user