Next | Query returned 115 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2008-09-15 10:42:37 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Replace shbang path of files under bin directory.
   2008-09-14 19:34:28 by Min Sik Kim | Files touched by this commit (1)
Log message:
Move targets requiring the root privilege to the install stage.
This fixes PR 39333.

Thanks to taca@ for testing.
   2008-06-19 16:52:36 by Takahiro Kambe | Files touched by this commit (8)
Log message:
- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.
   2008-05-25 23:42:22 by Joerg Sonnenberger | Files touched by this commit (48)
Log message:
Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
   2008-04-13 08:01:59 by Johnny C. Lam | Files touched by this commit (5) | Package updated
Log message:
Update misc/rubygems to 1.1.1.  Changes from version 1.1.0 include:

* Gem.prefix now returns non-nil only when RubyGems was installed outside
  sitelibdir or libdir.
* The `gem server` gem list now correctly links to gem details.
* `gem update --system` now passes --no-format-executable to setup.rb.
* Gem::SourceIndex#refresh! now works with multiple gem repositories.
* Downloaded gems now go into --install-dir's cache directory.
* Various fixes to downloading gem metadata.
* `gem install --force` now ignores network errors too.
* `gem pristine` now rebuilds extensions.
* `gem update --system` now works on virgin Apple ruby.
* Gem::RemoteFetcher handles Errno::ECONNABORTED.
   2008-03-31 17:47:44 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Set up the shell environment before calling ``gem'' during the extract
phase.  Also set TZ to null to prevent timezone differences from
affecting the printing of the "date" field during the extraction of
the gemspec file.
   2008-03-31 17:40:44 by Johnny C. Lam | Files touched by this commit (12) | Package updated
Log message:
Update rubygems to 1.1.0.  Changes from version 1.0.1 include:

+ Port patches to allow gems to be installed into an "installion root"
  from 1.0.1nb2.

+ Rename the --build-root option to --install-root, which more accurately
  reflects the purpose of the option.

+ Update rubygem.mk to work with rubygems-1.1.0.
  + Require 1.1.0 as the minimum rubygems version for the build.
  + Remove GEM_FORMAT and special code to extract the gemspec file
    from a gem archive -- `gem spec' can now do it correctly by itself.
  + Rename various *buildroot* targets to *install-root* to match the
    name of the `gem' option.

* RubyGems now uses persistent connections on index updates and only
  updates from a latest index by default, cutting candidate gems for
  updates to roughly 1/4 (at present).  Index updates are much faster
  now.

* `gem list -r` may only show the latest version of a gem, add --all to
  see all gems.

* `gem spec` now extracts specifications from .gem files.

* `gem query --installed` to aid automation of checking for gems.

This update has been tested with the 3 packages in pkgsrc that install
using the ``gem'' command:

	devel/rubyforge
	misc/ruby-gem_plugin
	www/mongrel

This update has also been tested with the 129 packages in my local
tree that install using the ``gem'' command.
   2008-03-27 06:34:31 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Use the correct variable name (GEM_CACHEDIR, not GEM_CACHE).
   2008-03-27 06:29:43 by Johnny C. Lam | Files touched by this commit (1)
Log message:
The ``gem'' command doesn't exit with an error if the install fails.
Manually check that the installation actually succeeds or exit with an
error so that the pkgsrc make process halts with the proper error code.

Suggestion for change by <seb> in private email.
   2008-03-24 19:48:54 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Restore default setting of PKG_DESTDIR_SUPPORT removed in revision
1.29.  This does the right thing automatically for most gems, and
packages that need PKG_DESTDIR_SUPPORT set earlier can set it manually
themselves.

Next | Query returned 115 messages, browsing 51 to 60 | Previous