From owner-svn-ports-head@freebsd.org Thu Jul 13 18:12:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AAD2DAA70D; Thu, 13 Jul 2017 18:12:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72E2782B5B; Thu, 13 Jul 2017 18:12:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6DIC4J2003324; Thu, 13 Jul 2017 18:12:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6DIC4Q9003322; Thu, 13 Jul 2017 18:12:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707131812.v6DIC4Q9003322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Jul 2017 18:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445692 - head/devel/rubygem-oj X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-oj X-SVN-Commit-Revision: 445692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 18:12:07 -0000 Author: sunpoet Date: Thu Jul 13 18:12:04 2017 New Revision: 445692 URL: https://svnweb.freebsd.org/changeset/ports/445692 Log: Update to 3.3.2 Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md Modified: head/devel/rubygem-oj/Makefile head/devel/rubygem-oj/distinfo Modified: head/devel/rubygem-oj/Makefile ============================================================================== --- head/devel/rubygem-oj/Makefile Thu Jul 13 18:11:58 2017 (r445691) +++ head/devel/rubygem-oj/Makefile Thu Jul 13 18:12:04 2017 (r445692) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,8 @@ COMMENT= Fast JSON parser and serializer LICENSE= MIT -LIB_DEPENDS= libgmp.so:math/gmp +LIB_DEPENDS= libgmp.so:math/gmp \ + libunwind.so:devel/libunwind USE_RUBY= yes USES= gem Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Thu Jul 13 18:11:58 2017 (r445691) +++ head/devel/rubygem-oj/distinfo Thu Jul 13 18:12:04 2017 (r445692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499702028 -SHA256 (rubygem/oj-3.3.1.gem) = b184b6e34fcca77460ff42509e97f874755356c8a63e7761588543f477fa7c37 -SIZE (rubygem/oj-3.3.1.gem) = 186368 +TIMESTAMP = 1499961093 +SHA256 (rubygem/oj-3.3.2.gem) = a201cc208200eedfa936165be84eee0e1b01cb7dab3c18395a9740df9d6be8c2 +SIZE (rubygem/oj-3.3.2.gem) = 186368