svn commit: r306751 - in head: Mk lang/ruby19 lang/ruby19/files

Steve Wills steve at mouf.net
Thu Nov 1 12:28:15 UTC 2012


Didn't see the issues with docs files, fixed the others, let me know if this doesn't fix it for you.

Steve

On Oct 31, 2012, at 3:31 PM, Bryan Drewery <bdrewery at FreeBSD.org> wrote:

> On 10/31/2012 12:01 PM, Steve Wills wrote:
>> Author: swills
>> Date: Wed Oct 31 17:01:03 2012
>> New Revision: 306751
>> URL: http://svn.freebsd.org/changeset/ports/306751
>> 
>> Log:
>>  - Update lang/ruby19 to 1.9.3.286
>>  - Don't try to cleanup dir created by ruby-gems
>>  - Trim headers while here
> 
> 
> This fails to package for me on 74i386 pkg_install:
> 
> =======================<phase: package  >==========================
> ===>  Building package for ruby-1.9.3.286,1
> tar: lib/ruby/1.9/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Cannot
> stat: No such file or directory
> tar:
> lib/ruby/1.9/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem:
> Cannot stat: No such file or directory
> tar:
> lib/ruby/1.9/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem:
> Cannot stat: No such file or directory
> tar: Error exit delayed from previous errors.
> pkg_create: make_dist: tar command failed with code 256
> *** Error code 1
> 
> Stop in /usr/ports/lang/ruby19.
> 
> 
> Also saw these errors during install phase:
> 
> install  -o root -g wheel -m 444
> /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/COPYING*    
> /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/ChangeLog    
> /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/LEGAL        
> /wrkdirs/usr/ports/lang/ruby19/work/ruby-1.9.3-p286/README*    
> /usr/local/share/doc/ruby19/
> find: /usr/local/share/doc/ruby19/capi/: No such file or directory
> find: /usr/local/share/doc/ruby19/capi: No such file or directory
> ====
> 
> 
>> 
>>  Feature safe:    yes
>> 
>> Deleted:
>>  head/lang/ruby19/files/patch-thread_pthread.c
>> Modified:
>>  head/Mk/bsd.ruby.mk
>>  head/lang/ruby19/Makefile   (contents, props changed)
>>  head/lang/ruby19/distinfo   (contents, props changed)
>>  head/lang/ruby19/pkg-plist   (contents, props changed)
>> 
>> Modified: head/Mk/bsd.ruby.mk
>> ==============================================================================
>> --- head/Mk/bsd.ruby.mk    Wed Oct 31 16:51:56 2012    (r306750)
>> +++ head/Mk/bsd.ruby.mk    Wed Oct 31 17:01:03 2012    (r306751)
>> @@ -194,9 +194,9 @@ RUBY19=            "@comment "
>> # Ruby 1.9
>> #
>> RUBY_RELVERSION=    1.9.3
>> -RUBY_PORTREVISION=    1
>> +RUBY_PORTREVISION=    0
>> RUBY_PORTEPOCH=        1
>> -RUBY_PATCHLEVEL=    194
>> +RUBY_PATCHLEVEL=    286
>> 
>> RUBY_VERSION?=        ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL}
>> RUBY_DISTVERSION?=    ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL}
>> 
>> Modified: head/lang/ruby19/Makefile
>> ==============================================================================
>> --- head/lang/ruby19/Makefile    Wed Oct 31 16:51:56 2012    (r306750)
>> +++ head/lang/ruby19/Makefile    Wed Oct 31 17:01:03 2012    (r306751)
>> @@ -1,9 +1,5 @@
>> -# New ports collection makefile for:    ruby18
>> -# Date created:        6 May 2001
>> -# Whom:            Akinori MUSHA aka knu <knu at idaemons.org>
>> -#
>> +# Created by:    Akinori MUSHA aka knu <knu at idaemons.org>
>> # $FreeBSD$
>> -#
>> 
>> PORTNAME=    ruby
>> PORTVERSION=    ${RUBY_PORTVERSION}
>> 
>> Modified: head/lang/ruby19/distinfo
>> ==============================================================================
>> --- head/lang/ruby19/distinfo    Wed Oct 31 16:51:56 2012    (r306750)
>> +++ head/lang/ruby19/distinfo    Wed Oct 31 17:01:03 2012    (r306751)
>> @@ -1,2 +1,2 @@
>> -SHA256 (ruby/ruby-1.9.3-p194.tar.bz2) = a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa
>> -SIZE (ruby/ruby-1.9.3-p194.tar.bz2) = 9841223
>> +SHA256 (ruby/ruby-1.9.3-p286.tar.bz2) = 5281656c7a0ae48b64f28d845a96b4dfa16ba1357a911265752787585fb5ea64
>> +SIZE (ruby/ruby-1.9.3-p286.tar.bz2) = 9961862
>> 
>> Modified: head/lang/ruby19/pkg-plist
>> ==============================================================================
>> --- head/lang/ruby19/pkg-plist    Wed Oct 31 16:51:56 2012    (r306750)
>> +++ head/lang/ruby19/pkg-plist    Wed Oct 31 17:01:03 2012    (r306751)
>> @@ -1030,5 +1030,4 @@ include/ruby-1.9/ruby.h
>> @dirrmtry %%RUBY_VENDORARCHLIBDIR%%
>> @dirrmtry %%RUBY_VENDORLIBDIR%%
>> @dirrmtry lib/ruby/vendor_ruby
>> - at dirrmtry lib/ruby/gems
>> @dirrmtry lib/ruby
> 
> 
> -- 
> Regards,
> Bryan Drewery
> bdrewery at freenode/EFNet


More information about the svn-ports-all mailing list