From owner-svn-ports-all@freebsd.org Tue Oct 27 15:55:01 2015 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 11272A1E743; Tue, 27 Oct 2015 15:55:01 +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 9B26E15F6; Tue, 27 Oct 2015 15:55:00 +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 t9RFsxU1061107; Tue, 27 Oct 2015 15:54:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RFsxtX061105; Tue, 27 Oct 2015 15:54:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510271554.t9RFsxtX061105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Oct 2015 15:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400320 - head/devel/rubygem-thrift 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.20 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: Tue, 27 Oct 2015 15:55:01 -0000 Author: sunpoet Date: Tue Oct 27 15:54:59 2015 New Revision: 400320 URL: https://svnweb.freebsd.org/changeset/ports/400320 Log: - Update to 0.9.3.0 and unbreak this port on Ruby 2.2 - While I'm here, add a workaround for stage-qa: Changes: https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=CHANGES;hb=HEAD PR: 203966 Submitted by: Valery Komarov (maintainer) Modified: head/devel/rubygem-thrift/Makefile head/devel/rubygem-thrift/distinfo Modified: head/devel/rubygem-thrift/Makefile ============================================================================== --- head/devel/rubygem-thrift/Makefile Tue Oct 27 15:54:54 2015 (r400319) +++ head/devel/rubygem-thrift/Makefile Tue Oct 27 15:54:59 2015 (r400320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thrift -PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with ../thrift +PORTVERSION= ${THRIFT_PORTVERSION}.0 # to keep in sync with ../thrift PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,11 +12,13 @@ COMMENT= Ruby interface to thrift LICENSE= APACHE20 -BROKEN_RUBY22= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +# Workaround for stage-qa: +post-install: + ${FIND} ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR}/ -name '*.o' -o -name '*.so' | ${XARGS} ${STRIP_CMD} + .include "../thrift/bsd.thrift.mk" .include Modified: head/devel/rubygem-thrift/distinfo ============================================================================== --- head/devel/rubygem-thrift/distinfo Tue Oct 27 15:54:54 2015 (r400319) +++ head/devel/rubygem-thrift/distinfo Tue Oct 27 15:54:59 2015 (r400320) @@ -1,2 +1,2 @@ -SHA256 (rubygem/thrift-0.9.1.gem) = 9869f9a406329e249d2dd3bf8a385a321125444313a632b027c179a12e609d34 -SIZE (rubygem/thrift-0.9.1.gem) = 70144 +SHA256 (rubygem/thrift-0.9.3.0.gem) = 2b8cb950cacd6265ea3d93ef716a5394c6d5de1f560b665098eba2d06fa1574d +SIZE (rubygem/thrift-0.9.3.0.gem) = 72192