From owner-svn-ports-all@freebsd.org Thu Jan 4 20:17:10 2018 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 E453EEB3E1E; Thu, 4 Jan 2018 20:17:10 +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 ADD4E7F0AB; Thu, 4 Jan 2018 20:17:10 +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 w04KH9H2056911; Thu, 4 Jan 2018 20:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04KH9PM056910; Thu, 4 Jan 2018 20:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801042017.w04KH9PM056910@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, 4 Jan 2018 20:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r458082 - in branches/2018Q1/devel/rubygem-msgpack: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2018Q1/devel/rubygem-msgpack: . files X-SVN-Commit-Revision: 458082 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.25 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: Thu, 04 Jan 2018 20:17:11 -0000 Author: sunpoet Date: Thu Jan 4 20:17:09 2018 New Revision: 458082 URL: https://svnweb.freebsd.org/changeset/ports/458082 Log: MFH: r458080 Fix build with Ruby 2.4+ and unbreak this port Approved by: portmgr (blanket) Approved by: ports-secteam (blanket) Added: branches/2018Q1/devel/rubygem-msgpack/files/ - copied from r458080, head/devel/rubygem-msgpack/files/ Modified: branches/2018Q1/devel/rubygem-msgpack/Makefile Directory Properties: branches/2018Q1/ (props changed) Modified: branches/2018Q1/devel/rubygem-msgpack/Makefile ============================================================================== --- branches/2018Q1/devel/rubygem-msgpack/Makefile Thu Jan 4 20:15:39 2018 (r458081) +++ branches/2018Q1/devel/rubygem-msgpack/Makefile Thu Jan 4 20:17:09 2018 (r458082) @@ -14,8 +14,6 @@ USE_RUBY= yes USES= gem STRIPDIR= ${STAGEDIR}${PREFIX}/${GEMS_BASE_DIR} -BROKEN_RUBY24= yes - post-install: ${FIND} ${STRIPDIR} -type f \( -name '*.o' -o -name '*.so' \) | ${XARGS} ${STRIP_CMD}