notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/ruby18/pkg-plist
SVNWeb

Number of commits found: 31

Sat, 16 Jul 2011
[ 01:51 stas search for other commits by this committer ] Original commit 
- Update ruby 1.8 to 1.8.7 patchlevel 352.
Mon, 20 Dec 2010
[ 02:46 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Clean up ruby pkg-plists:
    %%RUBY_SITEARCHLIBDIR%%
    %%RUBY_SITELIBDIR%%
    lib/ruby/site_ruby
    %%RUBY_VENDORARCHLIBDIR%%
    %%RUBY_VENDORLIBDIR%%
    lib/ruby/vendor_ruby
    lib/ruby

Above directories are owned by lang/ruby1[89] ports.

PR:         ports/153041
Tested by:  2-exp runs by pav
With Hat:   ruby@
Mon, 22 Nov 2010
[ 05:47 stas search for other commits by this committer ] Original commit 
- Update ruby 1.8 to p302.

PR:             ports/151712
Reported by:    Pavel Argentov <argentoff@gmail.com>
Thu, 12 Feb 2009
[ 14:59 stas search for other commits by this committer ] Original commit 
- Fix pkg-plist.

Pointy hat to:  me
Fri, 15 Aug 2008
[ 21:45 stas search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update ruby to 1.8.6 patchset 287.
Sun, 6 Apr 2008
[ 10:29 stas search for other commits by this committer ] Original commit 
- Fix webrick vulnerability
- Update rexml to 3.1.7.2
- Bump portrevision.

Obtained from:  ruby svn
Tue, 30 Oct 2007
[ 11:24 stas search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update ruby to the latest 111 patchversion.
  It's a bugfix release.

Thanks to:      Alexander Logvinov <ports@logvinov.com> for initial patchset.
Thu, 3 May 2007
[ 20:34 stas search for other commits by this committer ] Original commit 
- Install NEWS file too.

Suggested by:   knu
Tue, 3 Apr 2007
[ 21:57 stas search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
Tue, 2 Jan 2007
[ 16:23 stas search for other commits by this committer ] Original commit 
- Update lang/ruby18 to 1.8.5p12 (bugfix release)
- Make RI generation disabled by default (it causes problems
  on slow hardware)
- PREFIX-cleaness fixes (in bsd.ruby.mk) [1]
- Take maintainership of bsd.ruby.mk [1]

The patch was tested in the tinderbox with all ruby-dependend ports.

Approved by:    portmgr (linimon)
Sun, 15 Oct 2006
[ 10:46 stas search for other commits by this committer ] Original commit 
- Fix pkg-plist when ONIGURUMA option used
- Bump portrevision

Submitted by:   nork
Approved by:    portmgr (clement)
Sun, 1 Oct 2006
[ 19:10 stas search for other commits by this committer ] Original commit 
- Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mk
  modifications)
- Add OPTIONS
- Provide automatic pkg-plist generator to simplify updates
- Guarantee permissions safety when installing docs and examples (eliminate
  ${CP} -r *)
- Create handy docs and examples structure (install examples for external
  libraries in separate directories)
- Remove unused KNOB (NORUBYLIB)
- Add knob to disable RDOC generation [1]
- Add knob to disable IPv6 support
- Move list of obsoleted packages to the separate file (files/obsoleted)
- Add additional .keep_me like files to allow shared directories to not
  be deleted by dependent ports
- Minor cleanups and modifications
- Bump-up portrevision

All ruby ports were tested in tinderbox with these modifications.

Requested by:   VANHULLEBUS Yvan <vanhu_bsd@zeninc.net> [1]
PR:             ports/103353 [1], ports/102648, ports/102663, ports/102685,
ports/102646
Approved by:    sem (mentor)
Sun, 27 Aug 2006
[ 09:53 sem search for other commits by this committer ] Original commit 
- Update to 1.8.5
  A bugs fix release.
Wed, 3 May 2006
[ 04:55 okazaki search for other commits by this committer ] Original commit 
Remove obsolete USE_REINPLACE.
Add missing entries for the ONIGURUMA option to the plist.
Sat, 14 Jan 2006
[ 13:25 pav search for other commits by this committer ] Original commit 
- Update to 1.8.4

PR:             ports/91556
Submitted by:   Alexander Wittig <alexander@wittig.name>
Mon, 14 Nov 2005
[ 09:46 sem search for other commits by this committer ] Original commit 
- Back out the last update. It breaks many ruby ports install.

Reported by:    kris via pointyhat
Wed, 9 Nov 2005
[ 08:54 sem search for other commits by this committer ] Original commit 
bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
  _RUBY_BASE=LOCALBASE otherwise for easy ports testing.

lang/ruby18:
- Update to 1.8.3

Grant maintainership to submitter.

While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
  (lang/ruby1[68] must set it for right install).

PR:             ports/87332
Submitted by:   Alexander Novitsky
Sat, 5 Feb 2005
[ 04:59 knu search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.

Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread.  This will allow threaded extension libraries to run
and work properly on those systems.

The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build.  I don't know if the problem is in
libpthread or in gcc.

(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
Sat, 25 Dec 2004
[ 04:28 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to the 1.8.2 release.  Happy holidays!
[ 04:02 knu search for other commits by this committer ] Original commit 
Fix plist.
Thu, 23 Dec 2004
[ 20:30 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to 1.8.2-preview4.

* Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1)
  may coredump with a double free() problem from a misuse of the DL
  module.  In that case, reinstall sysutils/portupgrade manually.
Thu, 12 Aug 2004
[ 09:46 knu search for other commits by this committer ] Original commit 
Handle ri document directories properly.
[ 08:57 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to 1.8.2-preview2.
Sun, 2 May 2004
[ 20:30 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 and the bundled modules to the latest 1.8 branch
snapshot as of 2004-05-02.
Thu, 26 Feb 2004
[ 19:20 knu search for other commits by this committer ] Original commit 
Change the default version of ruby to 1.8 for i386 as well, finally.

Always put a version suffix to the ruby name (no matter if ruby is the
default version) to avoid mess in future.

[Notes for i386 users]

If you are a ruby developer and still want to stick with ruby 1.6 as
default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.

If you are a ruby developer and want to keep ruby 1.6 as default,
please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.  Otherwise, please
run the following series of commands to migrate to ruby 1.8:

  1) Reinstall portupgrade manually (and ruby 1.8 will be installed)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Feb 2004
[ 03:58 knu search for other commits by this committer ] Original commit 
Fix plist and bump PORTREVISION.

PR:             ports/61596
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Wed, 24 Dec 2003
[ 21:08 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to the 1.8.1 final release.  Merry Christmas!
Mon, 22 Dec 2003
[ 10:08 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to 1.8.1.p4.
Mon, 15 Dec 2003
[ 06:35 knu search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.
Fri, 31 Oct 2003
[ 12:33 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to 1.8.1-preview2.
Wed, 10 Sep 2003
[ 07:33 knu search for other commits by this committer ] Original commit 
Update lang/ruby18 to the latest snapshot as of 2003-09-09.

Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)

Number of commits found: 31