From owner-svn-ports-all@freebsd.org Mon Jul 31 15:49:58 2017 Return-Path: Delivered-To: svn-ports-all@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 361A1DB1C24; Mon, 31 Jul 2017 15:49:58 +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 048B580209; Mon, 31 Jul 2017 15:49:57 +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 v6VFnvgG005927; Mon, 31 Jul 2017 15:49:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6VFnv2Q005925; Mon, 31 Jul 2017 15:49:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707311549.v6VFnv2Q005925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 31 Jul 2017 15:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446972 - head/devel/rubygem-ffi-yajl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-ffi-yajl X-SVN-Commit-Revision: 446972 X-SVN-Commit-Repository: ports 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.23 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: Mon, 31 Jul 2017 15:49:58 -0000 Author: sunpoet Date: Mon Jul 31 15:49:56 2017 New Revision: 446972 URL: https://svnweb.freebsd.org/changeset/ports/446972 Log: Update to 2.3.1 - Update LICENSE - Add LICENSE_FILE Changes: https://github.com/chef/ffi-yajl/blob/master/CHANGELOG.md https://github.com/chef/ffi-yajl/commits/master PR: 220769 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Modified: head/devel/rubygem-ffi-yajl/Makefile head/devel/rubygem-ffi-yajl/distinfo Modified: head/devel/rubygem-ffi-yajl/Makefile ============================================================================== --- head/devel/rubygem-ffi-yajl/Makefile Mon Jul 31 15:49:51 2017 (r446971) +++ head/devel/rubygem-ffi-yajl/Makefile Mon Jul 31 15:49:56 2017 (r446972) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= ffi-yajl -PORTVERSION= 1.0.1 +PORTVERSION= 2.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= Ruby FFI wrapper around YAJL 2.x -LICENSE= APACHE20 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= yajl>=2.0.0:devel/yajl \ - rubygem-ffi>=0:devel/rubygem-ffi \ - rubygem-libyajl2>=1.0.0:devel/rubygem-libyajl2 + rubygem-libyajl2>=1.2:devel/rubygem-libyajl2 USE_RUBY= yes USES= gem Modified: head/devel/rubygem-ffi-yajl/distinfo ============================================================================== --- head/devel/rubygem-ffi-yajl/distinfo Mon Jul 31 15:49:51 2017 (r446971) +++ head/devel/rubygem-ffi-yajl/distinfo Mon Jul 31 15:49:56 2017 (r446972) @@ -1,2 +1,3 @@ -SHA256 (rubygem/ffi-yajl-1.0.1.gem) = 473eb82084162452ea6eb69185a4ab7a03bd46df00878c6edd191abb94c0296f -SIZE (rubygem/ffi-yajl-1.0.1.gem) = 136704 +TIMESTAMP = 1500153079 +SHA256 (rubygem/ffi-yajl-2.3.1.gem) = 253fe7f19da67ade58a33b8d3749e126799e077975bebaee3469bf2f17826757 +SIZE (rubygem/ffi-yajl-2.3.1.gem) = 141824