Index: head/archivers/rubygem-bzip2/Makefile =================================================================== --- head/archivers/rubygem-bzip2/Makefile (revision 365767) +++ head/archivers/rubygem-bzip2/Makefile (revision 365768) @@ -1,19 +1,19 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= bzip2 PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers rubygems MASTER_SITES= RG DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby C bindings to libbzip2 USE_RUBY= yes USE_RUBYGEMS= yes GEM_NAME= ${PORTNAME}-ruby-${PORTVERSION} RUBYGEM_AUTOPLIST= yes .include Index: head/archivers/rubygem-bzip2/files/patch-ext__bzip2.c =================================================================== --- head/archivers/rubygem-bzip2/files/patch-ext__bzip2.c (nonexistent) +++ head/archivers/rubygem-bzip2/files/patch-ext__bzip2.c (revision 365768) @@ -0,0 +1,12 @@ +--- ./ext/bzip2.c.orig 2014-08-23 18:00:07.743290567 +0000 ++++ ./ext/bzip2.c 2014-08-23 18:00:07.790289811 +0000 +@@ -247,9 +247,6 @@ + + Get_BZ2(obj, bzf); + res = bz_writer_internal_close(bzf); +- if (!NIL_P(res) && (bzf->flags & BZ2_RB_INTERNAL)) { +- RBASIC(res)->klass = rb_cString; +- } + return res; + } + Property changes on: head/archivers/rubygem-bzip2/files/patch-ext__bzip2.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property