Commit graph

228022 commits

Author SHA1 Message Date
wiz
a7a0d8d92a Update to 12.0.5:
------
12.0.5
------

* Issue #339: Correct Attribute reference in ``cant_write_to_target``.
2015-02-01 19:44:23 +00:00
wiz
9ebd9338e8 Updated devel/py-virtualenv to 12.0.6 2015-02-01 19:43:51 +00:00
wiz
858696a31e Update to 12.0.6:
12.0.6 (2015-01-28)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 6.0.7

* Upgrade setuptools to 12.0.5
2015-02-01 19:43:43 +00:00
wiz
ab1dbd5ead Updated devel/afl to 1.36b 2015-02-01 19:42:11 +00:00
wiz
1e4e9d5ecc Update to 1.36b:
--------------
Version 1.36b:
--------------

  - Switched afl-cmin over to /bin/sh. Thanks to Jonathan Gray.

  - Fixed an off-by-one bug in queue limit check when resuming sessions
    (could cause NULL ptr deref if you are *really* unlucky).

  - Fixed the QEMU script to tolerate i686 if returned by uname -i. Based on
    a problem report from Sebastien Duquette.

  - Added multiple references to Jakub's ppvm tool.

  - Made several minor improvements to the Makefile.

  - Believe it or not, fixed some typos. Thanks to Jakub Wilk.

--------------
Version 1.35b:
--------------

  - Cleaned up regular expressions in some of the scripts to avoid errors
    on *BSD systems. Spotted by Jonathan Gray.

--------------
Version 1.34b:
--------------

  - Performed a substantial documentation and program output cleanup to
    better explain the QEMU feature.

--------------
Version 1.33b:
--------------

  - Added support for AFL_INST_RATIO and AFL_INST_LIBS in the QEMU mode.

  - Fixed a stack allocation crash in QEMU mode (bug in QEMU, fixed with
    an extra patch applied to the downloaded release).

  - Added code to test the QEMU instrumentation once the afl-qemu-trace
    binary is built.

  - Modified afl-tmin and afl-showmap to search $PATH for binaries and to
    better handle QEMU support.

  - Added a check for instrumented binaries when passing -Q to afl-fuzz.

--------------
Version 1.32b:
--------------

  - Fixed 'make install' following the QEMU changes. Spotted by Hanno Boeck.

  - Fixed EXTRA_PAR handling in afl-cmin.

--------------
Version 1.31b:
--------------

  - Hallelujah! Thanks to Andrew Griffiths, we now support very fast, black-box
    instrumentation of binary-only code. See qemu_mode/README.qemu.

    To use this feature, you need to follow the instructions in that
    directory and then run afl-fuzz with -Q.

--------------
Version 1.30b:
--------------

  - Added -s (summary) option to afl-whatsup. Suggested by Jodie Cunningham.

  - Added a sanity check in afl-tmin to detect minimization to zero len or
    excess hangs.

  - Fixed alphabet size counter in afl-tmin.

  - Slightly improved the handling of -B in afl-fuzz.

  - Fixed process crash messages with -m none.

--------------
Version 1.29b:
--------------

  - Improved the naming of test cases when orig: is already present in the file
    name.

  - Made substantial improvements to technical_details.txt.

--------------
Version 1.28b:
--------------

  - Made a minor tweak to the instrumentation to preserve the directionality
    of tuples (i.e., A -> B != B -> A) and to maintain the identity of tight
    loops (A -> A). You need to recompile targeted binaries to leverage this.

  - Cleaned up some of the afl-whatsup stats.

  - Added several sanity checks to afl-cmin.

--------------
Version 1.27b:
--------------

  - Made afl-tmin recursive. Thanks to Hanno Boeck for the tip.

  - Added docs/technical_details.txt.

  - Changed afl-showmap search strategy in afl-cmap to just look into the
    same place that afl-cmin is executed from. Thanks to Jakub Wilk.

  - Removed current_todo.txt and cleaned up the remaining docs.
2015-02-01 19:42:00 +00:00
wiz
6c86f73eec + afl-1.36b, apache24-2.4.12, calibre-2.18.0, help2man-1.46.5,
inkscape-0.91, libgpg-error-1.18, libnice-0.1.10, py-keyring-4.1,
  py-setuptools-12.0.5, py-twisted-15.0.0, py-vdirsyncer-0.4.2,
  py-virtualenv-12.0.6, scribus-1.4.5, stellarium-0.13.2.
2015-02-01 19:04:02 +00:00
wiz
793baf782b Updated sysutils/estd to 0.9 2015-02-01 18:59:13 +00:00
wiz
42d58d1833 Update to 0.9, from Leonardo Taccari in PR 49624:
Changes:
estd-r9
* Improve SMP support on NetBSD.
  Submitted by: vincent@labri.fr

estd-r8
* Add Intrepid support.
  Submitted by: Michael <macallan@netbsd.org>
2015-02-01 18:59:05 +00:00
wiz
a4b863f0b1 Updated multimedia/mpv to 0.7.3 2015-02-01 18:55:42 +00:00
wiz
794a696fd7 Update to 0.7.3, from Leonardo Taccari in PR 49623:
Changes
-------
- Several documentation updates and typo fixes.
- Don't show "0%" position when the stream is infinite / has unknown length.
- Fixes the config file loading order so that lower priority `mpv.conf` files
  don't override higher priority `config` files.
- (OSX) Remove coreaudio_exclusive from the "auto" codec list.
- Failing to create a GL3 context is now a warning instead of error, to reduce
  user confusion.
- The subtitle decoder now gets reset when cycling subtitles. This makes the
  currently shown subtitle event disappear even if cycling back to the current
  subtitle track.
- `--shuffle` and `--merge-files` now affects the contents of playlist files,
  instead of just the list of files given as arguments to mpv.
- `./waf install` avoids installing a few additional data/config files if only
  libmpv was built.
- Improved channel mapping when the file's channel map doesn't match the AO's
  available channel maps.
- (OSX) VDA now gracefully refuses to run on non-OpenGL3-capable systems instead
  of trying and failing to build its shaders.
- Add workaround for vf_vapoursynth filters that expect an FPS.
- The default value for `--screenshot-template` now shows up in
  `--list-options`.
- `ao_pulse`'s `latency-hacks` suboption is now off by default, as it causes
  issues with newer pulseaudio releases. If A/V Sync issues happen, either
  add the `latency-hacks=on` pulse suboption in mpv.conf, or update the
  pulseaudio daemon (bug #1430).
- (Linux) `ao_alsa` now deals better with audio device disconnection.
- Client API: timestamp properties that have no value return "no" instead of
  magic number.

Bug fixes
---------
- (Windows, OSX) Many `ao_wasapi` and `ao_coreaudio` fixes.
- (OSX) Make the window title update correctly on OS X Yosemite.
- Fixes for handling mono audio on various AOs.
- (Linux) Fixes resuming from suspend on ao_alsa.
- Fixes for playlist file parsing.
- Overly long options in the --list-options output now break the column layout
  instead of getting truncated; fixes shell completion scripts.
- Fix rendering resolution of certain DVB subtitles (bug #1425).
- Fix EDL or --merge-files breaking timestamps with .avi files.
- Workaround for libavcodec bug with the VP9 codec parser (bug #1448),
  fixes possible crash.
- Improve robustness of the matroska parser with broken files (bugs #1457,
  #1461).
- Improve 10bit video compatibility with older GPUs (specially Intel) (bug
  #1383).
- Fixes flashing the VO window when playing a list of files that includes
  non-media files (bug #1459).
- Workaround for window embedding in OpenBox (bug #1235)
- Fixes for several crashes and lockups (bugs #838, #1389, #1408, #1463, #1473,
  #1474).
- Fixes for the zsh completion script (bugs #997)

New features
------------
- mpv now prints the contents of its config.h when running in verbose mode, to
  aid with debugging.
- The `include=` option now accepts `~` to refer to the HOME dir (bug #1406).
- `af_volume` now prints ReplayGain values in verbose mode.
- m3u playlists that don't have the `#EXTM3U` header are now accepted if they
  "look like" ASCII or UTF-8 text and have the .m3u extension.
- Chapter marks in the seek bar now update when switching files.
- Supports embedded cover art in MKV files (bug #1374).
- (Windows) Video window can now be resized even with --no-border.
- (Windows) Client API: the "run" command now works on Windows too.
- (Linux) vo_wayland now supports key modifiers (Meta, Alt, Control, Shift)
- Client API: "display-names" property is now observable.
2015-02-01 18:55:33 +00:00
wiz
b3fb3da121 Updated pkgtools/pkglint to 4.151 2015-02-01 18:33:36 +00:00
wiz
76336f73cf Allow https in sites.mk.
Bump version.
2015-02-01 18:33:27 +00:00
wiz
252a9f5629 Updated time/p5-DateTime-TimeZone to 1.85 2015-02-01 18:33:04 +00:00
wiz
0b2affcfdd Update to 1.85:
1.85    2015-01-30

- This release is based on version 2015a of the Olson database. This release
  includes contemporary changes for Quintana Roo and Chile.
2015-02-01 18:32:56 +00:00
wiz
c14cae71b6 Updated finance/p5-Finance-Quote to 1.36 2015-02-01 18:31:34 +00:00
wiz
5da2a23cbb Update to 1.36: No changes found, the entry is just:
1.36      2015-01-31 18:46:44+01:00 Europe/Brussels
2015-02-01 18:31:26 +00:00
wiz
5a22148832 Updated devel/p5-strictures to 1.005006 2015-02-01 18:30:15 +00:00
wiz
d4678cd19d Update to 1.005006:
1.005006 - 2015-01-30
  - fix extra checks triggering on paths starting with t, xt, lib, or blib,
    rather than only triggering on those directories.
  - avoid stat checks for VCS directories until we are in an appropriately
    named file
  - various cleanups in test files
2015-02-01 18:30:07 +00:00
wiz
03ed6d6077 Updated devel/p5-boolean to 0.44 2015-02-01 18:29:23 +00:00
wiz
174707025c Update to 0.44:
0.44 Sat Jan 31 13:55:37 PST 2015
 - Apply PRs 9,10,11 @dagolden++
2015-02-01 18:29:15 +00:00
wiz
9e7d681a3e Updated devel/p5-Term-ReadLine to 1.26 2015-02-01 18:28:40 +00:00
wiz
5433966a9e Update to 1.26:
1.26  2015-01-31
	- Call ornaments() after rl_initialize() to set tty before
          calling rl_initialize() not to output some charactores to
          STDIO. [rt.cpan.org #96569, #101196]
	- make handling of iostreams simple (make _rl_store_iostream()
          return void and remove _rl_fetch_iostream()) [rt.cpan.org #101078]
	- Fix the Prerequisites section to require Perl 5.8 (it was
          required since TRG 1.23.).
	- t/callback.t: add some new Tk-tests from CPAN Testers' site.
2015-02-01 18:28:32 +00:00
wiz
8ff732a2c9 Updated devel/p5-List-MoreUtils to 0.404 2015-02-01 18:27:32 +00:00
wiz
9a0d7b4695 Update to 0.404:
0.404	2015-01-28
    - fix ancient toolchains (PREREQ_PM &Co. set appropriately),
      reported by ilmari
    - bump version required of Test::More to 0.96 (#toolchain
      calls it a "sane subset")
    - fix some meta-data #toolchain pointed out
2015-02-01 18:27:24 +00:00
taca
1fd06f5dbc Note update of www/fengoffice package to 3.0.5.1. 2015-02-01 16:51:41 +00:00
taca
df6cb8bb33 Update to fengoffice to 3.0.5.1.
Since 3.0.5
----------------
bugfix: Error when creating user from company view.
bugfix: Error when viewing empty custom property if it is of type=contact.
bugfix: Installer error, missing column 'can_update_other_users_invitations'.

Since 3.0.4.1
----------------
bugfix: Performance issue when changing workspace parent.
bugfix: Cannot add user from exisiting contact.

feature: System permission to let some users change event invitations state for other users.

Since 3.0.3.1
----------------
bugfix: Performance issue when ordering documents list by size.

Since 3.0.3
----------------

bugfix: do not show trashed comments on mails view.
bugfix: member tree filter not working properly in some cases.
bugfix: revision number in file view header shows the number including trashed revisions
bugfix: show more on users selector not working.

Since 3.0.2
----------------
feature: Choose if you want to exclude a client or project from automatic status changes.‏
feature: Added custom properties to choose a default status when creating a new project or client.
feature: When creating a new client, you can now choose if its a company, a contact, or nothing.

bugfix: Pending factor removed from automated status formulas.
bugfix: Dimension Members with no creation application log were not displayed on the Dimension member list in the Administration panel.
bugfix: Contact emails are not being displayed on the suggested emails.
bugfix: Dimension member selectors were not functioning on the contacts module.
bugfix: Object members were not being displayed correctly, and when more than possible to display were added, "and 1 more" was not displayed.
bugfix: cannot set permissions for users with the same user type to a project.


Since 3.0.1
----------------
bugfix: after removing a member from a task, refresh member status.
bugfix: after ading a task, refresh member status.
bugfix: after editing status formulas, refresh all members statuses.
bugfix: add billing view.
bugfix: performance problem displaying contacts birthday

feature: push tasks dates.

Since 3.0
----------------
bugfix: members permissions on breadcrumbs .
bugfix: located under selector on add tags view.
bugfix: custom properties with multiple values are not saving properly.
bugfix: files edit is not validating fields, and causing transaction rollback.
bugfix: error editing web document.
bugfix: undefined variable on filescontroller
bugfix: check mail function make a lot of work if the last mail on the system is not on the server.
bugfix: templates sub tasks.
bugfix: templates view.
bugfix: task titles on task list.
bugfix: mails view.
bugfix: in member permissions, don't allow to modify permissions of superior users

performance: download imap mails function.


Since 3.0-rc
----------------
bugfix: Enabled_dimensions where not inserted correctly by plugins installation.
bugfix: When uploading a file, blue button moves left and then returns to its original place.
bugfix: Logo is not clickable.
bugfix: When modal form is rendered and controller sends an error, screen is masked anyways.
bugfix: Don't show radio buttons to delete/write if role cannot delete or write (e.g.: collaboratos cannot delete som object types).
bugifx: Collaborators and guests should not have root permissions.

Since 3.0-beta
----------------
feature: Check max permissions per user role when adding/editing permissions.
bugfix: Do not show active context members on activity widget breadcrumbs.
bugfix: Activity widget says that some users have been unsubscribed.

Since 2.7.1.9
----------------
feature: Several improvements in user interface, experience and looks.
feature: New “Getting Started Wizard”.
feature: New workspaces selector.
feature: Improved user creation and management.
feature: Improved Task  Management.

Since 2.7.1.8
----------------
feature: Allow to configure if parent permissions are inherited when creating a new workspace, client or project.

Since 2.7.1.7
----------------
bugfix: Active context member info widget reactivated.
bugfix: Permissions not saved when applying to all submembers and permissions tree is collapsed.

Since 2.7.1.6
----------------
bugfix: do not show trashed emails from other accounts.
bugfix: when adding a new member, inherit parent permissions.
bugfix: When saving permissions for a workspace, client or project, the mandatory dimensions were not being analyzed.

Since 2.7.1.5
----------------
bugfix: 'Unexpected token' error in tasks list.
bugfix: 'after_contact_view' hook was lost when contact view was changed.

Since 2.7.1.4
----------------
bugfix: task list actions
bugfix: missing config option auto_classify_attachments

Since 2.7.1.3
----------------
bugfix: repeating events not displayed correctly
bugfix: checkmail function from cron fail if the mail have attachments

Since 2.7.1.2
----------------
feature: Use "wkhtmltopdf" to convert custom reports to pdf
2015-02-01 16:51:12 +00:00
taca
0a4a489f19 Note update of net/pear-Net_Sieve package to 1.3.4. 2015-02-01 16:42:26 +00:00
taca
f69998fc75 Update pear-Net_Sieve to 1.3.4.
Release date: 2015-01-20 18:20 UTC

Changelog:

* Remove erroneous and unnecessary active script caching (Bug #20472).
2015-02-01 16:42:01 +00:00
taca
9a0d7f7baa Note update of devel/ruby-rcsparse package to 0.0.0.47. 2015-02-01 16:37:06 +00:00
taca
b7ee6728e5 Update ruby-rcsparse to 0.0.0.47 which is latest revision on GitHub,
60871fde79db91aed56b3974e8ebc829342d18e8.

* Now it compatible on newer Ruby.
* License is gnu-agpl-v3.
2015-02-01 16:36:32 +00:00
taca
915b7e8c8e Note update of devel/ruby-rake package to 10.4.2. 2015-02-01 16:33:31 +00:00
taca
664a55a9ce Update ruby-rake to 10.4.2.
=== 10.4.2 / 2014-12-02

Bug fixes:

* Rake no longer edits ARGV.  This allows you to re-exec rake from a rake
  task.  Pull requset #9 by Matt Palmer.
* Documented how Rake::DSL#desc handles sentences in task descriptions.
  Issue #7 by Raza Sayed.
* Fixed test error on 1.9.3 with legacy RubyGems.  Issue #8 by Matt Palmer.
* Deleted duplicated History entry.  Pull request #10 by Yuji Yamamoto.

=== 10.4.1 / 2014-12-01

Bug fixes:

* Reverted fix for #277 as it caused numerous issues for rake users.
  rails/spring issue #366 by Gustavo Dutra.

=== 10.4.0 / 2014-11-22

Enhancements:

* Upgraded to minitest 5.  Pull request #292 by Teo Ljungberg.
* Added support for Pathname in rake tasks.  Pull request #271 by Randy
  Coulman.
* Rake now ignores falsy dependencies which allows for easier programmatic
  creation of tasks.  Pull request #273 by Manav.
* Rake no longer edits ARGV.  This allows you to re-exec rake from a rake
  task.  Issue #277 by Matt Palmer.
* Etc.nprocessors is used for counting the number of CPUs.

Bug fixes:

* Updated rake manpage.  Issue #283 by Nathan Long, pull request #291 by
  skittleys.
* Add Rake::LATE to allow rebuilding of files that depend on deleted files.
  Bug #286, pull request #287 by David Grayson.
* Fix relinking of files when repackaging.  Bug #276 by Muenze.
* Fixed some typos.  Pull request #280 by Jed Northridge.
* Try counting CPUs via cpuinfo if host_os was not matched.  Pull request
  #282 by Edouard B.

=== 10.3.2 / 2014-05-15

Bug fixes:

* Rake no longer infinitely loops when showing exception causes that refer to
  each other.  Bug #272 by Chris Bandy.
* Fixed documentation typos.  Bug #275 by Jake Worth.

=== 10.3.1 / 2014-04-17

Bug fixes:

* Really stop reporting an error when cleaning already-deleted files.  Pull
  request #269 by Randy Coulman
* Fixed infinite loop when cleaning already-deleted files on windows.

=== 10.3 / 2014-04-15

Enhancements:

* Added --build-all option to rake which treats all file prerequisites as
  out-of-date.  Pull request #254 by Andrew Gilbert.
* Added Rake::NameSpace#scope.  Issue #263 by Jon San Miguel.

Bug fixes:

* Suppress org.jruby package files in rake error messages for JRuby users.
  Issue #213 by Charles Nutter.
* Fixed typo, removed extra "h".  Pull request #267 by Hsing-Hui Hsu.
* Rake no longer reports an error when cleaning already-deleted files.  Pull
  request #266 by Randy Coulman.
* Consume stderr while determining CPU count to avoid hang.  Issue #268 by
  Albert Sun.

=== 10.2.2 / 2014-03-27

Bug fixes:

* Restored Ruby 1.8.7 compatibility

=== 10.2.1 / 2014-03-25

Bug fixes:

* File tasks including a ':' are now top-level tasks again.  Issue #262 by
  Josh Holtrop.
* Use sysctl for CPU count for all BSDs.  Pull request #261 by Joshua Stein.
* Fixed CPU detection for unknown platforms.

=== 10.2.0 / 2014-03-24

Enhancements:

* Rake now requires Ruby 1.9 or newer.  For me, this is a breaking change, but
  it seems that Jim planned to release it with Rake 10.2.  See also pull
  request #247 by Philip Arndt.
* Rake now allows you to declare tasks under a namespace like:

    task 'a:b' do ... end

  Pull request #232 by Judson Lester.
* Task#source defaults to the first prerequisite in non-rule tasks.  Pull
  request #215 by Avdi Grimm.
* Rake now automatically rebuilds and reloads imported files.  Pull request
  #209 by Randy Coulman.
* The rake task arguments can contain escaped commas.  Pull request #214 by
  Filip Hrbek.
* Rake now prints the exception class on errors.  Patch #251 by David Cornu.

Bug fixes:

* Fixed typos.  Pull request #256 by Valera Rozuvan, #250 via Jake Worth, #260
  by Zachary Scott.
* Fixed documentation for calling tasks with arguments.  Pull request #235 by
  John Varghese.
* Clarified `rake -f` usage message.  Pull request #252 by Marco Pfatschbacher.
* Fixed a test failure on windows.  Pull request #231 by Hiroshi Shirosaki.
* Fixed corrupted rake.1.gz.  Pull request #225 by Michel Boaventura.
* Fixed bug in can_detect_signals? in test.  Patch from #243 by Alexey
  Borzenkov.
2015-02-01 16:33:06 +00:00
taca
b85d408ae4 Note update of devel/ruby-racc package to 1.4.12. 2015-02-01 16:32:04 +00:00
taca
71bfcb4daa Update ruby-racc to 1.4.12 which is maintained by Aaron Patterson on GitHub.
Changes from 1.4.6 are too many to write here, please refer commit logs on
GitHub: https://github.com/tenderlove/racc.
2015-02-01 16:31:25 +00:00
taca
b73b1e34bb Note addition of devel/ruby-power_assert package version 0.2.2. 2015-02-01 16:24:39 +00:00
taca
43f96537c3 Add and enable ruby-power_assert. 2015-02-01 16:24:05 +00:00
taca
0ab99ea8e2 Add ruby-power_assert package version 0.2.2, which needed by new
ruby-test-unit.

Power Assert for Ruby.  Power Assert shows each value of variables and
method calls in the expression.  It is useful for testing, providing which
value wasn't correct when the condition is not satisfied.
2015-02-01 16:23:22 +00:00
taca
66a33c9005 Note update of devel/ruby-polyglot package to 0.3.5. 2015-02-01 16:21:03 +00:00
taca
cd5ecca43e Update ruby-polyglot to 0.3.5.
Added handling for dot-relative requires.
2015-02-01 16:20:29 +00:00
taca
c92d113c90 Note update of devel/ruby-posix-spawn package to 0.3.9. 2015-02-01 16:18:22 +00:00
taca
f50c80bf19 Update ruby-posix-spawn to 0.3.9.
Changes are unavailable but it looks several bug fixes.
2015-02-01 16:17:50 +00:00
taca
fbd95741da Note update of devel/ruby-pathname2 package to 1.7.3. 2015-02-01 16:13:48 +00:00
taca
1cd682df4b Update ruby-pathname2 to 1.7.3.
== 1.7.3 - 24-Apr-2014
* The basename and dirname methods now return Pathname objects.

== 1.7.2 - 23-Apr-2014
* The join and expand_path methods now return Pathname objects.

== 1.7.1 - 28-Mar-2014
* Updated gemspec for Windows vs Unix.
* Updated README and MANIFEST.

== 1.7.0 - 28-Mar-2014
* Windows now uses FFI internally instead of win32-api.
* Added a custom pretty_print method for the pp library.
* Reorganized the test suite for Windows, and added many
  more test tasks to the Rakefile.
2015-02-01 16:13:09 +00:00
taca
56f4044d2a Note update of devel/ruby-parser package to 3.6.4. 2015-02-01 16:12:07 +00:00
taca
685737a0a0 Update ruby-parser to 3.6.4.
=== 3.6.4 / 2015-01-16

* 1 bug fix:

  * Removed shebangs in tests because of bugs (aka 'features') in RPM packaging tools.

=== 3.6.3 / 2014-09-26

* 1 bug fix:

  * Fixed bug caused by latest version of oedipus_lex not exporting lineno accessor.

=== 3.6.2 / 2014-07-18

* 1 bug fix:

  * Handle return/next/break/yield w/ block call (WHY).

=== 3.6.1 / 2014-05-12

* 1 bug fix:

  * Strings that don't match the encoding of the file are now returned as ASCII-8BIT.

=== 3.6.0 / 2014-04-23

* 1 minor enhancement:

  * Added new_string and switched all parsers to it.

* 1 bug fix:

  * Fixed line numbers of nodes following multi-line strings. (presidentbeef)

=== 3.5.0 / 2014-03-24

* 1 major enhancement:

  * Added initial support for ruby 2.1 syntax. Doesn't have numeric extensions yet.

* 2 minor enhancements:

  * Converted ruby_lexer.rex to use new grouping mechanism. ~15% improvement in speed.
  * Various lexer cleanup.

* 2 bug fixes:

  * 2.0/2.1: Fixed block kw args.
  * Fixed env for kwargs and friends.
2015-02-01 16:11:29 +00:00
taca
d906036df8 Note update of devel/ruby-parseconfig package to 1.0.6. 2015-02-01 16:10:33 +00:00
taca
6e695f3bae Update ruby-parseconfig to 1.0.6.
Mon Oct 06, 2014 - v1.0.6
- Fix where extraneous double quotes were getting wrapped around parameters
  that have non-word characters (issue #19)

Thu Dec 19, 2013 - v1.0.4
- Add fix for config files with Byte Order Marker (BOM)
- Add support for .eql? function.
2015-02-01 16:09:57 +00:00
taca
62e225f2fa Note update of devel/ruby-open4 package to 1.3.4. 2015-02-01 16:09:18 +00:00
taca
1f9f59095b Update ruby-open4 to 1.3.4.
Changes are unavailable but it looks trivial bug fixes and addtion of tests.
2015-02-01 16:08:38 +00:00
taca
90585d4458 Update ruby-mocha to 1.1.0.
# Release Notes

## 1.1.0

* Set visibility of any instance stub method.
* Stub methods with a prepended method if there are other prepended methods. Thanks to @mrsimo.
* Improve docs for `Mock#responds_like` & `#responds_like_instance_of`.
* Use GitHub convention for instructions on contributing to Mocha.
* Fix typos in docs. Thanks to @10io
2015-02-01 14:50:43 +00:00