svn commit: r458082 - in branches/2018Q1/devel/rubygem-msgpack: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 4 20:17:11 UTC 2018


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}
 


More information about the svn-ports-branches mailing list