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 (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 21:23:49 UTC Now

2011-12-15 15:38:05 UTC MAIN commitmail json YAML

Relax dependency to ruby-subexec.

Bump PKGREVISION.

(taca)

2011-12-15 15:37:19 UTC MAIN commitmail json YAML

Update ruby-chunky_png pacakge to 1.2.5.

Changes are unknown.

(taca)

2011-12-15 15:36:20 UTC MAIN commitmail json YAML

Update ruby-ttfunk package to 1.0.3.

Some license clarification only.

(taca)

2011-12-15 15:35:32 UTC MAIN commitmail json YAML

2011-12-15 15:34:17 UTC MAIN commitmail json YAML

Update ruby-activemerchant package to 1.20.0.

= ActiveMerchant CHANGELOG

== Version 1.20.0 (November 14, 2011)

* Add support for USA ePay Advanced SOAP interface [matthewcalebsmith/jduff]
* Beanstram: fix purchase with Secure Profile [pitr/jduff]
* Orbital: various fixes [Soleone]
* Add Samuari gateway by Fee Fighters [jkrall/odorcicd]
* Lock money gem to 3.7.1 or less since newer versions break in 1.9 [jduff]
* Braintree: handle gateway rejected transactions gracefully [braintreeps/jduff]
* Ogone: support different signature encryptors, custom currency and eci [ZenCocoon/rymai/jduff]
* Payflow Link: use secure token [jduff]
* Added refund method to Exact, Pay Junction and Skip Jack gateways [jduff]
* Elavon: added test url [kylekeesling/jduff]
* Fix redundent errors when credit card is expired [castiglione/jduff]
* Two Checkout: update service url [vampirechicken/jduff]

== Version 1.18.1 (September 23, 2011)

* Braintree: allow setting merchant_account_id on initialize [jduff]
* Realex: only send letters and numbers in shipping code field [Soleone]

== Version 1.18.0 (September 23, 2011)

* NoChex: Update the URL that payment requests are posted to [caseywhalen/jduff]
* QBMS: fixed test mode check [Soleone]
* Realex: encode avs info with shipping address [Soleone]
* Add Dwolla offsite gateway [armsteadj1/jduff]
* Eway: pass email, customer, description and options to store [moklett/tobi]
* New dependency: active_utils gem [odorcicd]
* Optimal Payments: fix test mode check [jduff]

(taca)

2011-12-15 15:33:12 UTC MAIN commitmail json YAML

Note update of www/contao210-translations package to 20111210.

(taca)

2011-12-15 15:32:21 UTC MAIN commitmail json YAML

2011-12-15 15:30:58 UTC MAIN commitmail json YAML

Note addition of www/ruby-rack-cache version 1.1 and
www/ruby-rack-ssl version 1.3.2.

(taca)

2011-12-15 15:30:21 UTC MAIN commitmail json YAML

Add and enable ruby-rack-cache and ruby-rack-ssl.

(taca)

2011-12-15 15:29:27 UTC MAIN commitmail json YAML

Importing www/ruby-rack-ssl package version 1.3.2.


Rack::SSL
=========

Force SSL/TLS in your app.

1. Redirects all "http" requests to "https"
2. Set `Strict-Transport-Security` header
3. Flag all cookies as "secure"


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 15:28:36 UTC MAIN commitmail json YAML

Importing www/ruby-rack-cache package version 1.1.

HTTP Caching for Rack.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 15:24:06 UTC MAIN commitmail json YAML

build against pkgsrc neon which is newer than the bundled one,
should fix build error due to neon incompatibility with newer openssl
seen in bulk build
bump PKGREV

(drochner)

2011-12-15 15:19:35 UTC MAIN commitmail json YAML

update to 0.29.6
changes:
-bugfixes (mostly SSL releated)
-docs updates

(drochner)

2011-12-15 15:14:19 UTC MAIN commitmail json YAML

Update of these packages:

devel/hoe 2.12.4
devel/ruby-inline 3.11.0
devel/ruby-little-plugger 1.1.3
devel/ruby-lockfile 2.1.0
devel/ruby-parser 2.3.1
devel/ruby-parsetree 3.0.8
devel/ruby-pathname2 1.6.5
devel/ruby-polyglot 0.3.3
devel/ruby-rcov 0.9.11
devel/ruby-sexp-processor 3.0.9
devel/ruby-subexec 0.2.0
devel/ruby2ruby 1.3.1

(taca)

2011-12-15 15:12:41 UTC MAIN commitmail json YAML

Update ruby2ruby package to 1.3.1.

=== 1.3.1 / 2011-09-22

* 1 minor enhancement:

  * Added parenthesize to add parens in certain contexts.

* 10 bug fixes:

  * Add newline to 'do nothing' comment in a block... seems contrived. (andreacampi)
  * Binary operations not work properly with some complex statements. (smorss)
  * Fixed if statements with no body (smorss)
  * Fixed logic for call with hash args in various locations (smorss)
  * Fixed match3 on an assignment. (smorss)
  * Fixed multiple nested rescue/ensure exprs (larsch)
  * Fixed process_alias to parenthesize (smorss)
  * Fixed process_and to parenthenize only when it makes sense.
  * Fixed rescue with 2+ statements in resbody (smorss)
  * Regexps with options other than /o were not showing flags. (smorss)

(taca)

2011-12-15 15:11:38 UTC MAIN commitmail json YAML

Update ruby-subexec package to 0.2.0.

Changes are unknown but it looks like log file support have added.

(taca)

2011-12-15 15:10:58 UTC MAIN commitmail json YAML

Update ruby-sexp-processor package to 3.0.9.

=== 3.0.9 / 2011-12-07

* 1 minor enhancement:

  * Add missing test for a ternary with nil without a space before the colon (brynary)

=== 3.0.8 / 2011-11-16

* 4 minor enhancements:

  * Add 6 missing ruby 1.9 tests (brynary)
  * Added new 1.9 hash tests to pt_testcase.rb
  * Version specific tests are now skipped at runtime, not test creation time
  * Added new block arg tests.

=== 3.0.7 / 2011-09-21

* 2 bug fixes:

  * Fixed and test to not have mandatory parens
  * Fixed r2r's handling of dregexp options

(taca)

2011-12-15 15:10:13 UTC MAIN commitmail json YAML

Update ruby-rcov pacakge to 0.9.11.

Change are unknown.

(taca)

2011-12-15 15:09:31 UTC MAIN commitmail json YAML

2011-12-15 15:08:49 UTC MAIN commitmail json YAML

Update ruby-pathname2 package to 1.6.5.

== 1.6.5 - 19-Sep-2011
* Added the String#to_path instance method. This returns a Pathname
  object.
* The architecture for the Windows gem is now "universal", and some
  gemspec dependencies were simplified.

(taca)

2011-12-15 15:08:08 UTC MAIN commitmail json YAML

Update ruby-parsetree pacakge to 3.0.8.

=== 3.0.8 / 2011-09-27

* 1 minor enhancement:

  * ParseTree.translate now does 'include Mod' calls instead of including their methods directly

(taca)

2011-12-15 15:07:27 UTC MAIN commitmail json YAML

Update ruby-parser package to 2.3.1.

=== 2.3.1 / 2011-09-21

* 2 bug fixes:

  * Fixed line numbers at end of special var+whitespace (larsch)
  * Holy crap I was smokin' something good... Fixed 1.9.3 warning

(taca)

2011-12-15 15:06:45 UTC MAIN commitmail json YAML

Update ruby-lockfile pacakge to 2.1.0.
(Changes for 2.1.0 is unknown.)

HISTORY
  2.0.0:
    - lock fires up a refresher thread when called without a block

(taca)

2011-12-15 15:05:22 UTC MAIN commitmail json YAML

Update ruby-little-plugger pacakge to 1.1.3.

== 1.1.3 / 2011-11-17

* 1 bug fix
  * Ensuring gem files are in a sorted order

(taca)

2011-12-15 15:04:43 UTC MAIN commitmail json YAML

Update ruby-inline pacakge to 3.11.0.

=== 3.11.0 / 2011-09-27

* 1 major enhancement:

  * Removed Module#options

=== 3.10.1 / 2011-09-13

* 1 bug fix:

  * Fix crap_for_windoze to use RbConfig for RUBY_SO_NAME. (jasonrickman)

(taca)

2011-12-15 15:03:47 UTC MAIN commitmail json YAML

Update hoe pacakge to 2.12.4.

=== 2.12.4 / 2011-11-28

* 3 bug fixes:

  * Fixed Hoe.read_utf to work on both 1.8 and 1.9. Unicode files FTW! (tenderlove)
  * Moved the rdoc dependency to the publish plugin from hoe-seattlerb.
  * Only load rdoc once to fix test loading bugs.

(taca)

2011-12-15 15:03:03 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.30.0 and
databases/ruby-pg package to 0.12.0.

(taca)

2011-12-15 15:02:03 UTC MAIN commitmail json YAML

Update ruby-pg package to 0.12.0.

== v0.12.0 [2011-12-07] Michael Granger <ged@FaerieMUD.org>

- PGconn#wait_for_notify
  * send nil as the payload argument if the NOTIFY didn't have one.
  * accept a nil argument for no timeout (Sequel support)
  * Fixed API docs
  * Taint and encode event name and payload
- Handle errors while rb_thread_select()ing in PGconn#block.
  (Brian Weaver).
- Fixes for Win32 async queries (Rafał Bigaj)
- Memory leak fixed: Closing opened WSA event. (rafal)
- Fixes for #66 Win32 asynchronous queries hang on connection
  error. (rafal)
- Fixed a typo in PGconn#error_message's documentation
- fixing unused variable warnings for ruby 1.9.3 (Aaron Patterson)
- Build system bugfixes
- Converted to Hoe
- Updates for the Win32 binary gem builds (Lars Kanis)

(taca)

2011-12-15 15:01:22 UTC MAIN commitmail json YAML

Update ruby-sequel package to 3.30.0.

=== 3.30.0 (2011-12-01)

* Handle usage of on_duplicate_key_update in MySQL prepared statements (jeremyevans) (#404)

* Make after_commit and after_rollback respect :server option (jeremyevans) (#401)

* Respect :connect_timeout option in the postgres adapter when using pg (glebpom, jeremyevans) (#402)

* Make Dataset#destroy for model datasets respect dataset shard when using a transaction (jeremyevans)

* Make :server option to Model#save set the shard to use (jeremyevans)

* Move Model#set_server from the sharding plugin to the base plugin (jeremyevans)

* Add :graph_alias_base association option for setting base name to use for table aliases when eager graphing (jeremyevans)

* Make ILIKE work correctly on Microsoft SQL Server if database/column collation is case sensitive (jfirebaugh) (#398)

* When starting a new dataset graph, assume existing selection is the columns to select from the current table (jeremyevans)

* Allow specifying nanoseconds and offsets when converting a hash or array to a timestamp (jeremyevans, jfirebaugh) (#395)

* Improve performance when converting Java types to ruby types in the jdbc adapter (jeremyevans, jfirebaugh) (#395)

* Fix tinytds adapter if DB.identifier_output_method = nil (jeremyevans)

* Explicitly order by the row number column when emulating offsets (jfirebaugh) (#393)

* Fix Dataset#graph and #eager_graph modifying the receiver if the receiver is already graphed (jeremyevans) (#392)

* Change dataset literalization to an append-only-all-the-way-down design (jeremyevans)

(taca)

2011-12-15 15:00:21 UTC MAIN commitmail json YAML

Note update of these packages:

mail/ruby-mail 2.3.0
www/ruby-erubis 2.7.0
www/ruby-rack 1.3.5

(taca)

2011-12-15 14:58:34 UTC MAIN commitmail json YAML

Update ruby-rack package to 1.3.5.

* September 16, 2011: Eighteenth public release 1.2.4
  * Fix a bug with MRI regex engine to prevent XSS by malformed unicode

* May 22nd, 2011: Thirteenth public release 1.3.0
  * Various performance optimizations
  * Various multipart fixes
  * Various multipart refactors
  * Infinite loop fix for multipart
  * Test coverage for Rack::Server returns
  * Allow files with '..', but not path components that are '..'
  * rackup accepts handler-specific options on the command line
  * Request#params no longer merges POST into GET (but returns the same)
  * Use URI.encode_www_form_component instead. Use core methods for escaping.
  * Allow multi-line comments in the config file
  * Bug L#94 reported by Nikolai Lugovoi, query parameter unescaping.
  * Rack::Response now deletes Content-Length when appropriate
  * Rack::Deflater now supports streaming
  * Improved Rack::Handler loading and searching
  * Support for the PATCH verb
  * env['rack.session.options'] now contains session options
  * Cookies respect renew
  * Session middleware uses SecureRandom.hex

* May 22nd, 2011: Fourteenth public release 1.2.3
  * Pulled in relevant bug fixes from 1.3
  * Fixed 1.8.6 support

* July 13, 2011: Fifteenth public release 1.3.1
  * Fix 1.9.1 support
  * Fix JRuby support
  * Properly handle $KCODE in Rack::Utils.escape
  * Make method_missing/respond_to behavior consistent for Rack::Lock,
    Rack::Auth::Digest::Request and Rack::Multipart::UploadedFile
  * Reenable passing rack.session to session middleware
  * Rack::CommonLogger handles streaming responses correctly
  * Rack::MockResponse calls close on the body object
  * Fix a DOS vector from MRI stdlib backport

* July 16, 2011: Sixteenth public release 1.3.2
  * Fix for Rails and rack-test, Rack::Utils#escape calls to_s

* September 16, 2011: Seventeenth public release 1.3.3
  * Fix bug with broken query parameters in Rack::ShowExceptions
  * Rack::Request#cookies no longer swallows exceptions on broken input
  * Prevents XSS attacks enabled by bug in Ruby 1.8's regexp engine
  * Rack::ConditionalGet handles broken If-Modified-Since helpers

* October 1, 2011: Nineteenth public release 1.3.4
  * Backport security fix from 1.9.3, also fixes some roundtrip issues in URI
  * Small documentation update
  * Fix an issue where BodyProxy could cause an infinite recursion
  * Add some supporting files for travis-ci

* October 17, 2011: Twentieth public release 1.3.5
  * Fix annoying warnings caused by the backport in 1.3.4

(taca)

2011-12-15 14:57:37 UTC MAIN commitmail json YAML

Update ruby-erubis package to 2.7.0.

- release:  2.7.0
  date: 2011-04-01
  enhancements:

    - |
New option ':bufvar' supported to specify buffer variable name.

ex:
    input = "Hello <%= name %>!"
    eruby = Erubis::Eruby.new(input)
    puts eruby.src
      #=>  _buf = ''; _buf << "Hello "; _buf << ( name ).to_s; _buf << '!';

    eruby = Erubis::Eruby.new(input, :bufvar=>'@_out')
    puts eruby.src
      #=>  @_out = ''; @_out << 'Hello '; @_out << ( name ).to_s; @_out << '!';

    - |
New enhancer 'PrefixedLineEnhancer' which is a customizable version
of PercentLineEnhancer.
The difference between PrefixedLineEnhancer and PercentLineEnhancer is:
* You can indent Ruby statetment lines starting with '%'
* You can specify prefix character by :prefixchar option.

ex:
    class MyEruby < Erubis::Eruby
      include Erubis::PrefixedLineEnhancer
    end
    input = <<END
    <ul>
      % for item in @items
      <li><%= item %></li>
      % end
      %% you can indent '%' lines
    </ul>
    END
    eruby = MyEruby.new(input, :prefixchar=>'%')  # default '%'
    puts eruby.src

output:
    _buf = ''; _buf << '<ul>
    ';  for item in @items
    _buf << '  <li>'; _buf << ( item ).to_s; _buf << '</li>
    ';  end
      % you can indent '%' lines
    _buf << '</ul>
    ';
    _buf.to_s

    - |
Add helper CGI script. See 'public_html/README.txt' for details.

    - |
Rubinius is supported as first-class Ruby implementation.

    - |
C++ support. Try '-l cpp' command-line option.

  changes:

    - |
Remove dependency to 'abstract' library.
You don't need to install 'abstract' gem.

    - |
Erubis::Eruby#load_file() now sets cache file timestamp to the same
value as original eRuby file. For example, if you restore eRuby files
from backup, Erubis::Eruby#load_file() can detect it and generate
cache file again.

    ## generates cache file (A.rhtml.cache).
    eruby = Erubis::Eruby.load_file('A.rhtml')
    p File.mtime('A.rhtml') == File.mtime('A.rhtml.cache')  #=> true

(taca)

2011-12-15 14:56:17 UTC MAIN commitmail json YAML

Update mail/ruby-mail package to 2.3.0.

== Tue Apr 26 09:59:56 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>

* Remove ActiveSupport from the dependencies, load Active Support if present, or use internals if not
* Created v2.2 branch for all 2.2 related commits
* Update activesupport require to use inflector - closes #217
* Version bump to 2.3 and gem release

(taca)

2011-12-15 14:53:57 UTC MAIN commitmail json YAML

Note update of net/ruby-amqp package to 0.8.4 and addition of related
packages ruby-amq-protocol version 0.8.4 and ruby-amq-client version 0.8.7.

(taca)

2011-12-15 14:52:01 UTC MAIN commitmail json YAML

Update ruby-amqp pacakge to 0.8.4.

* Some parts are splited to another package (ruby-amq-client and
  ruby-amq-protocol).
* Update DESCR.

(taca)

2011-12-15 14:50:22 UTC MAIN commitmail json YAML

Add and enable ruby-amq-client and ruby-amq-protocol.

(taca)

2011-12-15 14:48:58 UTC MAIN commitmail json YAML

Importing net/ruby-amq-client package version 0.8.7.
(This is required by new ruby-amqp package.)


amq-client is a fully-featured, low-level AMQP 0.9.1 client that runs on Ruby
1.8.7, 1.9.2, REE, Rubinius and JRuby.
It's sweet spot is in serving as foundation for higher-level, more opinionated
AMQP libraries.
It can be used directly by applications code when performance and access to
advanced AMQP protocol features is more important that API convenience.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:48:00 UTC MAIN commitmail json YAML

Add and enable ruby-sprockets.

(taca)

2011-12-15 14:47:09 UTC MAIN commitmail json YAML

Importing net/ruby-amq-protocol pacakge version 0.8.4.
(This is required by new ruby-amqp package.


amq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:45:10 UTC MAIN commitmail json YAML

Note addition of misc/ruby-sprockets package version 2.0.3.

(taca)

2011-12-15 14:44:06 UTC MAIN commitmail json YAML

Importing misc/ruby-sprockets pacakge version 2.0.3.


Sprockets: Rack-based asset packaging

Sprockets is a Ruby library for compiling and serving web assets.
It features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:41:17 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 1.8.12.

(taca)

2011-12-15 14:40:47 UTC MAIN commitmail json YAML

Update rubygems package to 1.8.12.

=== 1.8.12 / 2011-12-02

* Bug fix:
  * Handle more cases where Syck's DefaultKey showed up in requirements
    and wasn't cleaned out.

(taca)

2011-12-15 14:39:50 UTC MAIN commitmail json YAML

Note update of www/ruby-actionpack3 package to 3.0.11nb2.

(taca)

2011-12-15 14:39:10 UTC MAIN commitmail json YAML

* Change depending directories:
devel/ruby-i18n => devel/ruby-i18n
www/ruby-rack => www/ruby-rack12
www/erubis => ruby-erubis26
* Don't override gemspec for i18n (ruby-i18n).

Bump PKGREVISION.

(taca)

2011-12-15 14:34:19 UTC MAIN commitmail json YAML

Note addition of www/ruby-erubis26 package version 2.6.6.

(taca)

2011-12-15 14:33:35 UTC MAIN commitmail json YAML

Importing www/ruby-erubis version 2.6.6 as www/ruby-erubis26
since we still need to keep this version.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:31:50 UTC MAIN commitmail json YAML

Note rename of www/erubis package to www/ruby-erubis.

(taca)

2011-12-15 14:31:15 UTC MAIN commitmail json YAML

Remove erubis and add ruby-erubis.

(taca)

2011-12-15 14:29:48 UTC MAIN commitmail json YAML

Importing www/erubis pacakge version 2.6.6 as www/ruby-erubis to rename it.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:24:22 UTC MAIN commitmail json YAML

Change depending ruby-mail package's directory from ruby-mail to ruby-mail22.

(taca)

2011-12-15 14:22:21 UTC MAIN commitmail json YAML

Importing ruby-rack version 1.2.4 as www/ruby-rack12.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:20:21 UTC MAIN commitmail json YAML

+ libdrm-2.4.29, ruby-rb-appscript-0.6.1.
- ruby-gnome2-1.0.3.

(taca)

2011-12-15 14:19:49 UTC MAIN commitmail json YAML

Note addition of mail/ruby-mail22 package version 2.2.19.

(taca)

2011-12-15 14:18:14 UTC MAIN commitmail json YAML

Add and enable ruby-mail22.

(taca)

2011-12-15 14:17:30 UTC MAIN commitmail json YAML

Importing mail/ruby-mail version 2.2.19 as mail/ruby-mail22.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 14:13:20 UTC MAIN commitmail json YAML

Note addition of devel/ruby-hike package version 1.2.1.

(taca)

2011-12-15 14:11:53 UTC MAIN commitmail json YAML

Importing ruby-hike version 1.2.1.


Hike
====

Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 12:59:51 UTC MAIN commitmail json YAML

Note addition of www/typo3_46 version 4.6.1.

(taca)

2011-12-15 12:59:24 UTC MAIN commitmail json YAML

Add and enable typo3_46.

(taca)

2011-12-15 12:58:42 UTC MAIN commitmail json YAML

Importing TYOP3 4.6.1 as www/typo3_46.

TYPO3 is a free Open Source content management system for enterprise
purposes on the web and in intranets. It offers full flexibility and
extendability while featuring an accomplished set of ready-made
interfaces, functions and modules.

This is TPYO3 4.6 based stable release.

Please refer release notes http://typo3.org/download/release-notes/typo3-46/
in detail.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-15 12:55:16 UTC MAIN commitmail json YAML

Restore Joerg's build fix patch, which the previous update dropped, and
drop patch-ab, which doesn't exist. HI MANU

(dholland)

2011-12-15 12:46:26 UTC MAIN commitmail json YAML

Note update of www/typo3_45 package to 4.5.8nb1.

(taca)

2011-12-15 12:45:49 UTC MAIN commitmail json YAML

Improve COMMENT and DESCR; Explicitly note this is LTS, Long Term Support
release.

Bump PKGREVISION.

(taca)

2011-12-15 12:39:47 UTC MAIN commitmail json YAML

Note rename of www/typo3 to www/typo3_45.

(taca)

2011-12-15 12:39:08 UTC MAIN commitmail json YAML

2011-12-15 12:37:04 UTC MAIN commitmail json YAML

Rename typo3 to typo3_45.

(taca)

2011-12-15 12:36:38 UTC MAIN commitmail json YAML

2011-12-15 12:34:34 UTC MAIN commitmail json YAML

Note update of www/typo3 package to 4.5.8.

(taca)

2011-12-15 12:33:47 UTC MAIN commitmail json YAML

Update typo3 package to 4.5.8.

This version is a maintenance release and contains bug fixes only.
Please refer full Change log in http://wiki.typo3.org/TYPO3_4.5.8.

(taca)

2011-12-15 12:29:51 UTC MAIN commitmail json YAML

patch-aa is not necessary any longer, says gls@; remove it.

(wiz)

2011-12-15 09:14:18 UTC MAIN commitmail json YAML

check X11_TYPE for dependency condition check of xwininfo.

(obache)

2011-12-15 08:34:32 UTC MAIN commitmail json YAML

graphics/vnc2swf: Fix logic flaw for Makefile dependency

On DragonFly, X11BASE equals LOCALBASE meaning any detected binaries on
X11BASE came from pkgsrc itself and not the native platform as intended.
The result is that x11/xwininfo was not getting added to the DEPENDS list
after that package was installed.

(marino)

2011-12-15 08:33:44 UTC MAIN commitmail json YAML

2011-12-15 08:32:16 UTC MAIN commitmail json YAML

graphics/viewnoir: USE_TOOLS+= msgfmt

(marino)

2011-12-15 07:37:38 UTC MAIN commitmail json YAML

Many packages will prefer ncursesw over ncurses if its available (say as
a native library), so unless devel/ncurses/buildlink3.mk is being included
by ncursesw don't allow ncursesw to be used by causing linkage failure.

(sbd)

2011-12-15 05:56:33 UTC MAIN commitmail json YAML

Note update of misc/p5-Locale-Codes, devel/p5-Test-Harness,
net/p5-Net-GitHub and www/p5-Apache2-AuthCookieDBI.

(hiramatsu)

2011-12-15 05:54:44 UTC MAIN commitmail json YAML

Update p5-Apache2-AuthCookieDBI to 2.14.

Changes from previous:
----------------------
2.14 - Sat Mar 26 09:41:01 PDT 2011
    - Changed documentation about WhateverDBI_SecretKey to
      address https://rt.cpan.org/Ticket/Display.html?id=62488
    - Fixes for https://rt.cpan.org/Public/Bug/Display.html?id=66336
      (_dbi_connect should be called as a class method.)

2.13 - Sat Dec 18 10:33:19 PST 2010
    - Build system uses Module::Build (generates a Makefile.PL for compatability.)
    - Distro version now matches module version (2.13)
    - Fixed statement handle still active <https://rt.cpan.org/Public/Bug/Display.html?id=57906>
      Also added support for WhatEverDBI_UserActiveField
      Thanks to Chad Columbus
    - Fixed $HEX_STRING_REGEX definition is wrong <https://rt.cpan.org/Public/Bug/Display.html?id=46117>
      Thanks to Joe Ingersoll
    - Fixed User authenticated if not in MySQL database <https://rt.cpan.org/Ticket/Display.html?id=62470>
      Thanks to Keith Lawson
    - Fixed Login.pl example - syntax error <https://rt.cpan.org/Public/Bug/Display.html?id=62487>
      (also moved from eg/public-pl/login.pl to eg/bin/login.pl)
      Thanks to William McKee http://search.cpan.org/~wmckee/
    - Updated documentation to cover protecting the DocumentRoot <https://rt.cpan.org/Ticket/Display.html?id=51593>
    - Now depends on DBI 1.40 instead of Apache::DBI - <https://rt.cpan.org/Ticket/Display.html?id=43083>

(hiramatsu)

2011-12-15 05:54:08 UTC MAIN commitmail json YAML

Update p5-Net-GitHub to 0.30.

Changes from previous:
----------------------
0.30    2011.08.27
        - Default to GET method if we've no data to POST (Lubomir Rintel)
        - repository update (Lubomir Rintel)
        - Slow down with requests if we're approaching the rate limit (Lubomir Rintel)
        - Make it possible to turn API errors into exceptions (Lubomir Rintel)

0.29    2011.05.07
        always_Authorization for private respo

0.28    2011.03.06
        use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang)

0.27    2011.02.17
        requires HTTP::Request::Common; (RT 65787 by JQUELIN)

0.26    2011.01.20
        fix Makefile.PL

0.25    2011.01.19
        partial implementation of Pull Request API (doy)

0.24    2011.01.01
        Organizations API (fayland)
        update Auth to 'Basic Auth' (fayland)

0.23    2010.11.04
        Moose has deprected 'excludes', '-excludes' is preferred (datamuc)

(hiramatsu)

2011-12-15 05:53:25 UTC MAIN commitmail json YAML

Update p5-Test-Harness to 3.23.

Changes from previous:
----------------------
3.23    2011-02-20
        - Merge in changes from core. Thanks BinGOs.
        - Made SourceHandler understand that an executable binary file
          is probably an executable.
        - Added workaround for Getopt::Long 2.25 handling of
          multivalue options. Fixes test failure on stock perl 5.6.2.

(hiramatsu)

2011-12-15 05:51:15 UTC MAIN commitmail json YAML

Update p5-Locale-Codes to 3.20.

Changes from previous:
----------------------
VERSION 3.20  (2011−12−01)
  NEW CODE(s)

  Added limited support for deprecated codes
      The code2XXX, XXX2code, all_XXX_codes, and all_XXX_names functions
      now support retired codes.  RT 71124

  Fixed capitalization
      The ’South Sudan’ country was all caps.  RT 71024

  Pod tests off by default
      The pod tests will not run at install time.  RT 71122

  Codesets may be specified by name
      All codesets may be specified by a constant or by their name now.
          Previously, they were specified only by a constant.

  alias_code deprecated
      The alias_code function exists for backward compatibility.  It has

      been replaced by rename_country_code .  The alias_code function
      will be removed sometime after September, 2013 .

  Code cleanup
      All work is now done in the central module (Locale::Codes).
      Previously, some was still done in the wrapper modules
      (Locale::Codes::*) but that is gone now.

  Added LangFam module
      Added Language Family codes (langfam) as defined in ISO 639−5.

VERSION 3.18  (2011−08−31)
  NEW CODE(s)

  No longer use CIA data
      The CIA world added non‐standard values, so I no longer use it as a
      source of data.  Based on a report by Michiel Beijen.

VERSION 3.17  (2011−06−28)
  NEW CODE(s)

  Added new types of codes
      Added Language Extension codes (langext) and Language Variation
      codes (langvar) as defined in the IANA language registry.

  Added new codeset(s)
      Added language codes from ISO 639−5
      Added language/script codes from the IANA language subtag registry

  Bug fixes
      Fixed an uninitialized value warning.  RT 67438
      Fixed the return value for the all_XXX_codes and all_XXX_names
      functions.  RT 69100

  Reorganized code
      Reorganized modules to move Locale::MODULE to Locale::Codes::MODULE
      to allow for cleaner future additions.  The original four modules
      (Locale::Language, Locale::Currency, Locale::Country,
      Locale::Script) will continue to work, but all new sets of codes
      will be added in the Locale::Codes namespace.

VERSION 3.16  (2011−03−01; sbeck)
  NEW CODE(s)

VERSION 3.15  (2010−12−02; sbeck)
  NEW CODE(s)

  Minor fixes
      Added version number to Makefile.PL/Build.PL requirement for POD
      testing modules.  RT 62247

      Changed ’use vars’ to ’our’

VERSION 3.14  (2010−09−28; sbeck)
  NEW CODE(s)

  Bug fixes
      Stripped out some HTML that got included with some codes.

(hiramatsu)

2011-12-15 05:37:31 UTC MAIN commitmail json YAML

Fix broken depend pattern. Hi manu!

(dholland)

2011-12-15 05:33:42 UTC MAIN commitmail json YAML

liquidwar, root, xblockout

(dholland)

2011-12-15 05:05:03 UTC MAIN commitmail json YAML

This needs to be told exactly where liblzo2 is or it goes hunting in
random places and gets confused.

(dholland)

2011-12-15 04:32:10 UTC MAIN commitmail json YAML

Add a post-extract rule to clean up owner-readonly directories, since
those cause problems.

(dholland)

2011-12-15 04:18:16 UTC MAIN commitmail json YAML

2011-12-15 02:20:48 UTC MAIN commitmail json YAML

Note update of devel/p5-Log-Dispatch, devel/p5-Log-Dispatch-Config,
devel/p5-Test-Pod-Spelling-CommonMistakes and www/p5-Apache2-AuthCookie.

(hiramatsu)

2011-12-15 02:18:06 UTC MAIN commitmail json YAML

Update p5-Apache2-AuthCookie to 3.18.

Changes from previous:
----------------------
3.18  2011-01-24
  - remove 3.17's test skip hacks, and bump Apache::Test prerequisite to v1.35
    which fixes this issue.
  - fix MANIFEST.SKIP to ignore generated t/conf/mime.types
  - remove dist.ini, weaver.ini from dists
  - fixed t/real.t to use correct -withtestmore import syntax
  - rename sample authcookie handlers to Sample::Apache and Sample::Apache2
    namespaces

3.17  2011-01-19
  - skip the test suite if running as root.  Apache::Test 1.34 fails the test
    suite if running as root instead of skipping it.  By skipping, AuthCookie can
    be installed via CPAN.pm as root.

3.16  2011-01-19
  - require Apache::Test 1.32 - fixes ubuntu build issue
  - remove mod_perl/mod_perl2 related prereq's from META.yml.  The correct mod
    perl version is not known until Makefile.PL is run.  CPAN.pm should not
    try to install either one until it is known which one is appropriate.
    (RT 64926)

3.15  2010-08-27
  - enable Dist::Zilla Manifest plugin
  - add FAQ
  - add FAQ entry on how to protect an entire site/document root
  - recognize_user: return DECLINED if user is already set
  - refactor P3P header generation into send_p3p($r) so subclasses can overload it

3.14  2010-04-12
  - MP2: doc updates: remove beta warnings, change Apache::AuthCookie to
    Apache2::Authcookie where appopriate.
  - docs: change my email to my cpan address
  - docs: remove POST limitations reference (handled by POST to GET conversion)
  - sign dist with Module::Signature
  - add signature test
  - MP1: perltidy Apache::AuthCookie sources.
  - update mod_perl2 prereq version (still 2.0.0 RC5, but version number was
    incorrect in Makefile.PL)
  - use Dist::Zilla for building the dist

(hiramatsu)

2011-12-15 02:17:22 UTC MAIN commitmail json YAML

remove root-5.24.00 (misc/root is currently at 5.26.00)

(dholland)

2011-12-15 02:15:40 UTC MAIN commitmail json YAML

Update p5-Test-Pod-Spelling-CommonMistakes to 1.000.

Change from previous:
---------------------
1.000
Released: 2011-02-21 23:38:36 UTC

Converted to Dist::Zilla for the release process!

(hiramatsu)

2011-12-15 02:15:17 UTC MAIN commitmail json YAML

Update p5-Log-Dispatch-Config to 1.04.

Change from previous:
---------------------
1.04  Thu Apr 14 14:55:20 PDT 2011
        - Fix 02_log.t RT:62438

(hiramatsu)

2011-12-15 02:14:44 UTC MAIN commitmail json YAML

Update p5-Log-Dispatch to 2.29.

Change from previous:
---------------------
2.29

- Add is_$level methods for compatibility with Log::Contextual. Patch by frew.

(hiramatsu)

2011-12-15 00:58:15 UTC MAIN commitmail json YAML

Depend on fuse bindings.

Now, "bup fuse dir", assuming ~/.bup is one's bup repository, will
create a fuse mount on dir, in which one can see the backups (with
lots of rought edges).

(gdt)

2011-12-14 21:44:32 UTC MAIN commitmail json YAML

2011-12-14 20:56:37 UTC MAIN commitmail json YAML

Note update of emacs-snapshot.

(minskim)

2011-12-14 20:56:09 UTC MAIN commitmail json YAML

Update emacs-snapshot to 24.0.92.20111213.

Changes:
        * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
        * ses.el: The overall change is to add cell renaming, that is
        setting fancy names for cell symbols other than name matching
        "\\`[A-Z]+[0-9]+\\'" regexp .
        * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
        for completion via gud-gdb-fetch-lines-filter (Bug#10274).
        * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
        `from' or `to' address before taking its substring.  Fixes
        incorrect display in Rmail summary buffer whereby an RFC2047
        encoded name is chopped in the middle of the encoded string, and
        thus displayed encoded.
        * speedbar.el (speedbar-supported-extension-expressions):
        Add .adb and .ads, commonly used for Ada source code (bug#10256).

(minskim)

2011-12-14 20:54:14 UTC MAIN commitmail json YAML

Add php-concrete5

(ryoon)

2011-12-14 20:53:33 UTC MAIN commitmail json YAML

Added www/php-concrete5 version 5.4.2.2

(ryoon)

2011-12-14 20:51:50 UTC MAIN commitmail json YAML

Import php*-concrete5-5.4.2.2 as www/php-concrete5

Concrete5 is a content management system (CMS) that can manage Web
applications, Web sites, stores, and forums. It allows individuals
involved with Web sites to easily manage their content and their
site structure. Concrete5's in-context editing is like working with
a wiki, and the extendable block support makes editing and extending
unique Web sites easy. The goal behind Concrete5 was always to
create a toolset that could be used by anyone with basic computer
skills to edit and add pages to a Web site.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(ryoon)

2011-12-14 20:28:00 UTC MAIN commitmail json YAML

Note update of tex-xetex{,-doc}.

(minskim)

2011-12-14 20:27:11 UTC MAIN commitmail json YAML

2011-12-14 20:15:10 UTC MAIN commitmail json YAML

Note update of tex-latex{,-doc}.

(minskim)

2011-12-14 20:14:26 UTC MAIN commitmail json YAML

Update tex-latex{,-doc} to 2011.

Changes:
        * ltfssdcl.dtx: Bruno's improvement to \in@
        * ltfntcmd.dtx: Bug fix for 2009-12 change

(minskim)

2011-12-14 19:54:14 UTC MAIN commitmail json YAML

Note update of tex-luatex{,-doc} to 0.70.1.

(minskim)

2011-12-14 19:53:21 UTC MAIN commitmail json YAML

2011-12-14 19:48:53 UTC MAIN commitmail json YAML

Updated www/wordpress

(morr)

2011-12-14 19:47:45 UTC MAIN commitmail json YAML

Update to version 3.3.

Highlights:

* Easier Uploading
    - File Type Detection - A single upload button
    - Drag-and-Drop Media Uploader
* Dashboard Design
    - New Toolbar in the dashboard, combining the Admin Bar and admin
      header
    - Responsive design for some screens, including iPad/tablet
      support
    - Flyout menus, providing single-click access to any screen
* New User Experience
    - New feature pointers, helping users navigate new features
    - Post-update About screen
    - Dashboard welcome area for new installs
* Content Tools
    - Better co-editing that releases post locks immediately
    - Don't lose widgets when switching themes
    - Tumblr Importer
* Under the Hood improvements
    - Use the postname permalink structure without a performance
      penalty
    - Improved Editor API
    - is_main_query() function and WP_Query method
    - Remove a number of funky characters from post slugs
    - jQuery 1.7.1 and jQuery UI 1.8.16
    - A new Screen API for adding help documentation and adapting to
      screen contexts
    - Improved metadata API
* Performance improvements and hundreds of bug fixes

More changes at http://codex.wordpress.org/Version_3.3

(morr)

2011-12-14 19:43:38 UTC MAIN commitmail json YAML

Note PKGREVISION bump of tex-pdftex{,-doc}.

(minskim)

2011-12-14 19:42:15 UTC MAIN commitmail json YAML

2011-12-14 19:34:16 UTC MAIN commitmail json YAML

Note PKGREVISION bump of web2c.

(minskim)

2011-12-14 19:33:40 UTC MAIN commitmail json YAML

2011-12-14 18:44:49 UTC MAIN commitmail json YAML

Add lppl-1.3c to DEFAULT_ACCEPTABLE_LICENSES.

(minskim)

2011-12-14 18:31:48 UTC MAIN commitmail json YAML

inputmethod/unicom-im: bad patch, bad mastersite

The mastersite resolves to a parking domain, causing the html page to be
interpreted as a tarball download which doesn't pass the checksum of course.
Luckily this tarball is backed up at NetBSD, so remove the mastersite so it
can fall back to NetBSD.

Secondly, a patch from 2007 was mispelled and was never included into the
distinfo.  Obviously it built anyway, but the patch was renamed and the
distinfo file regenerated.

(marino)

2011-12-14 18:28:59 UTC MAIN commitmail json YAML

ham/linpsk: Fix gentoo ltmain sanity check bug

(marino)

2011-12-14 18:27:22 UTC MAIN commitmail json YAML

2011-12-14 18:25:54 UTC MAIN commitmail json YAML

graphics/libjpeg-turbo:  Simple configure fix for DragonFly

(marino)

2011-12-14 17:06:06 UTC MAIN commitmail json YAML

Note update of these pacakges:

devel/ruby-ffi 1.0.11
devel/ruby-gemcutter 0.7.1
devel/ruby-highline 1.6.8

(taca)

2011-12-14 17:04:56 UTC MAIN commitmail json YAML

Update ruby-highline package to 1.6.8.

= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.8

* Fix missing <tt>ERASE_CHAR</tt> reference (by Aaron Gifford).

== 1.6.7

* Fixed bug introduced in 1.6.6 attempted fix (by Aaron Gifford).

== 1.6.6

* Fixed old style references causing <tt>HighLine::String</tt> errors (by Aaron Gifford).

(taca)

2011-12-14 17:04:15 UTC MAIN commitmail json YAML

2011-12-14 17:03:07 UTC MAIN commitmail json YAML

Update ruby-ffi package to 1.0.11.

Changes are Unknown but it looks like made better support for FreeBSD
and NetBSD.

(taca)

2011-12-14 17:01:46 UTC MAIN commitmail json YAML

Note update of archivers/ruby-zip pacakge to 0.9.5.

(taca)

2011-12-14 17:01:13 UTC MAIN commitmail json YAML

2011-12-14 16:59:49 UTC MAIN commitmail json YAML

Note addtion of converters/ruby-unf_ext 0.0.4 and converters/ruby-unf 0.0.4.

(taca)

2011-12-14 16:59:04 UTC MAIN commitmail json YAML

Add and enable ruby-unf and ruby-unf_ext.

(taca)

2011-12-14 16:57:37 UTC MAIN commitmail json YAML

Importing converters/ruby-unf 0.0.4.

This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 16:56:46 UTC MAIN commitmail json YAML

Importing converters/ruby-unf_ext 0.0.4.

Unicode Normalization Form support library for CRuby.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 16:49:40 UTC MAIN commitmail json YAML

Note update of www/ruby-rack-mount package to 0.8.3 and
www/ruby-rack-test package to 0.6.1.

(taca)

2011-12-14 16:48:39 UTC MAIN commitmail json YAML

Update ruby-rack-test pacakge to 0.6.1.

== 0.6.1 / 2011-07-27

* Bug fixes

  * Fix support for params with arrays in multipart forms (Joel Chippindale)
  * Add respond_to? to Rack::Test::UploadedFile to match method_missing (Josh Nichols)
  * Set the Referer header on requests issued by follow_redirect! (Ryan Bigg)

== 0.6.0 / 2011-05-03

* Bug fixes

  * Add support for HTTP OPTIONS verb (Paolo "Nusco" Perrotta)
  * Call #finish on MockResponses if it's available (Aaron Patterson)
  * Allow HTTP_HOST to be set via #header (Geoff Buesing)

(taca)

2011-12-14 16:46:53 UTC MAIN commitmail json YAML

Update ruby-rack-mount package to 0.8.3.

Exacat changes are unknown but improve compatibility for Ruby 1.9.3.

(taca)

2011-12-14 16:40:30 UTC MAIN commitmail json YAML

Change source directories;

www/ruby-rack-mount to www/ruby-rack-mount06
www/ruby-rack-test to www/ruby-rack-test05

(taca)

2011-12-14 16:37:25 UTC MAIN commitmail json YAML

Note addion of:

www/ruby-rack-mount06 version 0.6.14
www/ruby-rack-test05 version 0.5.7

(taca)

2011-12-14 16:36:01 UTC MAIN commitmail json YAML

Add and enable ruby-rack-test05.

(taca)

2011-12-14 16:35:24 UTC MAIN commitmail json YAML

Importing www/ruby-rack-test version 0.5.7 as /ruby-rack-test05.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 16:33:12 UTC MAIN commitmail json YAML

Add and enable ruby-rack-mount06.

(taca)

2011-12-14 16:32:06 UTC MAIN commitmail json YAML

Importing current ruby-rack-mount 0.6.14 as www/ruby-rack-mount06.


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 16:28:30 UTC MAIN commitmail json YAML

Note update of databases/ruby-arel package to 2.2.1.

(taca)

2011-12-14 16:27:39 UTC MAIN commitmail json YAML

Update ruby-arel package to 2.2.1.

== 2.2.1 / 2011-09-15

* Enhancements

  * Added UpdateManager#key to access the key value
  * Added SelectManager#projections= to override any existing projections
  * Added SelectManager#source to get the source of the last select core in the AST

== 2.2.0 / 2011-08-09

* Bug Fixes

  * The database connection caches visitors for generating SQL.
  * FALSE and TRUE nodes can be constructed.
  * Fixed ORDER BY / LIMIT clauses for UPDATE statements in Oracle.

== 2.1.4 / 2011-07-25

* Bug Fixes

  * Fix depth-first traversal to understand ascending / descending nodes.
  * Parentheis are suppressed with nested unions in MySQL. Thanks jhtwong!

== 2.1.3 / 2011-06-27

* Bug Fixues

  * Fixed broken gem build.

== 2.1.2 / 2011-06-27

* Bug Fixes

  * Visitors can define their own cache strategey so caches are not shared.
    Fixes #57
  * Informix support fixed.  Thanks Khronos.
  * Ordering nodes broken to subclasses.  Thanks Ernie Miller!
  * Reversal supported in ordering nodes.  Thanks Ernie Miller!

== 2.1.1 / 2011/05/14

* Bug fixes

  * Fixed thread safety bug in ToSql visitor.  Thanks Damon McCormick and
    Cameron Walters!

== 2.1.0 / 2011/04/30

* Enhancements

  * AST is now Enumerable
  * AND nodes are now n-ary nodes
  * SQL Literals may be used as Attribute names
  * Added Arel::Nodes::NamedFunction for representing generic SQL functions
  * Add Arel::SelectManager#limit=
  * Add Arel::SelectManager#offset
  * Add Arel::SelectManager#offset=
  * Added Arel::SelectManager#create_insert for building an insert manager.
  * SQL Literals are allowed for values in INSERT statements.
  * Math operations have been added to attributes, thanks to
    Vladimir Meremyanin.

* Bug fixes

  * MSSQL adds TOP to sub selects
  * Assigning nil to take() removes LIMIT from statement.
  * Assigning nil to offset() removes OFFSET from statement.
  * TableAlias leg ordering fixed

* Deprecations

  * Calls to `insert` are deprecated. Please use `compile_insert` then call
  `to_sql` on the resulting object and execute that SQL.

  * Calls to `update` are deprecated. Please use `compile_update` then call
  `to_sql` on the resulting object and execute that SQL.

  * Calls to `delete` are deprecated. Please use `compile_delete` then call
  `to_sql` on the resulting object and execute that SQL.

  * Arel::Table#joins is deprecated and will be removed in 3.0.0 with no
  replacement.

  * Arel::Table#columns is deprecated and will be removed in 3.0.0 with no
  replacement.

  * Arel::Table.table_cache is deprecated and will be removed in 3.0.0 with no
  replacement.

  * Arel::Nodes::And.new takes a single list instead of left and right.

  * Arel::Table#primary_key is deprecated and will be removed in 3.0.0 with no
  replacement.

  * Arel::SelectManager#where_clauses is deprecated and will be removed in
  3.0.0 with no replacement.

  * Arel::SelectManager#wheres is deprecated and will be removed in
  3.0.0 with no replacement.

(taca)

2011-12-14 16:26:07 UTC MAIN commitmail json YAML

Note addition of databases/ruby-arel20 version 2.0.10.

(taca)

2011-12-14 16:25:17 UTC MAIN commitmail json YAML

Add and enable ruby-arel20.

(taca)

2011-12-14 16:24:28 UTC MAIN commitmail json YAML

Importing current ruby-arel version 2.0.10 as databases/ruby-arel20 to
keep version 2.0.x (for databases/ruby-activerecord3).


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 16:22:32 UTC MAIN commitmail json YAML

Note update of devel/ruby-activemodel package to 3.0.11nb2.

(taca)

2011-12-14 16:21:53 UTC MAIN commitmail json YAML

Depending on devel/ruby-i18n_05 instead of devel/ruby-i18n.

Since there was a small window having bad dependency, bump PKGREVISION.

(taca)

2011-12-14 16:20:00 UTC MAIN commitmail json YAML

Note addition of devel/ruby-i18n_05 version 0.5.0.

(taca)

2011-12-14 16:19:02 UTC MAIN commitmail json YAML

Add and enable ruby-i18n_05.

(taca)

2011-12-14 16:18:31 UTC MAIN commitmail json YAML

Importing ruby-i18n version 0.5.0 as ruby-i18n_05.  It is still
needed by devel/ruby-activemodel (activemodel 3.0.11).


Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(taca)

2011-12-14 15:27:25 UTC MAIN commitmail json YAML

Clarify DESCRs to explain what is in which package.  It's particularly
unexpected that man pages, which most people would want, are split,
while tk and python dependencies, expected to be the first to be
jettisoned on small systems, are in the base package.

(gdt)

2011-12-14 15:02:24 UTC MAIN commitmail json YAML

2011-12-14 15:01:41 UTC MAIN commitmail json YAML

graphics/libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
PKGREVISION -> 4

(dholland)

2011-12-14 13:35:47 UTC MAIN commitmail json YAML

2011-12-14 13:13:19 UTC MAIN commitmail json YAML

Avoid using .warning make(1) directive which isn't supported on NetBSD 5.
Instead, append warning message to WARNINGS macro.

(taca)

2011-12-14 13:11:32 UTC pkgsrc-2011Q3 commitmail json YAML

2011-12-14 13:09:57 UTC MAIN commitmail json YAML

2011-12-14 13:08:47 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3628 - requested by dholland
www/kazehakase: build fix

Revisions pulled up:
- www/kazehakase/distinfo                                      1.11
- www/kazehakase/patches/patch-src_kz-app.c                    1.1

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Mon Dec 12 19:10:37 UTC 2011

  Modified Files:
  pkgsrc/www/kazehakase: distinfo
  Added Files:
  pkgsrc/www/kazehakase/patches: patch-src_kz-app.c

  Log Message:
  Fix fallout from newer gnutls.

(tron)

2011-12-14 13:07:38 UTC MAIN commitmail json YAML

Use Bash as interpretter in scripts properly

(fhajny)

2011-12-14 11:55:20 UTC MAIN commitmail json YAML

2011-12-14 11:09:43 UTC MAIN commitmail json YAML

Updated shells/zsh-current to 4.3.12nb1

(wiz)

2011-12-14 11:09:34 UTC MAIN commitmail json YAML

2011-12-14 11:08:50 UTC MAIN commitmail json YAML

2011-12-14 11:03:16 UTC MAIN commitmail json YAML

Note update of devel/p5-Test-File-Contents, devel/p5-namespace-autoclean
and www/p5-Catalyst-Engine-PSGI.

(hiramatsu)

2011-12-14 11:02:17 UTC MAIN commitmail json YAML

Update p5-Catalyst-Engine-PSGI to 0.13.

Changes from previous:
----------------------
0.13  Thu Jun  9 23:58:10 PDT 2011
        - Fixed a bug in PSGI header generation to prevent potential HTTP header injection
        - Misc doc fixes

0.12  Thu Jan  6 14:37:53 PST 2011
        - Fix for Catalyst::Runtime >= 5.80030 (pedromelo)

(hiramatsu)

2011-12-14 11:02:00 UTC MAIN commitmail json YAML

Update p5-namespace-autoclean to 0.13.

Changes from previous:
----------------------
0.13  Wed, 24 Aug 2010 09:33:00 +0000
  * Fix issue in dist.ini which was causing links to be incorrectly generated.
  * Re-package to remove BEGIN { $VERSION hackery by using a newer
    Dist-Zilla.

(hiramatsu)

2011-12-14 11:01:39 UTC MAIN commitmail json YAML

Update p5-Test-File-Contents to 0.20.

Changes from previous:
----------------------
0.20    2011-02-18
      - Now require Perl 5.8.3 or higher. 5.8 has effectively been the
        required Perl all along thanks to the dependency on Digest::MD5.
      - Added encoding option, to make sure that files are read in their
        proper encoding.
      - Significant refactoring; only visible change should be that the
        actualy MD5 checksum will no longer be included in the `file_md5sum`
        failure diagnostics.
      - Renamed `file_md5sum` to `file_md5sum_is`. The old name remains as an
        alias for backwards compatibility.
      - Renamed `file_contents_identical` to `files_eq`. The old name remains
        as an alias for backwards compatibility.
      - Added `file_contents_eq_or_diff()` and `files_eq_or_diff()`.

0.10    2011-02-18
      - Maintainership taken by David E. Wheeler.
      - Removed `examples/simple.pl`, since it wouldn't run anyway.
      - Added prototypes to the test functions.
      - Failure diagnostics now appear after the failure message, rather than
        before.
      - Renamed `file_contents_is` and `file_contents_isnt` to
        `file_contents_eq` and `file_contents_ne`, respectively. The old names
        remain as aliases for backwards compatibility.
      - Reworked default test descriptions to include the names of the files
        being tested.
      - Wordsmithed some of the diagnostic messages.

(hiramatsu)

2011-12-14 09:24:41 UTC MAIN commitmail json YAML

2011-12-14 09:22:44 UTC MAIN commitmail json YAML

This is BSD-specific software (uses sys/disklabel.h), set ONLY_FOR_PLATFORM

(shattered)

2011-12-14 09:06:06 UTC MAIN commitmail json YAML

Updated security/oath-toolkit to 1.10.4

(pettai)

2011-12-14 09:04:13 UTC MAIN commitmail json YAML

Version 1.10.4

* liboath: Fix build so that OATH_VERSION_NUMBER is actually defined.
It was an empty value in the last release due to a bug in the build
scripts.

Version 1.10.3

* liboath: Allow strcmp callback to return negative to signal errors.
* Fix bugs in build scripts for generating version numbers.
* Update gnulib files.

(pettai)

2011-12-14 07:44:50 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup tickets #3627 and #3629.

(tron)

2011-12-14 07:30:43 UTC MAIN commitmail json YAML

bring over patch from -current sources from Gregor Riepl

patch to define fixed width integer types before they're used in iscsi.h

makes this build on Darwin

(agc)

2011-12-14 07:20:13 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3629 - requested by spz
www/apache-tomcat6: security update

Revisions pulled up:
- www/apache-tomcat6/Makefile                                  1.10
- www/apache-tomcat6/PLIST                                      1.6
- www/apache-tomcat6/distinfo                                  1.7

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Tue Dec 13 09:44:17 UTC 2011

  Modified Files:
  pkgsrc/www/apache-tomcat6: Makefile PLIST distinfo

  Log Message:
  Upstream changelog:

  Tomcat 6.0.35 (jfclere)
  +++++++++++++++++++++++

  Catalina
  --------

  fix Fix regression in decoding of parameters that contain spaces.
  Patch by Willem Fibbe. (kkolinko)

  Tomcat 6.0.34 (jfclere) not released
  ++++++++++++++++++++++++++++++++++++

  Catalina
  --------

  fix 51550: Display an error page rather than an empty response
  for an IllegalStateException caused by too many active sessions.
  (markt)
  add 51640: Improve the memory leak prevention for leaks triggered
  by java.sql.DriverManager. (markt/kkolinko)
  fix 51688: JreMemoryLeakPreventionListener now protects against
  AWT thread creation. (schultz)
  fix 51758: The digester (used for processing XML files) used
  the logger name org.apache.commons.digester.Digester rather
  than the expected org.apache.tomcat.util.digester.Digester.
  The digester has been changed to use the expected logger name.
  (kkolinko)
  add 51862: Added a classesToInitialize attribute to
  JreMemoryLeakPreventionListener to allow pre-loading of
  configurable classes to avoid some classloader leaks. (slaurent)
  fix 51872: Ensure that the access log always uses the correct
  value for the remote IP address associated with the request
  and that requests with multiple errors do not result in
  multiple entries in the access log. (markt)
  add Allow to overwrite the check for distributability of session
  attributes by session implementations. (rjung)
  add Provide the log format "OneLineFormatter" for JULI that
  provides the same information as the default plus thread
  name but on a single line. (markt/rjung)
  fix Ensure the the memory leak protection for the HttpClient
  keep-alive always operates even if the thread has already
  stopped. (markt)
  fix 51940: Do not limit saving of request bodies during FORM
  authentication to POST requests since any HTTP method may
  include a request body. Based on a patch by Nicholas Sushkin.
  (kkolinko)
  fix 52091: Address performance issues related to lock contention
  in StandardWrapper. Based on patch provided by Taiki Sugawara.
  (kkolinko)
  update In GenericPrincipal, SerializablePrincipal: Do not sort lists
  of roles that have only one element. (kkolinko)
  add Make configuration issue for CsrfPreventionFilter result in
  the failure of the filter rather than just a warning message.
  (kkolinko)
  fix Ensure changes to the configuration of RemoteAddrValve and
  RemoteHostValve via JMX are thread-safe. (kkolinko)
  add Make configuration issue for RemoteAddrValve and
  RemoteHostValve result in the failure of the valve rather
  than just a warning message. (kkolinko)
  update In RequestFilterValve (RemoteAddrValve, RemoteHostValve):
  refactor value matching logic into separate method and expose
  this new method isAllowed through JMX. (kkolinko)
  add Improve performance of parameter processing for GET and POST
  requests. Also add an option to limit the maximum number of
  parameters processed per request. This defaults to 10000.
  Excessive parameters are ignored. Note that FailedRequestFilter
  can be used to reject the request if some parameters were
  ignored. (markt/kkolinko)
  add New filter FailedRequestFilter that will reject a request
  if there were errors during HTTP parameter parsing. (kkolinko)

  Coyote
  ------

  fix 50394: Return -1 from read operation instead of throwing an
  exception when encountering an EOF with the HTTP APR connector.
  (kkolinko)
  fix 51698: Fix CVE-2011-3190. Prevent AJP message injection. (markt)
  fix Detect incomplete AJP messages and reject the associated
  request if one is found. (markt)
  fix 51794: Fix race condition in NioEndpoint selector.
  Patch provided by dlord. (fhanik)
  fix 51905: Fix infinite loop in AprEndpoint shutdown if acceptor
  unlock fails. Reduce timeout before forcefully closing the
  socket from 30s to 10s. (kkolinko)
  fix 52121: Fix possible output corruption when compression is
  enabled for a connector and the response is flushed.
  Test case provided by David Marcks. (kkolinko)
  fix Replace unneeded call that iterated events queue in
  NioEndpoint.Poller. (kkolinko)
  fix Improve MimeHeaders.toString(). (kkolinko)
  fix Allow the BIO HTTP connector to be used with SSL when
  running under Java 7. (markt)
  fix Improve multi-byte character handling in all connectors. (rjung)

  Jasper
  ------

  fix 51220: Correct copy/paste error in original commit for this
  issue. (markt)
  fix 52091: Address performance issues related to log creation
  in TagHandlerPool. Patch provided by Taiki Sugawara. (markt)

  Cluster
  -------

  add 51736: Make rpcTimeout configurable in BackupManager. (kfujino)
  add New cluster manager attribute sessionAttributeFilter allows
  to filter which session attributes are replicated using a
  regular expression applied to the attribute name. (rjung)
  fix Avoid an unnecessary session ID change notice.
  Notice of changed session ID by JvmRouteBinderValve is
  unnecessary to BackupManager. In BackupManager, change of
  session ID is replicated by the call of a setId() method.
  (kfujino)
  fix Fix unneeded duplicate resetDeltaRequest() call in
  DeltaSession.setId(String). (kkolinko)
  add When Context manager does not exist, no context manager
  message is replied in order to avoid timeout (default 60 sec)
  of GET_ALL_SESSIONS sync phase. (kfujino)

  Webapps
  -------

  fix Correct the documentation for the connectionLinger attribute
  of the HTTP connector. (markt)
  add Show build date and version in the header on every
  documentation page. (kkolinko)
  fix 52049: Improve setup instructions for running as a Windows
  service: correct information on how a JRE is identified and
  selected. (markt)
  update 52172: Clarify Tomcat build instructions. Patch provided by
  bmargulies. (kkolinko)

  Other
  -----

  update Update the native component of the APR/native connectors
  to 1.1.22. (markt)
  update Update the recommended version of the native component
  of the APR/native connectors to 1.1.22. (kkolinko)
  update Update the Eclipse compiler (used for JSPs) to 3.7. (markt)
  fix Correct two typos in the Windows installer. (kkolinko)
  fix 52059: In Windows uninstaller: Do not forget to remove
  Tomcat keys from 32-bit registry on deinstallation. (kkolinko)

(tron)

2011-12-14 04:05:34 UTC MAIN commitmail json YAML

2011-12-14 04:01:37 UTC MAIN commitmail json YAML

2011-12-14 03:57:50 UTC MAIN commitmail json YAML

2011-12-14 03:28:54 UTC MAIN commitmail json YAML

Also disable native patch on FreeBSD

(joerg)

2011-12-14 03:21:52 UTC MAIN commitmail json YAML

2011-12-14 03:17:25 UTC MAIN commitmail json YAML

Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number of
restrictions including line length, asymmetric context and interaction
with read-only patches. It is just not worth the trouble.

(joerg)

2011-12-14 03:15:29 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-CompileTime-Traits version 1.102570.
Updated devel/p5-Test-Weaken to 3.006.000.

(hiramatsu)

2011-12-14 03:14:13 UTC MAIN commitmail json YAML

2011-12-14 03:14:06 UTC MAIN commitmail json YAML

Update p5-Test-Weaken to 3.006000.

Changes from previous:
----------------------
3.006000 Mon Nov 15 20:52:06 2010
        * Documentation changes
        * Added Test::Weaken::Gtk2 to SEE ALSO

(hiramatsu)

2011-12-14 03:13:20 UTC MAIN commitmail json YAML

Add p5-MooseX-CompileTime-Traits.

(hiramatsu)

2011-12-14 03:12:16 UTC MAIN commitmail json YAML

Import MooseX::CompileTime::Traits into devel/p5-MooseX-CompileTime-Traits,
which is required to update www/p5-POE-Component-Server-PSGI.

MooseX::CompileTime::Traits allows role application at compile time via use
statements. What this class does is provide an import method that will apply
each of the roles (along with any arguments for parameterized roles).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(hiramatsu)

2011-12-14 03:07:25 UTC MAIN commitmail json YAML

2011-12-14 03:05:04 UTC MAIN commitmail json YAML

2011-12-14 03:03:47 UTC MAIN commitmail json YAML

2011-12-14 02:57:37 UTC MAIN commitmail json YAML

2011-12-14 02:54:27 UTC MAIN commitmail json YAML

2011-12-14 02:45:07 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup tickets 3630 and 3631

(sbd)

2011-12-14 02:43:13 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3631 - requested by spz
www/apache22 security patch

Revisions pulled up:
- www/apache22/Makefile                                        1.76
- www/apache22/distinfo                                        1.47
- www/apache22/patches/patch-modules_mappers_mod_rewrite.c      1.1
- www/apache22/patches/patch-modules_proxy_mod_proxy.c          1.1

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Tue Dec 13 15:37:57 UTC 2011

  Modified Files:
  pkgsrc/www/apache22: Makefile distinfo
  Added Files:
  pkgsrc/www/apache22/patches: patch-modules_mappers_mod_rewrite.c
      patch-modules_proxy_mod_proxy.c

  Log Message:
  add revision 1209432 from http://svn.apache.org/ as patches:
  fix for CVE-2011-4317

(sbd)

2011-12-14 02:42:40 UTC pkgsrc-2011Q3 commitmail json YAML

Pullup ticket #3630 - requested by spz
security/openpam security patch

Revisions pulled up:
- security/openpam/Makefile                                    1.16
- security/openpam/distinfo                                    1.8
- security/openpam/patches/patch-ab                            1.4

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Tue Dec 13 15:57:08 UTC 2011

  Modified Files:
  pkgsrc/security/openpam: Makefile distinfo
  pkgsrc/security/openpam/patches: patch-ab

  Log Message:
  added prevention of CVE-2011-4122 taken from NetBSD src

(sbd)

2011-12-14 02:29:31 UTC MAIN commitmail json YAML

Revert following commit (gdb doesn't confict with autoconf):

  Module Name: pkgsrc
  Committed By: sbd
  Date: Tue Dec 13 06:58:09 UTC 2011

  Modified Files:
  pkgsrc/devel/gdb: Makefile distinfo
  pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_configure.in
  Added Files:
  pkgsrc/devel/gdb/patches: patch-gdb_gdbserver_config.in
      patch-gdb_gdbserver_configure

  Log Message:
  This package can't use autoconf as to conflicts with it.

  To generate a diff of this commit:
  cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/gdb/Makefile
  cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/gdb/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_config.in \
      pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure
  cvs rdiff -u -r1.1 -r1.2 \
      pkgsrc/devel/gdb/patches/patch-gdb_gdbserver_configure.in

(sbd)

2011-12-14 02:03:26 UTC MAIN commitmail json YAML

Update CONFLICTS so that devel/gdb doesn't conflict with autoconf.

Bump PKGREVISION.

(sbd)

2011-12-14 00:19:15 UTC MAIN commitmail json YAML

graphics/gqview-devel: explicitly list all linked libraries

Required for default linking behavior of binutils 2.22 ld

(marino)

2011-12-14 00:17:45 UTC MAIN commitmail json YAML

graphics/gpicview: USE_TOOLS+= msgfmt

(marino)

2011-12-14 00:16:13 UTC MAIN commitmail json YAML

graphics/glx-utils: explicitly list all linked libraries

Required for default linking behavior of binutils 2.22 ld

(marino)

2011-12-14 00:15:24 UTC MAIN commitmail json YAML

graphics/gimp2-wideangle: explicitly list all linked libraries

Required for default linking behavior of binutils 2.22 ld

(marino)

2011-12-14 00:12:38 UTC MAIN commitmail json YAML

games/tyrquake: Get makefile to recognize DragonFly

(marino)

2011-12-14 00:11:33 UTC MAIN commitmail json YAML

games/quakespasm: Get makefile to recognize DragonFly

(marino)

2011-12-13 23:13:28 UTC MAIN commitmail json YAML

Revert PYTHON_VERSIONS_ACCEPTED.

(joerg)

2011-12-13 22:00:47 UTC MAIN commitmail json YAML

Add back distfile for push option and decouple it from uwsgi.
Adjust logic to generate the full distinfo if makesum is called.
Add image-filter, upload and debug options (PR 45612).

(joerg)

2011-12-13 21:46:35 UTC MAIN commitmail json YAML

Updated converters/qrencode to 3.2.0

(ryoon)

2011-12-13 21:44:37 UTC MAIN commitmail json YAML

Update to 3.2.0

* Remove obsolete patches.

Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
  information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
  that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
  been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
  (experimental)

Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.

A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.

Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.

(ryoon)