svn commit: r338267 - head/devel/rubygem-json

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 10:08:58 UTC 2013


Author: sunpoet
Date: Tue Dec 31 10:08:57 2013
New Revision: 338267
URL: http://svnweb.freebsd.org/changeset/ports/338267

Log:
  - Update to 1.8.1
  - Add LICENSE
  - Remove outdated RUBY_VER check
  
  Changes:	https://github.com/flori/json/blob/master/CHANGES

Modified:
  head/devel/rubygem-json/Makefile
  head/devel/rubygem-json/distinfo

Modified: head/devel/rubygem-json/Makefile
==============================================================================
--- head/devel/rubygem-json/Makefile	Tue Dec 31 10:07:43 2013	(r338266)
+++ head/devel/rubygem-json/Makefile	Tue Dec 31 10:08:57 2013	(r338267)
@@ -2,21 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	json
-PORTVERSION=	1.8.0
+PORTVERSION=	1.8.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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>

Modified: head/devel/rubygem-json/distinfo
==============================================================================
--- head/devel/rubygem-json/distinfo	Tue Dec 31 10:07:43 2013	(r338266)
+++ head/devel/rubygem-json/distinfo	Tue Dec 31 10:08:57 2013	(r338267)
@@ -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


More information about the svn-ports-head mailing list