svn commit: r400320 - head/devel/rubygem-thrift

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:55:01 UTC 2015


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 <komarov at valerka.net> (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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list