Date: Sun, 6 May 2012 16:45:19 -0700 (PDT) From: Stanislav Sedov <stas@deglitch.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167656: [PATCH]: update lang/ruby19 to p194. Message-ID: <20120506234519.31AC93A8B1@orion.SpringDaemons.com> Resent-Message-ID: <201205062350.q46No7Tw001843@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167656 >Category: ports >Synopsis: [PATCH]: update lang/ruby19 to p194. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun May 06 23:50:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD orion.SpringDaemons.com 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r234591: Sun Apr 22 20:30:25 PDT 2012 stas@orion.SpringDaemons.com:/usr/obj/storage0/home/stas/nsvn/head/sys/ORION amd64 The patch updates the ruby19 port to 1.9.3p194. The new version is a bugfix release. =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.ruby.mk,v retrieving revision 1.217 diff -u -r1.217 bsd.ruby.mk --- Mk/bsd.ruby.mk 25 Feb 2012 15:25:48 -0000 1.217 +++ Mk/bsd.ruby.mk 6 May 2012 23:43:58 -0000 @@ -196,7 +196,7 @@ RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 0 RUBY_PORTEPOCH= 1 -RUBY_PATCHLEVEL= 125 +RUBY_PATCHLEVEL= 194 RUBY_VERSION?= ${RUBY_RELVERSION}.${RUBY_PATCHLEVEL} RUBY_DISTVERSION?= ${RUBY_RELVERSION}-p${RUBY_PATCHLEVEL} cvs diff: Diffing lang/ruby19/files Index: lang/ruby19/distinfo =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- lang/ruby19/distinfo 25 Feb 2012 15:25:49 -0000 1.12 +++ lang/ruby19/distinfo 6 May 2012 23:43:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-1.9.3-p125.tar.bz2) = c67a59443052b5a9219eb4cee3892bdfbc6f250f0c8e214e02256a4cc7ef5526 -SIZE (ruby/ruby-1.9.3-p125.tar.bz2) = 9733962 +SHA256 (ruby/ruby-1.9.3-p194.tar.bz2) = a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa +SIZE (ruby/ruby-1.9.3-p194.tar.bz2) = 9841223 Index: lang/ruby19/pkg-plist =================================================================== RCS file: /home/pcvs/ports/lang/ruby19/pkg-plist,v retrieving revision 1.13 diff -u -r1.13 pkg-plist --- lang/ruby19/pkg-plist 25 Feb 2012 15:25:49 -0000 1.13 +++ lang/ruby19/pkg-plist 6 May 2012 23:43:58 -0000 @@ -258,6 +258,7 @@ %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/coverage.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/curses.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/date_core.so +%%RUBY_LIBDIR%%/%%RUBY_ARCH%%/dbm.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/bubblebabble.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/md5.so %%RUBY_LIBDIR%%/%%RUBY_ARCH%%/digest/rmd160.so @@ -507,12 +508,12 @@ %%RUBY_LIBDIR%%/psych/coder.rb %%RUBY_LIBDIR%%/psych/core_ext.rb %%RUBY_LIBDIR%%/psych/deprecated.rb +%%RUBY_LIBDIR%%/psych/handlers/document_stream.rb %%RUBY_LIBDIR%%/psych/handler.rb %%RUBY_LIBDIR%%/psych/json/ruby_events.rb %%RUBY_LIBDIR%%/psych/json/stream.rb %%RUBY_LIBDIR%%/psych/json/tree_builder.rb %%RUBY_LIBDIR%%/psych/json/yaml_events.rb -%%RUBY_LIBDIR%%/psych/json.rb %%RUBY_LIBDIR%%/psych/nodes/alias.rb %%RUBY_LIBDIR%%/psych/nodes/document.rb %%RUBY_LIBDIR%%/psych/nodes/mapping.rb @@ -527,6 +528,7 @@ %%RUBY_LIBDIR%%/psych/set.rb %%RUBY_LIBDIR%%/psych/stream.rb %%RUBY_LIBDIR%%/psych/streaming.rb +%%RUBY_LIBDIR%%/psych/syntax_error.rb %%RUBY_LIBDIR%%/psych/tree_builder.rb %%RUBY_LIBDIR%%/psych/visitors/depth_first.rb %%RUBY_LIBDIR%%/psych/visitors/emitter.rb @@ -815,6 +817,8 @@ %%RUBY_LIBDIR%%/rubygems/package_task.rb %%RUBY_LIBDIR%%/rubygems/path_support.rb %%RUBY_LIBDIR%%/rubygems/platform.rb +%%RUBY_LIBDIR%%/rubygems/psych_additions.rb +%%RUBY_LIBDIR%%/rubygems/psych_tree.rb %%RUBY_LIBDIR%%/rubygems/remote_fetcher.rb %%RUBY_LIBDIR%%/rubygems/require_paths_builder.rb %%RUBY_LIBDIR%%/rubygems/requirement.rb @@ -823,6 +827,11 @@ %%RUBY_LIBDIR%%/rubygems/source_index.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb +%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem +%%RUBY_LIBDIR%%/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem +%%RUBY_LIBDIR%%/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem +%%RUBY_LIBDIR%%/rubygems/ssl_certs/ca-bundle.pem +%%RUBY_LIBDIR%%/rubygems/syck_hack.rb %%RUBY_LIBDIR%%/rubygems/test_case.rb %%RUBY_LIBDIR%%/rubygems/test_utilities.rb %%RUBY_LIBDIR%%/rubygems/text.rb @@ -945,6 +954,7 @@ @dirrm %%RUBY_LIBDIR%%/test @dirrm %%RUBY_LIBDIR%%/syck @dirrm %%RUBY_LIBDIR%%/shell +@dirrm %%RUBY_LIBDIR%%/rubygems/ssl_certs @dirrm %%RUBY_LIBDIR%%/rubygems/package/tar_reader @dirrm %%RUBY_LIBDIR%%/rubygems/package @dirrm %%RUBY_LIBDIR%%/rubygems/ext @@ -977,6 +987,7 @@ @dirrm %%RUBY_LIBDIR%%/psych/visitors @dirrm %%RUBY_LIBDIR%%/psych/nodes @dirrm %%RUBY_LIBDIR%%/psych/json +@dirrm %%RUBY_LIBDIR%%/psych/handlers @dirrm %%RUBY_LIBDIR%%/psych @dirrm %%RUBY_LIBDIR%%/optparse @dirrm %%RUBY_LIBDIR%%/openssl >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120506234519.31AC93A8B1>