mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.8.1
- Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/flori/json/blob/master/CHANGES
This commit is contained in:
parent
f8bf9bfdb2
commit
128d52091c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338267
@ -2,21 +2,18 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= json
|
||||
PORTVERSION= 1.8.0
|
||||
PORTVERSION= 1.8.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Parse JSON texts and generate them from ruby data structures
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} < 1.9
|
||||
RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/json-1.8.0.gem) = 87e49cccff3fb2091c53141a605956e8d9a252cda43128714f9fdb51d0ca1729
|
||||
SIZE (rubygem/json-1.8.0.gem) = 148992
|
||||
SHA256 (rubygem/json-1.8.1.gem) = 961bfbbfa9fda1e857e9c791e964e6664e0d43bf687b19669dfbc7cdbc5e0200
|
||||
SIZE (rubygem/json-1.8.1.gem) = 148992
|
||||
|
Loading…
Reference in New Issue
Block a user