Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 19:33:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427692 - head/devel/rubygem-yajl-ruby
Message-ID:  <201612031933.uB3JXRFA076189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  3 19:33:27 2016
New Revision: 427692
URL: https://svnweb.freebsd.org/changeset/ports/427692

Log:
  - 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

Modified:
  head/devel/rubygem-yajl-ruby/Makefile
  head/devel/rubygem-yajl-ruby/distinfo

Modified: head/devel/rubygem-yajl-ruby/Makefile
==============================================================================
--- head/devel/rubygem-yajl-ruby/Makefile	Sat Dec  3 19:33:22 2016	(r427691)
+++ head/devel/rubygem-yajl-ruby/Makefile	Sat Dec  3 19:33:27 2016	(r427692)
@@ -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

Modified: head/devel/rubygem-yajl-ruby/distinfo
==============================================================================
--- head/devel/rubygem-yajl-ruby/distinfo	Sat Dec  3 19:33:22 2016	(r427691)
+++ head/devel/rubygem-yajl-ruby/distinfo	Sat Dec  3 19:33:27 2016	(r427692)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612031933.uB3JXRFA076189>