Revision: 25796 http://sourceforge.net/p/gar/code/25796 Author: dmichelsen Date: 2016-07-04 13:13:54 +0000 (Mon, 04 Jul 2016) Log Message: ----------- ruby23/trunk: Update to 2.3.1
Modified Paths: -------------- csw/mgar/pkg/ruby23/trunk/Makefile csw/mgar/pkg/ruby23/trunk/checksums Modified: csw/mgar/pkg/ruby23/trunk/Makefile =================================================================== --- csw/mgar/pkg/ruby23/trunk/Makefile 2016-07-01 20:05:23 UTC (rev 25795) +++ csw/mgar/pkg/ruby23/trunk/Makefile 2016-07-04 13:13:54 UTC (rev 25796) @@ -3,7 +3,7 @@ # NAME = ruby SHORTVER = 2.3 -VERSION = $(SHORTVER).0 +VERSION = $(SHORTVER).1 API_VERSION = $(VERSION) DESCRIPTION = An object-oriented language for quick and easy programming. @@ -44,6 +44,7 @@ RUNTIME_DEP_PKGS_CSWruby23 += CSWlibyaml0-2 RUNTIME_DEP_PKGS_CSWruby23 += CSWlibreadline6 RUNTIME_DEP_PKGS_CSWruby23 += CSWlibffi6 +RUNTIME_DEP_PKGS_CSWruby23 += CSWlibncurses6 # These are all comments, checked by inspection CHECKPKG_OVERRIDES_CSWruby23 += file-with-bad-content|/usr/local|root/opt/csw/lib/ruby/2.3.0/pathname.rb @@ -59,8 +60,8 @@ CHECKPKG_OVERRIDES_CSWruby23 += file-with-bad-content|/usr/share|root/opt/csw/lib/ruby/gems/2.3.0/gems/rake-10.4.2/doc/rake.1 # We don't split off the library - without lots of ruby files it is not usable anyway -CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.3.0.so -CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.3.0.so.2|soname=libruby2.3.0.so.2|pkgname=CSWruby23|expected=CSWlibruby2-3-0-2 +CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-package-contains-so-symlink|file=/opt/csw/lib/libruby2.3.1.so +CHECKPKG_OVERRIDES_CSWruby23 += shared-lib-pkgname-mismatch|file=opt/csw/lib/libruby2.3.1.so.2|soname=libruby2.3.1.so.2|pkgname=CSWruby23|expected=CSWlibruby2-3-1-2 # The reason is that there are *.rb files which normally require a ruby library, but we don't split this any more CHECKPKG_OVERRIDES_CSWruby23 += missing-dependency|CSWlibruby1-9-1-1|or|CSWruby|or|CSWruby18|or|CSWruby191 Modified: csw/mgar/pkg/ruby23/trunk/checksums =================================================================== --- csw/mgar/pkg/ruby23/trunk/checksums 2016-07-01 20:05:23 UTC (rev 25795) +++ csw/mgar/pkg/ruby23/trunk/checksums 2016-07-04 13:13:54 UTC (rev 25796) @@ -1 +1 @@ -e81740ac7b14a9f837e9573601db3162 ruby-2.3.0.tar.gz +0d896c2e7fd54f722b399f407e48a4c6 ruby-2.3.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.