Date: Tue, 3 Oct 2017 15:36:08 +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: r451152 - head/devel/rubygem-oj Message-ID: <201710031536.v93Fa8J3002937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Oct 3 15:36:08 2017 New Revision: 451152 URL: https://svnweb.freebsd.org/changeset/ports/451152 Log: Update to 3.3.7 - Fix LIB_DEPENDS 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 Tue Oct 3 15:36:03 2017 (r451151) +++ head/devel/rubygem-oj/Makefile Tue Oct 3 15:36:08 2017 (r451152) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.3.6 +PORTVERSION= 3.3.7 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,7 @@ COMMENT= Fast JSON parser and serializer LICENSE= MIT -LIB_DEPENDS= libgmp.so:math/gmp \ - libunwind.so:devel/libunwind +LIB_DEPENDS= libgmp.so:math/gmp USES= gem USE_RUBY= yes Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Tue Oct 3 15:36:03 2017 (r451151) +++ head/devel/rubygem-oj/distinfo Tue Oct 3 15:36:08 2017 (r451152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506081788 -SHA256 (rubygem/oj-3.3.6.gem) = 53b92bb32dae34cf8fda458b0499430e138ad6024e77f2224e4527db485ff8a3 -SIZE (rubygem/oj-3.3.6.gem) = 185344 +TIMESTAMP = 1507041524 +SHA256 (rubygem/oj-3.3.7.gem) = cf29a0762de823bab6f8a50ef22d32b0e2a528c73fdb38d955b31b0af0fd3681 +SIZE (rubygem/oj-3.3.7.gem) = 185856
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031536.v93Fa8J3002937>