- Update to 1.3.0
- Add LICENSE_FILE Changes: https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md https://github.com/brianmario/yajl-ruby/commits/master
This commit is contained in:
parent
96c4fb0ecb
commit
04b55ffd89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427692
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yajl-ruby
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org
|
|||
COMMENT= Streaming JSON parsing and encoding library for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (rubygem/yajl-ruby-1.2.1.gem) = 6e27d8d37744e346004af7d8e23d133703acd54edde636ff9828d115e2597b7f
|
||||
SIZE (rubygem/yajl-ruby-1.2.1.gem) = 549888
|
||||
TIMESTAMP = 1480763587
|
||||
SHA256 (rubygem/yajl-ruby-1.3.0.gem) = f1941b3606aa8da0800ab0a5560929454a1ba9c7ec41cb5a2905eabb2f155069
|
||||
SIZE (rubygem/yajl-ruby-1.3.0.gem) = 550912
|
||||
|
|
Loading…
Reference in a new issue