From owner-svn-ports-all@FreeBSD.ORG Sun Oct 27 17:59:36 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 582D5C38; Sun, 27 Oct 2013 17:59:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4617823D0; Sun, 27 Oct 2013 17:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RHxaOr068739; Sun, 27 Oct 2013 17:59:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RHxZq7068737; Sun, 27 Oct 2013 17:59:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310271759.r9RHxZq7068737@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Oct 2013 17:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331792 - head/devel/rubygem-multi_json X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 17:59:36 -0000 Author: sunpoet Date: Sun Oct 27 17:59:35 2013 New Revision: 331792 URL: http://svnweb.freebsd.org/changeset/ports/331792 Log: - Update to 1.8.2 - Add LICENSE - Support STAGEDIR Changes: https://github.com/intridea/multi_json/blob/master/CHANGELOG.md Modified: head/devel/rubygem-multi_json/Makefile head/devel/rubygem-multi_json/distinfo Modified: head/devel/rubygem-multi_json/Makefile ============================================================================== --- head/devel/rubygem-multi_json/Makefile Sun Oct 27 17:58:57 2013 (r331791) +++ head/devel/rubygem-multi_json/Makefile Sun Oct 27 17:59:35 2013 (r331792) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= multi_json -PORTVERSION= 1.7.7 +PORTVERSION= 1.8.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library provide swappable JSON backends +LICENSE= MIT + OPTIONS_DEFINE= JSON JSON_PURE YAJL_RUBY JSON_DESC= JSON implementation as a Ruby extension in C JSON_PURE_DESC= JSON implementation in pure Ruby @@ -19,7 +21,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MJSON} Modified: head/devel/rubygem-multi_json/distinfo ============================================================================== --- head/devel/rubygem-multi_json/distinfo Sun Oct 27 17:58:57 2013 (r331791) +++ head/devel/rubygem-multi_json/distinfo Sun Oct 27 17:59:35 2013 (r331792) @@ -1,2 +1,2 @@ -SHA256 (rubygem/multi_json-1.7.7.gem) = f977a753b87a11c1fb5eac909c0cccb1504014cfbf836314c84711284abc6ef0 -SIZE (rubygem/multi_json-1.7.7.gem) = 28672 +SHA256 (rubygem/multi_json-1.8.2.gem) = ab4155637bdbea7f80ded93f8b2f7e14ef283043e9856ed0bcfa35ee34b7d5b9 +SIZE (rubygem/multi_json-1.8.2.gem) = 29696