Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 14:37:30 UTC Now

2008-06-22 16:05:53 UTC MAIN commitmail json YAML

Update ruby-rspec package to 1.1.4.

== Version 1.1.4

Maintenance release.

Note: we've removed the metaclass method from Object. There were some
generated specs that used it, and they will now break. Just replace the
metaclass call with (class << self; self; end) and all will be well.

* pending steps print out yellow in stories (patch from Kyle Hargraves)
* Deprecation warnings for specs that assume auto-inclusion of modules. Closes #326 (patch from Scott Taylor)
* mock.should_not_receive(:anything) fails fast (once again)
* Patch from Antti Tarvainen to stop files from being loaded repeatedly when running heckle. Closes #333.
* Fixed bug in which session object in example was not the same instance used in the controller. Closes #331.
* Applied patch from Antti Tarvainen to fix bug where heckle runs rspec runs heckle runs rspec etc. Closes #280.
* Applied patch from Zach Dennis to merge :steps functionality to :steps_for. Closes #324.
* Applied patch from Ryan Davis to add eval of block passed to raise_error matcher. Closes #321.
* alias :context :describe in example_group_methods. Closes #312.
* Applied patch from Ben Mabey to make the Story runner exit with a non-0 exit code on failing stories. Closes #228.
* Applied patch from Coda Hale to get the :red hook called in autotest. Closes #279.
* Applied patch from Patrick Ritchie to support --drb in spec.opts. Closes #274, #293.
* Moved metaclass method from Object to an internal module which gets included where it is needed.
* Applied patch from Dayo Esho: and_yield clobbers return value from block. Closes #217.
* Applied patch from Bob Cotton:  ExampleGroupFactory.default resets previously registered types. Closes #222.
* Applied patch from Mike Williams to support the lib directory in rails apps with the Textmate Alternate File command. Closes #276.
* ExampleGroupMethods#xspecify aliases #xit
* A SharedExampleGroup can be created within another ExampleGroup.
* Applied patch from Bob Cotton: Nested ExampleGroups do not have a spec_path. Closes #224.
* Add before_suite and after_suite callbacks to ExampleGroupMethods and Options. Closes #210.
* The after(:suite) callback lambda is passed a boolean representing whether the suite passed or failed
* Added NestedTextFormatter. Closes #366.
* decoupled mock framework from global extensions used by rspec - supports use of flexmock or mocha w/ rails
* Applied patch from Roman Chernyatchik to allow the user to pass in the rails version into spectask. Closes #325, #370

(taca)

2008-06-22 16:05:19 UTC MAIN commitmail json YAML

Update ruby-parsetree package to 2.2.0.

=== 2.2.0 / 2008-06-09

* 18 minor enhancements:

  * Added 1.9 and rubinius to multiruby skip list.
  * Added 1.9 fixes for SexpProcessor.
  * Added compatibility changes for regexp option values.
  * Added custom compact since Array#compact is hostile to subclasses.
  * Added some tests for wonky index edge cases. some commented out.
  * Added test changes for 1.9 and r2r changes. Esp fixed regexp differences.
  * Added tests for dasgn, proc arities,
  * Added/updated some tests for ruby_parser.
  * Changed tests to default to nil for verbose.
  * Fixed all assertions deprecated in miniunit.
  * Raises LoadError if incompatible ruby, allows fallback to ruby_parser.
  * Removed Unified's rewrite_fbody and moved up into defn... not sure about that.
  * Removed argscat rewriter from unified_ruby.rb
  * Renamed shadowed variable name.
  * Reworked parse_tree_for_(method|string) to take optional verbose arg.
  * Started removing ending newlines from pt_testcase.rb.
  * Uncommented all commented out tests. ruby_parser must not be a pansy.
  * Updated rakefile for new hoe abilities.

* 3 bug fixes:

  * Fixed 1.8.[45] wrt dasgn_curr declaration removal.
  * Fixed pt_testcase bug.
  * Fixes for colon2/3 in class/module/cdecls.

(taca)

2008-06-22 16:04:34 UTC MAIN commitmail json YAML

Update ruby-linecache package to 0.4.3.

Notes: Small change to for MSWindows which allows finding the extension
in lib rather than ext.

(taca)

2008-06-22 16:01:43 UTC MAIN commitmail json YAML

Update ruby-inline pacakge to 3.7.0.

=== 3.7.0 / 2008-06-09

* 1 major enhancements:

  * Removed inline_package in favor of hoe's packaging.

* 2 minor enhancements:

  * Switched from warn/exit to abort to fix buffering for error messages.
  * Improved some error messages.

* 2 bug fixes:

  * Fixes for rubinius.
  * Fixes for 1.9.

(taca)

2008-06-22 16:00:58 UTC MAIN commitmail json YAML

Update ruby-flexmock package to 0.8.2.

= Changes for FlexMock

* FlexMock partial mocks will now override any preexisting definitions
  for "should_receive".  Previously, FlexMock would honor preexisting
  defintions, but an RSpec on Rails bug loads the RSpec mocks, even
  when other mock libraries are configured.  This allows flexmock to
  correctly use partial mocks in the presence of an ill-behaved mock
  library.

== Pre-Version 0.8.1

* Added Joe O'Brien's patch to allow view stubbing in Rails 2.0
* Added Evan Phoenix's patch to remove allocate from default
  allocators in new_instances (for Rubinius compatibility).

(taca)

2008-06-22 15:59:54 UTC MAIN commitmail json YAML

Update ruby-ruby-debug-ide pacakge to 0.2.0.

Changes are unknown but it seems support ruby-debug-base 0.10.1.

(taca)

2008-06-22 15:55:26 UTC MAIN commitmail json YAML

Update hoe package to 1.6.0.

=== 1.6.0 / 2008-06-18

* 1 minor enhancement

  * blog categories! Defaults to array with project's name. Thanks Aaron!

=== 1.5.3 / 2008-05-20

* 1 Bug Fix

  * hoe really really needs better tests. I suck. :/

=== 1.5.2 / 2008-05-20

* 4 Minor Enhancements:

  * Added multiruby_skip attribute for 'rake multi' version invalidation.
  * Improved error messages when files are missing.
  * Added rubygems post_install_message accessor. Thanks to Dr. Nic.
  * Cleaned up alternative_name... I didn't get it.

* 1 Bug Fix:

  * Removed require of rake/contrib/sshpublisher to fix 1.9.

(taca)

2008-06-22 15:54:37 UTC MAIN commitmail json YAML

Update ZenTest package to 3.10.0.

=== 3.10.0 / 2008-06-17

* 1 major enhancement:

  * Added multiruby_setup to help manage multiruby installed versions.

* 3 minor enhancements:

  * Added autotest/once plugin to help plugin developers.
  * Heavily refactored multiruby.
  * Switched rubinius from shotgun/rubinius to bin/rbx, finally.

* 2 bug fixes:

  * Refactored zentest_mapping test to avoid zentest altogether.
  * zentest tests bail gracefully for rubinius.

=== 3.9.3 / 2008-06-09

* 12 minor enhancements:

  * Added $RUBY env support to autotest so you can swap what ruby to run.
  * Added ALL_HOOKS array to autotest for hook devs.
  * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe.
  * Added miniunit compatibility to unit_diff's output.
  * Multiruby now determines the latest versions 1.8/1.9 automatically.
  * Removed deprecated :run hook.
  * Fixed zentest_assertions to be compatible with miniunit. Will phase out.
  * Minor autotest plugin cleanup / fixes.
  * Moved assert_callback to test/rails/test_case.rb
  * Reversed assert_includes' arguments.
  * Updated requirements info for other ruby impls.
  * util_capture now returns strings, not iostrings.

* 1 bug fixes:

  * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks.

=== 3.9.2 / 2008-03-20

* 4 minor enhancements:

  * Added compatibility with miniunit differences.
  * Added email_notify, jabber_notify, and rcov autotest plugins.
  * Updated rakefile to include examples automatically in example_dot_autotest.
  * multiruby now outputs each command so you can grab it easily.

* 5 bug fixes:

  * Ensure tests are run after reset.
  * Fixed all test/rails tests to run in any combo.
  * Fixed up growl.rb a bit... still buggy (growlnotify, not growl.rb).
  * Fixes for -f (fast start) and last_mtime in general.
  * Fixes for 1.9 and rubinius

(taca)

2008-06-22 15:52:59 UTC MAIN commitmail json YAML

2008-06-22 15:51:14 UTC MAIN commitmail json YAML

Update ruby-mysql package to 2.7.6.

2008-06-17
    version 2.7.6
    * On 64bit machine, Mysql::Stmt#execute raise error on large numeric
        value(>= 2**30).
2008-03-08
    version 2.7.5
    * On 64bit machine, Mysql::Stmt#fetch return invalid numeric value.
2007-12-26
    version 2.8pre1
    * for Ruby 1.9.0
    * Incompat: Mysql::Result#each_hash don't create column name string each
        row. it's shared.
    * Incompat: Mysql#query with block no longer turn on multi-statements
        mode automatically.
2007-08-22
    version 2.7.4
    * BUG: Mysql::Stmt#execute memory leak.

(taca)

2008-06-22 15:49:33 UTC MAIN commitmail json YAML

Update databases/ruby-datamapper pacakge to 0.3.2.

Changes are unknown.

(taca)

2008-06-22 15:48:09 UTC MAIN commitmail json YAML

Add and enable ruby-DBD-sqlite3.

(taca)

2008-06-22 15:47:15 UTC MAIN commitmail json YAML

Importing ruby-DBD-sqlite3, sqlite3 part of ruby-DBI-0.2.0.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-22 15:45:36 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-sqlite part.

(taca)

2008-06-22 15:45:12 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-postgresql part.

(taca)

2008-06-22 15:44:49 UTC MAIN commitmail json YAML

Update ruby-DBI pacakge to 0.2.0, ruby-DBD-mysql part.

(taca)

2008-06-22 15:44:06 UTC MAIN commitmail json YAML

ruby-DBI pacakge to 0.2.0.

== 0.2.0 - 03/16/2008

=== Summary

* SQLite (2.x) driver rewritten in ruby
* SQLite (3.x) driver provided by Jun Mukai
* Migrated DBD::Pg to 'pg' low-level library
* bytea and LOB support for DBD::Pg
* New DBD Test suite
* Tons of bug fixes

commit:: 7bc29dd74badd75daa99b4c1f2c97e93dbc6a405
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Fri Mar 14 11:13:48 2008 -0700

* Fixed two bugs in the Pg driver (thanks again Mike Pomraning):
* A tables bug where the system tables were not being sent back.
* A columns bug where the columns were not properly selected when the schema search path was altered.

commit:: eaf228bdf1c992cd8c523872057e5d2e1901eb6d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Wed Mar 12 15:35:08 2008 -0700

* Fix for timestamp type handling under mysql

commit:: ce4c59e0a60f0dc4bbd66cc84c1b2a50df17c6ca
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Tue Mar 11 10:58:18 2008 -0700

* Some fixes for timestamp handling for SQLite3

commit:: beb4c5b31b355180761df024c6933e1b67a2f59c
Author:: Erik Hollensbe <erik@hollensbe.org>
Date::  Tue Mar 11 09:09:37 2008 -0700

* Patch provided by Mike Pomraning that gets timestamps in a sane fashion!

commit:: a6d70ffb23bb0493cd73ebe38dd413a9d86173bd
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 19:05:58 2008 -0800

* Fixed a DBI::Timestamp#to_s error

commit:: 48690de14c144ac030b12a2a627db611a0ca257c
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 01:19:42 2008 -0800

* Fix for #3916 - sth.any? and sth.rows.zero? not consistent across DBDs

commit:: 55f118d3e54dc546b133083271d80caccf00ab53
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Mar 8 00:34:51 2008 -0800

* Peter Schiller's thread-safety patch
* Some more tests surrounding the row count and fetchable?

commit:: b496e0d981891fad6291dc49161963a15f05472a
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 22:55:07 2008 -0800

* Plenty of DBI::Time fixes (based on a patch from #7710 and tests that were written as generals)

commit:: 679bde33924ee368322f7ece4509822e07e68955
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 21:42:00 2008 -0800

* #6965 Fix and test (not ideal, but it does work)

commit:: 3819bd468b941465abaffd6b7adc5afa1ddd0406
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 21:11:06 2008 -0800

* #4727 integrated

commit:: 32c0e5e6fea308cd52891bf6dac589ad84b29ba4
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Thu Mar 6 20:57:00 2008 -0800

* Applied patch from ticket #7711

commit:: 34286112df17fbdb7588f45b176a42fb3a77aaae
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:56:35 2008 -0800

* Fixed bug #10466

commit:: 1f19663fd9b31b0f2f0a111f227220d5ee8cbe1d
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:09:44 2008 -0800

* Fixed #1082

commit:: f3e6e077e4073c892d8449ec6e1912ffe9f76f95
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 12:02:23 2008 -0800

* ByteA fixes!

commit:: 8668eb0c1561b49b144f4a56c3edc2bce90bc2a0
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sun Feb 24 00:29:00 2008 -0800

* Fixed most of the LOB support (yay!)

commit:: 32ac057631b16429051c90fa9aab3ed1bb560e32
Author:: Erik Hollensbe <erikh@speyside.(none)>
Date::  Sat Feb 23 23:35:19 2008 -0800

* Initial porting attempt from ruby-postgres to ruby-pg
* Test fixes and additions

== 0.1.2 - 02-Sep-2006

=== General
* Paul DuBois: test/dbi/tc_dbi.rb: DBI version number test failed because it
  was expected to be 0.1.0. (Should have been 0.1.1.) But 0.1.1 has been
  released, so update DBI version number and expected number in test to 0.1.2.

(taca)

2008-06-22 15:30:43 UTC MAIN commitmail json YAML

Update distinfo alog update to 0.17014.

(taca)

2008-06-22 06:04:44 UTC MAIN commitmail json YAML

Support PKG_DESTDIR_SUPPORT.

(taca)

2008-06-22 03:31:52 UTC MAIN commitmail json YAML

Fix BUILDLINK_API_DEPENDS.ruby18-rcairo.  Therei is no ruby-rcairo package
version 1.6.0 or later but 1.2.0 and later.

(taca)

2008-06-22 02:38:27 UTC MAIN commitmail json YAML

2008-06-22 02:34:26 UTC MAIN commitmail json YAML

Explicitly set DISTFILES.

Why it had no problem a little while ago?

(taca)

2008-06-21 10:43:33 UTC MAIN commitmail json YAML

Note addition of www/zope211 package version 2.11.0.

(taca)

2008-06-21 10:40:30 UTC MAIN commitmail json YAML

Add and enable zope211.

(taca)

2008-06-21 10:39:31 UTC MAIN commitmail json YAML

Importing Zope 2.11.0.


Some new features of Zope 2.11:

    * ZODB 3.8 with blob support (binary large objects)
    * Zope 3.4 integration
    * transactional Mailhost implementation
    * lots of minor improvements and fixes

For more information on what is new in this release, see the CHANGES.txt
files for the release:

http://www.zope.org/Products/Zope/2.11.0/CHANGES.txt


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-21 10:34:59 UTC MAIN commitmail json YAML

Note update of www/squid package to 2.6.20.

(taca)

2008-06-21 10:33:55 UTC MAIN commitmail json YAML

Update squid package to 2.6.20 (2.6.STABLE20).
It would be last 2.6 stable release.

Changes to squid-2.6.STABLE20 (25 Apr 2008)

- Bug #2263: Custom log formats fail to log file sizes >2GB properly
  on 32-bit platforms
- Fix stripping NT domain in squid_ldap_group
- Bug #2278: Cache-Control: max-stale=0 forwarded wrongly as max-stale
(without delta)
- Bug #2283: Fails to parse chunked encoding using chunk extensions
- Bug #420: Deal properly with empty list HTTP header members
- Windows Server 2008 support
- Bug #1886: tcp_outgoing_address acl doesn't work with indirect
  source address (follow-x-forwarded-for)
- Bug #2296: Stuck in 100% CPU when fetching an corrupt peer digest
- Add support for the resolv.conf domain directive, and also
  automatically derived default domain
- minimum_icp_query_timeout directive
- Bug #2329: Range header ignored on HIT

(taca)

2008-06-21 10:12:59 UTC MAIN commitmail json YAML

Fix destdir installation problem, noted by private mail from joerg@.

(taca)

2008-06-21 03:58:51 UTC MAIN commitmail json YAML

* Don't install an extra file.  Noted via private mail from joerg@.
* Remove redundant EXTRACT_SUFX from Makefile.

(taca)

2008-06-20 17:50:48 UTC MAIN commitmail json YAML

Add missing libart2.rb to PLIST.

Noted by private mail from joerg@.

(taca)

2008-06-20 17:26:31 UTC MAIN commitmail json YAML

Oops, wrong distinfo file.

(taca)

2008-06-20 15:51:25 UTC MAIN commitmail json YAML

Note update of devel/ruby-mode package to 1.8.7.22.

(taca)

2008-06-20 15:50:25 UTC MAIN commitmail json YAML

Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo file
with lang/ruby18-base package.

Nothing changed but share DISTFILES with Ruby 1.8.7 patchlevel 22.

(taca)

2008-06-20 15:46:41 UTC MAIN commitmail json YAML

Note update of Ruby 1.8.7 patchlevel 22; update these packages to 1.8.7.22.

lang/ruby18-base
devel/ruby-curses
devel/ruby-readline
x11/ruby-tk
lang/ruby18
lang/ruby

(taca)

2008-06-20 15:43:14 UTC MAIN commitmail json YAML

Sort order with ruby-readline.

(taca)

2008-06-20 15:42:12 UTC MAIN commitmail json YAML

Update distinfo for Ruby 1.8.7 patchlevel 22.

(taca)

2008-06-20 15:41:55 UTC MAIN commitmail json YAML

Update distinfo for Ruby 1.8.7 patchlevel 22 with sharing distinfo file
with lang/ruby18-base package.

(taca)

2008-06-20 15:40:25 UTC MAIN commitmail json YAML

Update distinfo for Ruby 1.8.7 patchlevel 22.

(taca)

2008-06-20 15:39:29 UTC MAIN commitmail json YAML

Update Ruby 1.8.7 patchlevel 22.

This is security fix:

http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities

Fri Jun 20 18:25:18 2008  Nobuyoshi Nakada  <nobu@ruby-lang.org>

* string.c (rb_str_buf_append): should infect.

Fri Jun 20 16:33:09 2008  Nobuyoshi Nakada  <nobu@ruby-lang.org>

* array.c (rb_ary_store, rb_ary_splice): not depend on unspecified
  behavior at integer overflow.

* string.c (str_buf_cat): ditto.

Wed Jun 18 22:24:46 2008  URABE Shyouhei  <shyouhei@ruby-lang.org>

* array.c (ary_new, rb_ary_initialize, rb_ary_store,
  rb_ary_aplice, rb_ary_times): integer overflows should be
  checked. based on patches from Drew Yao <ayao at apple.com>
  fixed CVE-2008-2726

* string.c (rb_str_buf_append): fixed unsafe use of alloca,
  which led memory corruption. based on a patch from Drew Yao
  <ayao at apple.com> fixed CVE-2008-2726

* sprintf.c (rb_str_format): backported from trunk.

* intern.h: ditto.

Tue Jun 17 15:09:46 2008  Nobuyoshi Nakada  <nobu@ruby-lang.org>

* file.c (file_expand_path): no need to expand root path which has no
  short file name.  [ruby-dev:35095]

Sun Jun 15 19:27:40 2008  Akinori MUSHA  <knu@iDaemons.org>

* configure.in: Fix $LOAD_PATH.  Properly expand vendor_ruby
  directories; submitted by Takahiro Kambe <taca at
  back-street.net> in [ruby-dev:35099].

(taca)

2008-06-20 15:38:45 UTC MAIN commitmail json YAML

Start updating Ruby 1.8.7 patchlevel 22.

Update RUBY18_PATCHLEVEL to 22.

(taca)

2008-06-19 15:55:04 UTC MAIN commitmail json YAML

Correct format of "# used by" lines.

(taca)

2008-06-19 15:53:54 UTC MAIN commitmail json YAML

Note update of devel/ruby-mode package to 1.8.7.17.

(taca)

2008-06-19 15:52:13 UTC MAIN commitmail json YAML

Update ruby-mode package to 1.8.7.17.

* misc/ruby-mode.el: move fontifying code from hook.  a patch from
  Phil Hagelberg <phil at hagelb.org> in [ruby-core:16636].

* misc/rdebug.el, misc/README: Remove rdebug.el as per request
  from the maintainer and mention the ruby-debug project at
  RubyForge in README; bug#19043.

* misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels
  inside blocks in switch and function top level.

* misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead
  of calling `run-hooks' directly to run the mode hook.  patch from
  Chiyuan Zhang <pluskid AT gmail.com> in [ruby-core:15915]

* misc/ruby-mode.el (ruby-parse-partial): handle stringified
  symbols properly using ruby-forward-string.

* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.

* misc/ruby-style.el: new file.  C/C++ style for ruby source code.

(taca)

2008-06-19 15:43:55 UTC MAIN commitmail json YAML

This file isn't used any more.

(taca)

2008-06-19 15:40:17 UTC MAIN commitmail json YAML

Note update of Ruby 1.8.7:

lang/ruby18-base to 1.8.7.17
databases/ruby-gdbm to 1.8.7.17
devel/ruby-curses to 1.8.7.17
devel/ruby-readline to 1.8.7.17
x11/ruby-tk to 1.8.7.17
lang/ruby18 to 1.8.7.17
lang/ruby to 1.8.7.17

I omit PKGREVISION bump with denepndency.

And updated packages to build with Ruby 1.8.7.

comms/ruby-termios to 0.9.5nb2
math/ruby-rb-gsl to 1.9.2nb1
textproc/ruby-eruby to 1.0.5nb7
textproc/ruby-itex2MML to 1.2.3nb1
www/ap-ruby to 1.2.6nb1
devel/ruby-debug-ide to 0.1.10
meta-pkgs/ruby-gnome2 to 0.17.0rc1
textproc/ruby-native-hyperestraier to 1.0.0.1.4.13nb1
textproc/ruby-pure-hyperestraier to 1.0.0.1.4.13nb1
x11/kdebindings-ruby to 3.5.9nb1

(taca)

2008-06-19 15:24:36 UTC MAIN commitmail json YAML

Use more INSTALLATION_DIRS.  There should be no functional change.

(taca)

2008-06-19 15:24:04 UTC MAIN commitmail json YAML

use more INSTALLATION_DIRS.  There should be no functional change.

(taca)

2008-06-19 15:21:35 UTC MAIN commitmail json YAML

2008-06-19 15:19:45 UTC MAIN commitmail json YAML

2008-06-19 15:19:25 UTC MAIN commitmail json YAML

2008-06-19 15:18:31 UTC MAIN commitmail json YAML

2008-06-19 15:16:28 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:15:28 UTC MAIN commitmail json YAML

Update to ruby-gnome2-panelapplet to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:15:06 UTC MAIN commitmail json YAML

2008-06-19 15:14:44 UTC MAIN commitmail json YAML

Update to ruby-gnome2-gnome to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:14:15 UTC MAIN commitmail json YAML

2008-06-19 15:13:54 UTC MAIN commitmail json YAML

Update to ruby-gnome2-gnomeprint to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:13:26 UTC MAIN commitmail json YAML

Update to ruby-gnome2-rsvg to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:13:03 UTC MAIN commitmail json YAML

Update to ruby-gnome2-libart to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:12:35 UTC MAIN commitmail json YAML

Update to ruby-gnome2-gnomecanvas to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:12:10 UTC MAIN commitmail json YAML

Update to ruby-gnome2-gdkpixbuf to 0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:11:45 UTC MAIN commitmail json YAML

2008-06-19 15:11:24 UTC MAIN commitmail json YAML

2008-06-19 15:10:49 UTC MAIN commitmail json YAML

Update to ruby-gnome2-0.17.0rc1 to build with newer gnome packages.

(taca)

2008-06-19 15:10:28 UTC MAIN commitmail json YAML

2008-06-19 15:08:23 UTC MAIN commitmail json YAML

2008-06-19 15:06:11 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:05:21 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:05:15 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:04:55 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:04:36 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 15:02:17 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.
- And make it build with Ruby 1.8.7, too.

Bump PKGREVISION.

(taca)

2008-06-19 15:01:17 UTC MAIN commitmail json YAML

use vendor_dir with Ruby 1.8.7.

(taca)

2008-06-19 14:58:13 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:57:45 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:57:36 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:57:20 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:56:48 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:56:39 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:56:14 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.
- And make it build with Ruby 1.8.7, too.

Bump PKGREVISION.

(taca)

2008-06-19 14:55:48 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:55:41 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:55:16 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.
- And make it build with Ruby 1.8.7, too.

Bump PKGREVISION.

(taca)

2008-06-19 14:54:37 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:54:26 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:54:08 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:53:34 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:53:26 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:53:07 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:52:45 UTC MAIN commitmail json YAML

2008-06-19 14:52:36 UTC MAIN commitmail json YAML

2008-06-19 14:52:11 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:51:17 UTC MAIN commitmail json YAML

- Switch to use vendor_dir with Ruby 1.8.7.
- Compile with gsl-1.11 (and maybe later).

Bump PKGREVISION.

(taca)

2008-06-19 14:50:09 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:49:51 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:48:43 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:48:18 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:47:54 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:47:42 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:47:01 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:46:37 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:46:07 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:45:39 UTC MAIN commitmail json YAML

2008-06-19 14:44:40 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:44:06 UTC MAIN commitmail json YAML

2008-06-19 14:43:56 UTC MAIN commitmail json YAML

2008-06-19 14:42:43 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:42:24 UTC MAIN commitmail json YAML

Switch to use vendor_dir with Ruby 1.8.7.

Bump PKGREVISION.

(taca)

2008-06-19 14:39:58 UTC MAIN commitmail json YAML

2008-06-19 14:39:00 UTC MAIN commitmail json YAML

Add comments where this file is used.

(taca)

2008-06-19 14:37:41 UTC MAIN commitmail json YAML

2008-06-19 14:37:16 UTC MAIN commitmail json YAML

2008-06-19 14:36:53 UTC MAIN commitmail json YAML

2008-06-19 14:36:28 UTC MAIN commitmail json YAML

2008-06-19 14:35:37 UTC MAIN commitmail json YAML

2008-06-19 14:30:45 UTC MAIN commitmail json YAML

Start of updating Ruby to 1.8.7.

* Update RUBY18_VERSION to 1.8.7 and RUBY18_PATCHLEVEL to 17.
* Use vendor_ruby instead for site_ruby.
* Introduce macros for relative path and use them instead of old absolete
  path.

RUBY_LIB lib/ruby/${RUBY_VER_DIR}
RUBY_ARCHLIB ${RUBY_LIB}/${RUBY_ARCH}
RUBY_SITELIB_BASE lib/ruby/site_ruby
RUBY_SITELIB ${RUBY_SITELIB_BASE}/${RUBY_VER_DIR}
RUBY_SITEARCHLIB ${RUBY_SITELIB}/${RUBY_ARCH}
RUBY_VENDORLIB_BASE lib/ruby/vendor_ruby
RUBY_VENDORLIB ${RUBY_VENDORLIB_BASE}/${RUBY_VER_DIR}
RUBY_VENDORARCHLIB ${RUBY_VENDORLIB}/${RUBY_ARCH}
RUBY_DOC share/doc/${RUBY_NAME}
RUBY_EG share/examples/${RUBY_NAME}

  Old these macros are removed after 2008Q2 branch.

RUBY_LIBDIR
RUBY_ARCHLIBDIR
RUBY_SITELIBDIR
RUBY_SITEARCHLIBDIR
RUBY_VENDORLIBDIR
RUBY_VENDORARCHLIBDIR
RUBY_DOCDIR
RUBY_EXAMPLESDIR

  * update PRINT_PLIST_AWK macro to reality and move some of them from
    ruby/modules.mk to ruby/rubyversion.mk.

(taca)

2008-06-19 14:10:16 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 1.4.1nb2.

(taca)

2008-06-19 14:08:42 UTC MAIN commitmail json YAML

Add a security fix for kses, HTML filter which isn't used with default
configuration: http://www.geeklog.net/article.php/kses.

Also fix one pkglint warning.

Bump PKGREVISION.

(taca)

2008-06-19 12:38:45 UTC MAIN commitmail json YAML

make GEEKLOG_BASE and GEEKLOG_PUB settable.

(taca)

2008-06-19 01:13:32 UTC MAIN commitmail json YAML

+ruby-activesambaldap-0.0.6

(taca)

2008-06-18 16:30:01 UTC MAIN commitmail json YAML

+apache-2.2.9, firefox-3.0, ruby-activeldap-1.0.1, spamassassin-3.2.5, wine-1.0.
-ruby18-base-1.8.7 (should be covered by ruby-1.8.7).

(taca)

2008-06-16 16:06:23 UTC MAIN commitmail json YAML

Note addition of sysutils/smbldap-tools package version 0.9.5.

(taca)

2008-06-16 16:05:10 UTC MAIN commitmail json YAML

Add and enable smbldap-tools.

(taca)

2008-06-16 16:04:25 UTC MAIN commitmail json YAML

Importing smbldap-tools version 0.9.5.  It has still experimental phase.


Smbldap-tools is a set of scripts designed to help integrate Samba and
a LDAP directory.  They target both users and administrators of unix
systems.

Users can change their password in a way similar to the standard
`passwd' command.

Administrators can perform user and group management command line
actions and synchronise Samba account management consistently.

A version of these tools are bundled with samba, but this set is from
the master development site and is generally more up to date.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-13 11:17:27 UTC MAIN commitmail json YAML

+bind-9.5.0,openldap-2.4.10,openoffice-2.4.1

(taca)

2008-06-11 14:21:53 UTC MAIN commitmail json YAML

Note addition of converters/p5-Unicode-Map and
converters/p5-Unicode-MapUTF8 packages.

(taca)

2008-06-11 14:18:15 UTC MAIN commitmail json YAML

Add and enable p5-Unicode-Map and p5-Unicode-MapUTF8.

(taca)

2008-06-11 14:17:10 UTC MAIN commitmail json YAML

Importing p5-Unicode-MapUTF8 version 1.11, based on wip package.

Provides an adapter layer between core routines for converting to and from
UTF8 and other encodings.  In essence, a way to give multiple existing
Unicode modules a single common interface so you don't have to know
the underlaying implementations to do simple UTF8 to-from other character
set encoding conversions.  As such, it wraps the Unicode::String,
Unicode::Map8, Unicode::Map and Jcode modules in a standardized and
simple API.

This also provides general character set conversion operation based
on UTF8 - it is possible to convert between any two compatible and
supported character sets via a simple two step chaining of conversions.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-11 14:12:29 UTC MAIN commitmail json YAML

Importing p5-Unicode-Map version 0.112, based on wip package.

This module converts strings from and to 2-byte Unicode UCS2 format. All
mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
To transform these use Unicode::String.

This module can't deal directly with utf8. Use Unicode::String to convert
utf8 to utf16 and vice versa.

Character mapping is according to the data of binary mapfiles in
Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
enabling you to install own specific character sets.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-06-08 05:24:20 UTC MAIN commitmail json YAML

Note update of x11/xfd package to 1.0.1nb1.

(taca)

2008-06-08 05:22:57 UTC MAIN commitmail json YAML

Add a missing application default file to PLIST.
Reported by PR pkg/38845 from Hasso Tepper.

Bump PKGREVISION.

(taca)

2008-06-06 16:09:06 UTC MAIN commitmail json YAML

Note update of www/plone3 package to 3.1.2.

(taca)

2008-06-06 16:08:07 UTC MAIN commitmail json YAML

Update plone3 package to 3.1.2.

* Correct registration of the Sarissa javascript library: current KSS uses it
  as well. Fixes bug 8141.
* Correct handling of external links in the portal section tabs. Fixes bug 7155.
* Correct display of sub-collections. Fixes bug 8159.
* Use a custom permission for collection portlets so users can use it on their
  dashboard.
* Fix handling of unicode versioning comments. Fixes bug 7400.
* Update translations.
* Do not allow backquotes in URLs but replace them with a dash.
* Make CSS classes for the navigation tree more consistent.
* KSS updates:
      o kss.demo is no longer required.
      o Improve support for Sarari 3.1.
      o Correct logging of doubly registered actions.
* Update the quick installer tool:
      o Log ImportErrors in installation methods instead of silently ignoring
        them.
      o Sort products by title instead of id. This fixes bug 8012.
      o Fix installation/upgrade of products which had pre-Plone 3.0/CMF 21
        style actions.
* Update the kupu visual editor:
      o Add a hint for Deliverance so it will not style kupu pages.
      o Fix Plone bugs 7779, 7958, 7990, 8003, 8009, 8014, 8039, 8080, and
        8129 .
* Update Zope:
      o Bug 142350: Display description for properties as row title, if present.
      o Bug 143813: zopectl now exits non-zero when child processes fail.
      o Bug 164783: Indexes were migrated on initial creation of a ZODB.
      o Bug 173658: Removed dead code in OFS.Traversable's
        unrestrictedTraverse (apparent NameError).
      o Bug 198274: "empty" ZopePageTemplates could not be unpickled.
      o Bug 200007: DateTime(anotherDateTime) now preserves the timezone.
      o Bug 213311: Handle "unsubscriptable object" errors during publishing
        traversal.
      o zope.security: upgrade to version 3.3.3, which contains a backport
        of a huge performance bugfix from the 3.4 branch.

(taca)

2008-06-06 16:07:14 UTC MAIN commitmail json YAML

Start update of plone3 to 3.1.2.

(taca)

2008-06-06 03:31:24 UTC MAIN commitmail json YAML

+mew-6.1,opencobol-1.0.

(taca)

2008-06-02 08:40:08 UTC MAIN commitmail json YAML

Fix last changed entry; audio/libmikmod.

(taca)

2008-06-01 15:15:40 UTC MAIN commitmail json YAML

+ruby-1.8.7 [taca]

(taca)

2008-05-30 02:32:47 UTC MAIN commitmail json YAML

Update MASTER_SITES to usable site althogh this package will be removed.

(taca)

2008-05-29 13:56:14 UTC MAIN commitmail json YAML

s/samba-3.0.29/samba-3.0.30/

(taca)

2008-05-29 03:05:21 UTC MAIN commitmail json YAML

-openssh-5.0p1
+openssl-0.9.8h

(taca)

2008-05-25 16:20:32 UTC MAIN commitmail json YAML

Note addition of x11/xvidtune package version 1.0.1.

(taca)

2008-05-25 16:19:23 UTC MAIN commitmail json YAML

Add and enable xvidtune.

(taca)

2008-05-25 16:18:35 UTC MAIN commitmail json YAML

Importing xvidtune 1.0.1.

Xvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension).  It can show current video mode, switch the
video mode and interactively adjust current video mode.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-05-25 15:59:36 UTC MAIN commitmail json YAML

+squirrelmail-1.4.15

(taca)

2008-05-22 02:36:45 UTC MAIN commitmail json YAML

+samba-3.0.29

(taca)

2008-05-19 22:19:27 UTC MAIN commitmail json YAML

Note addtion of x11/xfd package version 1.0.1.

(taca)

2008-05-19 22:17:09 UTC MAIN commitmail json YAML

Add and enable xfd.

(taca)

2008-05-19 22:15:55 UTC MAIN commitmail json YAML

Importing xfd 1.0.1 which was missing moduler xorg packages.


The xfd utility creates a window containing the name of the font being
displayed, a row of command buttons, several lines of text for display-
ing character metrics, and a grid containing one glyph per cell.
The characters are shown in increasing order from left to right, top to
bottom.

This is the version of xfd maintained by Xorg.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2008-05-14 14:02:19 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.6.9p16.

(taca)

2008-05-14 14:00:16 UTC MAIN commitmail json YAML

Update security/seudo pacakge to 1.6.p16.

Major changes since Sudo 1.6.9p15:

o There was missing whitespace before the ldap libraries in the Makefile
  for some configurations.

o LDAPS_PORT may not be defined on older Solaris LDAP SDKs.

o If the LDAP server could not be contacted and the user was not present
  in sudoers, a syntax error in sudoers was incorrectly reported.

(taca)

2008-05-14 10:09:00 UTC MAIN commitmail json YAML

Fix build problem with recent NetBSD current with post version
of OpenSSL 0.9.8g.

Since this is fix for build problem only, I don't bump PKGREVISION.

(taca)

2008-05-11 16:30:56 UTC MAIN commitmail json YAML

Note update of www/zope29 and www/zope210 pacakge.

(taca)

2008-05-11 16:28:54 UTC MAIN commitmail json YAML

Add comments that this file is used by zope29 and zope210.

(taca)

2008-05-11 16:28:03 UTC MAIN commitmail json YAML

Update zope210 package to 2.10.6.

Zope 2.10.6 (2008/05/10)

Bugs fixed

Launchpad #142350: Display description for properties as row title, if present.
Launchpad #200007: DateTime(anotherDateTime) now preserves the timezone.
Launchpad #213311: Handle "unsubscriptable object" errors during publishing traversal.
Launchpad #143813: zopectl now exits non-zero when child processes fail.
Launchpad #173658: Removed dead code in OFS.Traversable's unrestrictedTraverse (apparent NameError).
Launchpad #198274: "empty" ZopePageTemplates could not be unpickled.
zope.security: switched to use standalone 3.3.3 version, which contains a backport of a huge performance bugfix from the 3.4 branch.
Launchpad #164783: Indexes were migrated on initial creation of a ZODB.

(taca)

2008-05-11 16:27:17 UTC MAIN commitmail json YAML

Update zope29 package to 2.9.9:

Zope 2.9.9 (2008/05/10)

Bugs fixed

Launchpad #142350: Display description for properties as row title, if present.
Launchpad #200007: DateTime(anotherDateTime) now preserves the timezone.
Launchpad #143813: zopectl now exits non-zero when child processes fail.
Launchpad #143748: remove broken use of logging module in Products.Five.fiveconfigure.handleBrokenProduct. Fixed by upgrading to Products.Five 1.3.11.
Launchpad #147201: treat container-class in zope.conf as a string, making it possible to use types from extra products directories.
Collector #2287: form :record objects did not implement enough of the mapping protocol.
Collector #2346: username logging in FCGI crashed the server
Collector #2332: SessionDataManger: don't swallow ConflictErrors
Collector #146408: fixed broken logger call in Transience.py

(taca)

2008-05-11 16:26:37 UTC MAIN commitmail json YAML

Update ZOPE29_VERSION and ZOPE210_VERSION.

(taca)

2008-05-10 09:07:21 UTC MAIN commitmail json YAML

Note update of www/plone3 pacakge to 3.1.1.

(taca)

2008-05-10 09:06:00 UTC MAIN commitmail json YAML

2008-05-10 09:05:35 UTC MAIN commitmail json YAML

Make PLONE3_VERSION to 3.1.1.

(taca)

2008-04-16 23:21:34 UTC MAIN commitmail json YAML

+firefox-2.0.0.14.

(taca)

2008-04-12 14:53:25 UTC MAIN commitmail json YAML

+snort-2.8.1.

(taca)

2008-04-12 14:44:05 UTC MAIN commitmail json YAML

Depends ja-shinonome package 0.9.11 and lator noted by obache.
Also pkgsrc change:

- Use META_PACKAGE.

To do: switch to PKG_OPTION frame work.

(taca)

2008-04-08 06:36:47 UTC MAIN commitmail json YAML

Fix build problem with hpn-patch option enabled.

(taca)

2008-04-07 03:40:02 UTC MAIN commitmail json YAML

Note update of fonts/jisx0208fonts package to 200301316nb2.

(taca)

2008-04-07 03:38:58 UTC MAIN commitmail json YAML

Bump PKGREVISION reflecting update of fonts/ja-shinonome packages.

(taca)

2008-04-06 07:49:55 UTC MAIN commitmail json YAML

Remove MASTER_SITES since now it use RubyGems' MASTER_SITES.

(taca)

2008-04-02 01:31:30 UTC MAIN commitmail json YAML

Note update of www/squid package to 2.6.19.

(taca)

2008-04-02 01:30:37 UTC MAIN commitmail json YAML

Update squid package to 2.6.19 (2.6.STABLE19).

Changes to squid-2.6.STABLE19 (19 Mar 2008)

- Fix tcp_outgoing_address example config to match its description
- Bug #2198: assertion failed sc != NULL when using peer monitor
  function
- Fix missing default disk store type into QUICKSTART example.
- Bugzilla #761 : Handle recursive completion operations in diskd.
- documentation bugfix for tcp_outgoing_tos directive
- Sort cache list in wccpv2 to ensure a consistent hash allocation
  across all services
- Updated Ukrainan error pages
- Compile error in squid_kerb_auth under Mac OS X 10.5.2
- squid_radius_auth failed ro process more than 256 requests
- Clarified description of 'cache_vary' directive
- Make range_offset_limit 0 disable local range processing as
  documented, even if the first range starts at 0

(taca)

2008-04-01 01:41:37 UTC MAIN commitmail json YAML

-nss_ldap-260.

(taca)

2008-04-01 01:40:05 UTC MAIN commitmail json YAML

Note update of databases/nss_ldap package to 260.

(taca)

2008-04-01 01:39:24 UTC MAIN commitmail json YAML

Update nss_ldap package to 260 based on PR pkg/38346 from Taku YASUI.
This update includes security fix for CVE-2007-5794.

Changes from 240 is too much to list here.  See ChangeLog, please.

(taca)

2008-03-31 07:53:15 UTC MAIN commitmail json YAML

+openssh-4.9.1.

(taca)

2008-03-29 14:19:22 UTC MAIN commitmail json YAML

-sudo-1.6.9p13

sudo is now 1.6.9p15.

(taca)

2008-03-29 14:18:04 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.6.9p15.

(taca)

2008-03-29 14:16:58 UTC MAIN commitmail json YAML

Update sudo package to 1.6.9p15.

653) Fixed installation of sudo_noexec.so on AIX.

654) Updated libtool to version 1.5.26.

655) Fixed printing of default SELinux role and type in -V mode.

656) The HOME environment variable is once again preserved by default,
    as per the documentation.

(taca)

2008-03-29 14:02:08 UTC MAIN commitmail json YAML

Add RUBY_REQD to 1.8.6.110.  Advised from obache@ via private mail.

(taca)

2008-03-29 13:15:18 UTC MAIN commitmail json YAML

Note update of www/mongrel package and
remove of devel/ruby-fastthread package.

(taca)

2008-03-29 13:13:29 UTC MAIN commitmail json YAML

Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it.

(taca)

2008-03-29 13:08:48 UTC MAIN commitmail json YAML

Remove dependency to ruby-fastthread.

(taca)

2008-03-29 13:07:45 UTC MAIN commitmail json YAML

Remove dependency to ruby-fastthread since it was already incorporated
to Ruby 1.8.6 patchlevel 110 and fixed some problem with it.

Bump PKGREVISION.

(taca)

2008-03-26 00:56:41 UTC MAIN commitmail json YAML

+firefox-2.0.0.13

(taca)

2008-03-23 13:20:44 UTC MAIN commitmail json YAML

-ruby-qdbm-1.0.0.1.8.77 (it has already updated, sorry)

(taca)

2008-03-23 12:42:29 UTC MAIN commitmail json YAML

+clearsilver-0.10.5, clearsilver-base-0.10.5, hoe-1.5.1, instiki-0.13,
qdbm-1.8.77, ruby-clearsilver-0.10.5, ruby-daemons-1.0.10,
ruby-gem_plugin-0.2.3, ruby-mysql-2.7.5, ruby-qdbm-1.0.0.1.8.77,
ruby-rgl-0.3.1, ruby-rb-gsl-1.10.3, ruby-rdtool-0.6.22

(taca)

2008-03-23 11:08:53 UTC MAIN commitmail json YAML

Use INSTALLATION_DIRS.

(taca)

2008-03-22 04:41:30 UTC MAIN commitmail json YAML

Note update of net/netatalk package to 2.0.3nb9.

(taca)

2008-03-22 04:40:45 UTC MAIN commitmail json YAML

Install an rc script for cnid_metad as reported by
PR pkg/38268 from HAT.

And a little pkglint fixes.

Bump PKGREVISION.

(taca)

2008-03-22 04:30:53 UTC MAIN commitmail json YAML

- Honor PKGMANDIR.
- Use INSTALLATION_DIRS.

(taca)

2008-03-14 01:14:48 UTC MAIN commitmail json YAML

Note update of mail/postfix package to 2.5.1nb1.

(taca)

2008-03-14 01:13:36 UTC MAIN commitmail json YAML

Set data_directory's default to "/var/db/postfix" and create it properly
install stage.

It should be fix some problem; running tls and find command's error
on start.

Bump PKGREVISION.

(taca)

2008-03-13 16:51:24 UTC MAIN commitmail json YAML

Note update of textproc/namazu package to 2.0.18.

(taca)

2008-03-13 16:50:41 UTC MAIN commitmail json YAML

Update namazu package to 2.0.18.

Overview of Changes in Namazu 2.0.18 - May 12, 2008

* Add 'Charset' directive.
* "charset" was added to "ContentType" of the example in
  conf/namazurc-sample.
* "charset" was added to the response header in Error messages for
  namazu.cgi.
* Add HTML, BODY tags in Error messages for namazu.cgi.
* '\'', '(', ')' is converted into "&#39;", "&#40;", "&#41;"
  respectively.
* Add po/{de, pl}.po files. (But, it doesn't translate.)
* Change charset from SJIS to Shift_JIS in po/ja_SJIS.po.
* Change soname (LTVERSION 8:0:1)
* pltests/env.pl: The checked environment variable and version of
  the checked Perl module is added.
* pltests/mknmz-8.pl.in: The confirmation whether the index
  has been updated is added.
* pltests/namazu-cgi-12.pl.in: Add new test.
* tests/mknmz-9: Expand test file.
* filter/hnf.pl: Correspondence GRP and bug fix.
* conf/*.win32: Add new files.

(taca)

2008-03-11 16:43:12 UTC MAIN commitmail json YAML

Remove textproc/ruby18-libxml.  It is now in textproc/ruby-libxml.

(taca)

2008-03-11 16:42:08 UTC MAIN commitmail json YAML

Rename ruby18-libxml to ruby-libxml.

(taca)

2008-03-11 16:41:23 UTC MAIN commitmail json YAML

2008-03-11 16:08:24 UTC MAIN commitmail json YAML

Note math/ruby-gsl was Removed, please use math/ruby-rb-gsl instead.

(taca)

2008-03-11 16:07:17 UTC MAIN commitmail json YAML

Remove math/ruby-gsl since it successor exists as math/ruby-rb-gsl.

(taca)

2008-03-11 16:06:32 UTC MAIN commitmail json YAML

Remove ruby-gsl.

(taca)

2008-03-11 15:56:59 UTC MAIN commitmail json YAML

Note update of graphics/rabbit package to 0.5.5nb1.

(taca)

2008-03-11 15:56:10 UTC MAIN commitmail json YAML

Instead of installing some duplicated files with ruby-rttool pacakge,
depends on ruby-rttool pacakge.

Bump PKGREVISION.

(taca)

2008-03-11 15:53:40 UTC MAIN commitmail json YAML

Note update of security/sudo package to 1.6.9p14.

(taca)