pkgsrcv2.git
12 years agoUpdate ruby-facter package to 1.6.8.
taca [Sun, 29 Apr 2012 14:20:33 +0000 (14:20 +0000)]
Update ruby-facter package to 1.6.8.

1.6.8
===
b86fe4c (#12831) Add rspec tests to have_which method in Resolution
70be957 (#12831) Fix recursion on first kernel fact resolution

1.6.7
===
ab9e26c Updating CHANGELOG and lib/facter.rb for Facter 1.6.7rc1
bdbf332 (#12720) Add Solaris CPU info to 'processorN' fact.
a7f5924 (#12813) Redirect lspci output to /dev/null
6ec2863 (#12669) Preserve timestamps when installing files

12 years agoNote update of print/ruby-pdf-reader package to 1.1.0.
taca [Sun, 29 Apr 2012 14:19:22 +0000 (14:19 +0000)]
Note update of print/ruby-pdf-reader package to 1.1.0.

12 years agoUpdate ruby-pdf-reader to 1.1.0.
taca [Sun, 29 Apr 2012 14:18:50 +0000 (14:18 +0000)]
Update ruby-pdf-reader to 1.1.0.

v1.1.0 (25th March 2012)
- new PageState class for handling common state tracking in page receivers
  - see PageTextReceiver for example usage
- various bugfixes to support reading more PDF dialects

12 years agoNote update of these packages:
taca [Sun, 29 Apr 2012 14:17:22 +0000 (14:17 +0000)]
Note update of these packages:

net/ruby-domain_name 0.5.3
net/ruby-soap4r 2.0.5

12 years agoUpdate ruby-soap4r to 2.0.5.
taca [Sun, 29 Apr 2012 14:16:17 +0000 (14:16 +0000)]
Update ruby-soap4r to 2.0.5.
Exact changes are unavailable.

12 years agoUpdate ruby-domain_name to 0.5.3.
taca [Sun, 29 Apr 2012 14:12:55 +0000 (14:12 +0000)]
Update ruby-domain_name to 0.5.3.

Several bugfixes.

12 years agoNote update of these packages:
taca [Sun, 29 Apr 2012 14:09:54 +0000 (14:09 +0000)]
Note update of these packages:

misc/ruby-bundler 1.1.3
misc/ruby-sprockets 2.4.1

12 years agoUpdate ruby-sprockets package to 2.4.1.
taca [Sun, 29 Apr 2012 14:08:39 +0000 (14:08 +0000)]
Update ruby-sprockets package to 2.4.1.

pkgsrc change: fix HOMEPAGE.

**2.4.1** (April 26, 2012)

* Fixed MultiJson API change
* Fixed gzip mtime

**2.4.0** (March 27, 2012)

* Added global path registry
* Added global processor registry

**2.3.2** (March 26, 2012)

* Fix Context#logical_path with dots

12 years agoUpdate ruby-bundler to 1.1.3.
taca [Sun, 29 Apr 2012 14:07:13 +0000 (14:07 +0000)]
Update ruby-bundler to 1.1.3.

## 1.1.3 (March 23, 2012)

Bugfixes:

  - escape the bundler root path (@tenderlove, #1789)

12 years agoNote update of these pacakges:
taca [Sun, 29 Apr 2012 14:05:59 +0000 (14:05 +0000)]
Note update of these pacakges:

lang/ruby-coffee-script-source 1.3.1
lang/ruby-execjs 1.3.1

12 years agoUpdate ruby-execjs to 1.3.1.
taca [Sun, 29 Apr 2012 14:04:50 +0000 (14:04 +0000)]
Update ruby-execjs to 1.3.1.

- Fix multijson api change.
- Skip disabled tests.

12 years agoUpdate ruby-coffee-script-source to 1.3.1.
taca [Sun, 29 Apr 2012 14:03:34 +0000 (14:03 +0000)]
Update ruby-coffee-script-source to 1.3.1.

1.3.1 – APRIL 10, 2012

* CoffeeScript now enforces all of JavaScript's Strict Mode early syntax
  errors at compile time. This includes old-style octal literals, duplicate
  property names in object literals, duplicate parameters in a function
  definition, deleting naked variables, setting the value of eval or
  arguments, and more. See a full discussion at #1547.
* The REPL now has a handy new multi-line mode for entering large blocks of
  code. It's useful when copy-and-pasting examples into the REPL. Enter
  multi-line mode with Ctrl-V. You may also now pipe input directly into the
  REPL.
* CoffeeScript now prints a Generated by CoffeeScript VERSION header at the
  top of each compiled file.
* Conditional assignment of previously undefined variables a or= b is now
  considered a syntax error.
* A tweak to the semantics of do, which can now be used to more easily
  simulate a namespace: do (x = 1, y = 2) -> ...
* Loop indices are now mutable within a loop iteration, and immutable between
  them.
* Both endpoints of a slice are now allowed to be omitted for consistency,
  effectively creating a shallow copy of the list.
* Additional tweaks and improvments to coffee --watch under Node's "new" file
  watching API. Watch will now beep by default if you introduce a syntax error
  into a watched script. We also now ignore hidden directories by default when
  watching recursively.

12 years agoUpdated textproc/groonga to 2.0.2
obache [Sun, 29 Apr 2012 13:33:22 +0000 (13:33 +0000)]
Updated textproc/groonga to 2.0.2

12 years agoUpdate groonga to 2.0.2.
obache [Sun, 29 Apr 2012 13:33:06 +0000 (13:33 +0000)]
Update groonga to 2.0.2.

Release 2.0.2 - 2012/04/29
--------------------------

Improvements
^^^^^^^^^^^^

* [pkg-config] Removed needless MessagePack dependency.
* [rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]
* [rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]
* [groonga] Improved daemoinzed timing. Groonga server daemonizes
  after socket is listened. It means that groonga server is ready when
  groonga server is daemonized. [#1326]
* [admin] Supported suggest in groonga administration page.
* [dump] Ignored MeCab tokenizer load error.
* Supported CMake.
* [load] Supported error report when a column value can't be set.
* Supported similar search. ``select --filter "column *S 'TEXT'"``
  is the similar search syntax. [#1342]
* [apt][yum] Changed package sign key.
* Supported Ubuntu Precise Pangolin.
* [apt] Added a new groonga-keyring deb package for the groonga's
  package sign key.

Fixes
^^^^^

* [deb][rpm] Used ``--bind-address`` option instead of deprecated
  ``--address`` option.
  [#1320] [Patch by IWAI, Masaharu]
* [deb] Renamed groonga-server package's configuration file to
  /etc/default/groonga-server from /etc/default/groonga.
* [rpm][fedora] Fixed upgrade condition in %post server.
  [GitHub#11] [Patch by Daiki Ueno]
* [rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]
* [deb][rpm] Added missing curl dependency.
  [GitHub#12] [Patch by IWAI, Masaharu]
* [rpm] Removed needleess ruby package dependency from groonga package.
  [#1330] [Suggested by IWAI, Masaharu]
* [deb] Added missing default values to groonga-server's
  configuration file.
* Fixed a crash bug that is caused when searching with updaging very large
  inverted index. [#1329]
* Fixed a bug that strings are compared as characters instead of byte string.
  [#1340] [Reported by Shinya Kawaji]

.. _release-2-0-1:

Release 2.0.1 - 2012/03/29
--------------------------

Improvements
^^^^^^^^^^^^

* Supported build in other directory.
  [#1298] [Reported by Kazuhiko]
* [solaris] Supported build on Solaris 11. [Reported by Kazuhiko]
* [test] Supported functional test.
* [test] Required ``--with-ruby19`` configure option for testing by Ruby.
* [dump] Supported records dump for a table that has default tokenizer.
* [suggest] Added ``similar_search`` option.
* [groonga] Removed deprecated options, ``-a``, ``--address`` and
  ``--admin-html-path``.
* Added more return value checks. [GitHub#9] [Reported by Markus Elfring]
* [dat] Supported term extract operation.
* Added `logos <http://groonga.org/logo/>`_ .
* Updated HTML design.
* Renamed ``grntest`` to ``groonga-benchmark``.
* Supported ``autogen.sh`` on CentOS 5.
* [linux] Added ``vm.overcommit_memory`` kernel parameter value
  check. [#1289]
* ``grn_snip`` uses ``grn_obj`` mechanism. [#1054]

Fixes
^^^^^

* Fixed a bug that uninstall task doesn't uninstall installed Ruby
  scripts. [#1299] [Reported by Kazuhiko]
* Added a missing Gemfile. [#1302] [Reported by Kazuhiko]
* Fixed a bug that some indexed records aren't found. The feature is
  only used by mroonga. [#1303]
* [groonga] Appended missing ``-id`` to ``--server-id`` option name.
* Fixed a bug that latin1 normalization may access unexpected memory.

12 years agoNote update of devel/ruby-turn package to 0.9.5.
taca [Sun, 29 Apr 2012 13:21:43 +0000 (13:21 +0000)]
Note update of devel/ruby-turn package to 0.9.5.

12 years agoUpdate ruby-turn package to 0.9.5.
taca [Sun, 29 Apr 2012 13:20:48 +0000 (13:20 +0000)]
Update ruby-turn package to 0.9.5.

== 0.9.5 / 2012-04-15
  * Add -m/-mark option to flag tests with high runtimes.
  * Show per-test runtime in Pretty reporter. (#83)
  * Fix colorization of result box. (Don Wilson) (#81, #85)
  * Add support for natural test names in pretty format. (Don Wilson) (#86)
  * Fix test rake task on Windows. (Don Wilson) (#88)

12 years agoRemove accidently commited file.
taca [Sun, 29 Apr 2012 13:18:48 +0000 (13:18 +0000)]
Remove accidently commited file.

12 years agoNote update of devel/ruby-uglifier package to 1.2.4.
taca [Sun, 29 Apr 2012 13:16:27 +0000 (13:16 +0000)]
Note update of devel/ruby-uglifier package to 1.2.4.

12 years agoUpdate ruby-uglifier to 1.2.4.
taca [Sun, 29 Apr 2012 13:15:33 +0000 (13:15 +0000)]
Update ruby-uglifier to 1.2.4.

* Update UglifyJS to 1.2.6.

12 years agoNote update of Ruby on Rails 3.2.3 packages;
taca [Sun, 29 Apr 2012 13:09:35 +0000 (13:09 +0000)]
Note update of Ruby on Rails 3.2.3 packages;

devel/ruby-activesupport32 3.2.3
devel/ruby-activemodel32 3.2.3
databases/ruby-activerecord32 3.2.3
www/ruby-activeresource32 3.2.3
www/ruby-actionpack32 3.2.3
mail/ruby-actionmailer32 3.2.3
devel/ruby-railties32 3.2.3
www/ruby-rails32 3.2.3

12 years agoUpdate www/ruby-rails32 to 3.2.3.
taca [Sun, 29 Apr 2012 13:06:05 +0000 (13:06 +0000)]
Update www/ruby-rails32 to 3.2.3.

No change but version.

12 years agoUpdate devel/ruby-railties32 to 3.2.3.
taca [Sun, 29 Apr 2012 13:04:10 +0000 (13:04 +0000)]
Update devel/ruby-railties32 to 3.2.3.

No change but version.

12 years agoUpdate mail/ruby-actionmailer32 to 3.2.3.
taca [Sun, 29 Apr 2012 13:03:17 +0000 (13:03 +0000)]
Update mail/ruby-actionmailer32 to 3.2.3.

## Rails 3.2.3 (unreleased) ##

*   Upgrade mail version to 2.4.3 *ML*

12 years agoUpdate www/ruby-actionpack32 to 3.3.2.
taca [Sun, 29 Apr 2012 13:00:28 +0000 (13:00 +0000)]
Update www/ruby-actionpack32 to 3.3.2.

## Rails 3.2.3 (unreleased) ##

*   Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*

*   Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*

*   Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*

*   Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*

*   Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*

*   Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
    check that info. Closes #5245. *Santiago Pastorino*

*   Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*

*   Upgrade rack-cache to 1.2. *José Valim*

*   ActionController::SessionManagement is deprecated. *Santiago Pastorino*

*   Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim*

*   Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*

*   Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*

*   Fixes layout rendering regression from 3.2.2. *José Valim*

12 years agoUpdate www/ruby-activeresource32 to 3.2.3.
taca [Sun, 29 Apr 2012 12:59:34 +0000 (12:59 +0000)]
Update www/ruby-activeresource32 to 3.2.3.

No change but version.

12 years agoUpdate databasers/ruby-activerecord32 to 3.2.3.
taca [Sun, 29 Apr 2012 12:58:23 +0000 (12:58 +0000)]
Update databasers/ruby-activerecord32 to 3.2.3.

## Rails 3.2.3 (unreleased) ##

*   Added find_or_create_by_{attribute}! dynamic method. *Andrew White*

*   Whitelist all attribute assignment by default. Change the default for newly generated applications to whitelist all attribute assignment.  Also update the generated model classes so users are reminded of the importance of attr_accessible. *NZKoz*

*   Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings. *Jacobkg*

*   Fix associations when using per class databases. *larskanis*

*   Revert setting NOT NULL constraints in add_timestamps *fxn*

*   Fix mysql to use proper text types. Fixes #3931. *kennyj*

*   Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*

12 years agoUpdate devel/ruby-activemodel32 to 3.2.3.
taca [Sun, 29 Apr 2012 12:57:08 +0000 (12:57 +0000)]
Update devel/ruby-activemodel32 to 3.2.3.

No change but version.

12 years agoUpdate devel/ruby-activesupport32 to 3.2.3.
taca [Sun, 29 Apr 2012 12:56:35 +0000 (12:56 +0000)]
Update devel/ruby-activesupport32 to 3.2.3.

No change but version.

12 years agoStart updating Ruby on Rails to 3.2.3.
taca [Sun, 29 Apr 2012 12:56:00 +0000 (12:56 +0000)]
Start updating Ruby on Rails to 3.2.3.

12 years agoUpdated graphics/GraphicsMagick to 1.3.15
obache [Sun, 29 Apr 2012 12:42:03 +0000 (12:42 +0000)]
Updated graphics/GraphicsMagick to 1.3.15

12 years agoUpdate GraphicsMagick to 1.3.15.
obache [Sun, 29 Apr 2012 12:41:48 +0000 (12:41 +0000)]
Update GraphicsMagick to 1.3.15.

1.3.15 (April 28, 2012)
==========================

Security Fixes:

  * Libpng in Windows build is updated to 1.5.10 release.  Provides a
    fix for CVE-2011-3048.

Bug fixes:

  * PNG - fixed problem with bit depth when the encoder decides to
    write RGBA instead of indexed PNG.

  * Fixed some temporary file leaks which were caused by the temporary
    file name being automatically extended to include a scene number,
    and therefore fail to be deleted.

New Features:

  * Added '+noise random' and '-operator noise-random' to 'convert'
    and 'mogrify'.  This modulates the existing image data with
    uniformely random noise.

  * Added -strip option in composite, convert, mogrify, and montage to
    remove all profiles and text attributes from the image.

  * Added -repage option to composite, convert, mogrify, and montage
    subcommands to reset or adjust the current image page offsets
    based on a provided geometry specification.

  * New C function StripImage() to remove all profiles and text
    attributes from the image.

  * New C function ResetImagePage() to adjust the current image page
    canvas and position based on a relative page specification.

  * C functions GenerateDifferentialNoise(), AddNoiseImageChannel(),
    QuantumOperatorRegionImage(), AddNoiseImage() updated to support
    RandomNoise enumeration.

  * New C++ Image method strip(), and unary function stripImage() to
    remove all profiles and text attributes from the image.

  * XCF format now respects image subimage and subrange members so
    that returned image layers may be selected.

  * The INFO coder (e.g. output file "info:-") now respects the
    -format option so that its output may be adjusted identically to
    how -format works for 'identify'.

  * TclMagick now supports Random noise.

Feature improvements:

  * C function ThumbnailImage() now allows the user to override the
    filter used, but still defaults to using the box filter.

Performance Improvements:

  * None

Behavior Changes:

  * No longer add a printf-style scene formatting specification to
    filenames which do not have one and no longer automatically
    operate in 'adjoin' mode in such cases.  If multiple numbered
    files are intended to be output, then add +adjoin to the command
    line and use an output filename specification similar to
    "image-%d.jpg".  Output files are now completely specified and
    predictable but this may break some existing usages which
    anticipate the automatic file numbering.

12 years agoremove duplicated last devel/xorg-util-macros entry
obache [Sun, 29 Apr 2012 12:24:00 +0000 (12:24 +0000)]
remove duplicated last devel/xorg-util-macros entry

12 years agoUpdated inputmethod/scim to 1.4.13
obache [Sun, 29 Apr 2012 12:16:09 +0000 (12:16 +0000)]
Updated inputmethod/scim to 1.4.13

12 years agoUpdate scim to 1.4.13.
obache [Sun, 29 Apr 2012 12:15:55 +0000 (12:15 +0000)]
Update scim to 1.4.13.

fixes installation issue (not affect to pkgsrc).

12 years agoMake it a build dependency, as joerg notes.
wiz [Sun, 29 Apr 2012 11:30:23 +0000 (11:30 +0000)]
Make it a build dependency, as joerg notes.

12 years agoAdd buildlink3.mk for upcoming packages that need to find the
wiz [Sun, 29 Apr 2012 10:40:47 +0000 (10:40 +0000)]
Add buildlink3.mk for upcoming packages that need to find the
pkg-config file.

12 years agoUpdated devel/xorg-util-macros to 1.17
wiz [Sun, 29 Apr 2012 10:26:15 +0000 (10:26 +0000)]
Updated devel/xorg-util-macros to 1.17

12 years agoUpdate to 1.17, provided by ftigeot.
wiz [Sun, 29 Apr 2012 10:25:37 +0000 (10:25 +0000)]
Update to 1.17, provided by ftigeot.

1.17:
Add XORG_ENABLE_INTEGRATION_TESTS
Don't use AS_ECHO in XORG_TESTSET_CFLAG
Fix cflag test compiler message and cache ids
Separate unknown warning options by language

1.16.2:
Cache the results of checking compiler flag support in XORG_TESTSET_CFLAG
Use AS_ECHO rather than AS_ECHO_N in XORG_TESTSET_CFLAG
Make XORG_TESTSET_CFLAG work for multiple languages
Define BASE_CXXFLAGS when C++ is the chosen language

1.16.1:
Remove -Winline from BASE_CFLAGS
Provide a configure option to turn off the selective -Werror=... CFLAGS

1.16.0:
Fix the test for -Werror=attributes
Add XORG_TESTSET_CFLAG which can be used to test what flags the compiler supports
Use XORG_TESTSET_CFLAG in XORG_STRICT_OPTION
Add XORG_COMPILER_FLAGS to replace XORG_CWARNFLAGS
Update XORG_CWARNFLAGS to use XORG_COMPILER_FLAGS
Add additional flags to XORG_COMPILER_FLAGS
Add an optional argument to XORG_LD_WRAP
Define __wrap_exit in test program source for XORG_LD_WRAP
Add XORG_MEMORY_CHECK_FLAGS and require it in XORG_ENABLE_UNIT_TESTS
XORG_TESTSET_CFLAG: Add support fot -Werror=unused-command-line-argument
XORG_TESTSET_CFLAG: Try to both compile & link with the flags

1.15.0:
XORG_PROG_RAWCPP: use AC_LANG_SOURCE to prevent warnings
XORG_WITH_FOP: add minimum version checking support
Add XORG_WITH_PERL macro
XORG_WITH_XSLTPROC: warn at development time rather than config time

1.14.0:
Create XORG_COMPILER_BRAND macro to centralize compiler checks
Make XORG_STRICT_OPTION always set STRICT_CFLAGS
XORG_STRICT_OPTION: add -Werror=attributes to STRICT_CFLAGS for gcc
Add AC_LANG_DEFINES_PROVIDED to XORG_RAW_CPP to silence autoconf warnings

1.13.0:
XORG_ENABLE_UNIT_TESTS: add support for unit testing
XORG_WITH_GLIB: check for the GLib package
XORG_LD_WRAP: check if linker supports -wrap

1.12.0:
XORG_ENABLE_DOCS: Fix "Enable building the documentation (yes: yes)"
Use AC_LANG_PROGRAM in XORG_CHECK_MALLOC_ZERO to clear autoconf-2.68 warnings
XORG_WITH_XSLTPROC: add XSLT processor command line tool

1.11.0:
docs: Use m4 to handle optional macro defaults
docs: Take optional argument to control defaults

1.10.1:
XORG_MANPAGE_SECTIONS: add substitution for apploaddir
Sun's copyrights are now owned by Oracle

1.10.0:
XORG_WITH_XMLTO: add HAVE_XMLTO_TEXT for text output format
XORG_CHECK_SGML_DOCTOOLS: add interface for xorg stylesheet

1.9.0:
XORG_WITH_GROFF: check for presence of required software

1.8.0:
LinuxDoc: filter out ^H in text output
LinuxDoc: Use XORG_WITH_PS2PDF to check for ps2pdf
Rework and extend platform coverage
Remove unused --with-release-version=STRING option
Manpages: minor Makefile fixes, require sed

12 years agoUpdated x11/xdm to 1.1.11nb1
sbd [Sun, 29 Apr 2012 08:05:08 +0000 (08:05 +0000)]
Updated x11/xdm to 1.1.11nb1

12 years agoPut xdm's config files in ${PKG_SYSCONFBASE}/xdm, install them using
sbd [Sun, 29 Apr 2012 08:04:56 +0000 (08:04 +0000)]
Put xdm's config files in ${PKG_SYSCONFBASE}/xdm, install them using
CONF_FILES, and adjust the rc.d script. (As requested in PR#41102).

Bump PKGREVISION.

12 years agoUse the --with-appdefaultdir configure arg and set both the log and pid
sbd [Sun, 29 Apr 2012 07:48:34 +0000 (07:48 +0000)]
Use the --with-appdefaultdir configure arg and set both the log and pid
directorys to be under ${VARBASE}.

12 years agoUpdate of these packages:
taca [Sun, 29 Apr 2012 05:54:33 +0000 (05:54 +0000)]
Update of these packages:

devel/ruby-simplecov 0.6.2
devel/ruby-subexec 0.2.2

12 years agoUpdate ruby-subexec to 0.2.2.
taca [Sun, 29 Apr 2012 05:53:42 +0000 (05:53 +0000)]
Update ruby-subexec to 0.2.2.
Exact changes aren't available.

* Fix for JRuby.
* Run with Solaris's /bin/sh.

12 years agoUpdate ruby-simplecov to 0.6.2.
taca [Sun, 29 Apr 2012 05:50:47 +0000 (05:50 +0000)]
Update ruby-simplecov to 0.6.2.

v0.6.2 (2012-04-20)
===================

  * Updated to latest version of MultiJSON and it's new API (thanks to
    @sferik and @ronen).
    See https://github.com/colszowka/simplecov/pull/122

12 years agoNote update of json related ruby pacakges:
taca [Sun, 29 Apr 2012 05:43:46 +0000 (05:43 +0000)]
Note update of json related ruby pacakges:

textproc/ruby-multi_json 1.3.4
textproc/ruby-json 1.7.0
textproc/ruby-json-pure 1.7.0

12 years agoUpdate ruby-json and ruby-json-pure to 1.7.0
taca [Sun, 29 Apr 2012 05:42:46 +0000 (05:42 +0000)]
Update ruby-json and ruby-json-pure to 1.7.0

2012-04-28 (1.7.0)
  * Add JSON::GenericObject for method access to objects transmitted via JSON.
2012-04-27 (1.6.7)
  * Fix possible crash when trying to parse nil value.

12 years agoUpdate ruby-multi_json to 1.3.4.
taca [Sun, 29 Apr 2012 05:41:46 +0000 (05:41 +0000)]
Update ruby-multi_json to 1.3.4.
Exact changes aren't avaiable.

* Add support for Oj library.
* Several bug fixes.

12 years agoNote update of these packages:
taca [Sun, 29 Apr 2012 05:31:05 +0000 (05:31 +0000)]
Note update of these packages:

devel/ruby-rspec-expectations 2.9.1
devel/ruby-sexp-processor 3.2.0

12 years agoUpdate ruby-sexp-processor to 3.2.0.
taca [Sun, 29 Apr 2012 05:29:29 +0000 (05:29 +0000)]
Update ruby-sexp-processor to 3.2.0.

=== 3.2.0 / 2012-04-15

* 5 minor enhancements:

  * Added a ton of block arg tests.
  * Added add19_edgecases to help refactor a bunch of tests that all have the same output.
  * Added better debugging output for rewrites.
  * Cleaned and added a bunch of stabby proc tests.
  * Moved RawParseTree test data to ParseTree project.

* 2 bug fixes:

  * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
  * Fixes for R2R

12 years agoUpdate ruby-rspec-expectations to 2.9.1.
taca [Sun, 29 Apr 2012 05:28:41 +0000 (05:28 +0000)]
Update ruby-rspec-expectations to 2.9.1.

### 2.9.1 / 2012-04-03
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...2.9.1)

Bug fixes

* Provide a helpful message if the diff between two objects is empty.
* Fix bug diffing single strings with multiline strings.
* Fix for error with using custom matchers inside other custom matchers
  (mirasrael)
* Fix using execution context methods in nested DSL matchers (mirasrael)

12 years agoAdd BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
dholland [Sun, 29 Apr 2012 04:18:48 +0000 (04:18 +0000)]
Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 2.

12 years agoAdd BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
dholland [Sun, 29 Apr 2012 04:12:43 +0000 (04:12 +0000)]
Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.

12 years agoAdd BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
dholland [Sun, 29 Apr 2012 04:09:50 +0000 (04:09 +0000)]
Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.
PKGREVISION -> 1.

12 years agoAdd BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
dholland [Sun, 29 Apr 2012 04:05:55 +0000 (04:05 +0000)]
Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 16.

12 years agoAdd BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
dholland [Sun, 29 Apr 2012 03:59:28 +0000 (03:59 +0000)]
Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.
PKGREVISION -> 26.

12 years agoBump PKGREVISION to 20 for audio/audacious bl3 change.
dholland [Sun, 29 Apr 2012 03:52:06 +0000 (03:52 +0000)]
Bump PKGREVISION to 20 for audio/audacious bl3 change.

12 years agoRemove BUILDLINK_DEPMETHOD.audacious?=build. There are only two references
dholland [Sun, 29 Apr 2012 03:51:26 +0000 (03:51 +0000)]
Remove BUILDLINK_DEPMETHOD.audacious?=build. There are only two references
to this bl3 that I can find. One is audacious-plugins, where this setting
is incorrect (it fails Joerg's new .so tests); the other reference is in
audio/mp3splt-gtk, and it's commented out.

12 years agosync with license.mk (thanks wiz)
christos [Sun, 29 Apr 2012 01:46:48 +0000 (01:46 +0000)]
sync with license.mk (thanks wiz)

12 years agoUpdated www/seamonkey-l10n to 2.9
ryoon [Sat, 28 Apr 2012 23:02:55 +0000 (23:02 +0000)]
Updated www/seamonkey-l10n to 2.9

12 years agoUpdate to 2.9
ryoon [Sat, 28 Apr 2012 23:01:55 +0000 (23:01 +0000)]
Update to 2.9

Sync with seamonkey-2.9.

12 years agoUpdated www/seamonkey to 2.9
ryoon [Sat, 28 Apr 2012 22:50:39 +0000 (22:50 +0000)]
Updated www/seamonkey to 2.9

12 years agoUpdate to 2.9
ryoon [Sat, 28 Apr 2012 22:48:07 +0000 (22:48 +0000)]
Update to 2.9

* Remove unused option.
* Restore jemalloc option.

Changelog:
* The File and Move Bookmarks dialogs are resizable now.
* HTML5 videos that do not start automatically show a large play button now.
* Add-ons Sync can now be configured without the Add-ons Sync Prefs add-on.
* Pasting a URL from the clipboard into the Download Manager window will
  download it.
* Plugins can be disabled for the whole suite now in addition to
  Mail & Newsgroups only.

* View Source now has line numbers.
* Line breaks are now supported in the title attribute.
* Find in Page search results are scrolled into view now.
* The column-fill CSS property has been implemented.
* Support for the text-align-last CSS property has been added.
* Experimental support for ECMAScript 6 Map and Set objects has been
  implemented.
* Fixed several stability issues.

12 years agoAdd IBM public license 1.0
christos [Sat, 28 Apr 2012 22:43:37 +0000 (22:43 +0000)]
Add IBM public license 1.0

12 years agoUpdate xymon to 4.3.7
gendalia [Sat, 28 Apr 2012 20:55:31 +0000 (20:55 +0000)]
Update xymon to 4.3.7

Upstream changelog:

Changes from 4.3.6 -> 4.3.7 (13 Dec 2011)
=========================================
* rev 6803
* Fix acknowledge CGI (broken in 4.3.6)
* Fix broken uptime calculation for systems reporting "1 day"
* Workaround Solaris breakage in the LFS-support detection
* Fix/add links to the HTML man-page index.
* Fix "Stop after" value not being shown on the "info" page.
* Fix broken alert texts when using FORMAT=SMS
* Fix wrong description of xymondboard CRITERIA in xymon(1)
* Fix missing columnname in analysis.cfg(5) DS example
* Fix missing space in output from disk IGNORE rules in
  xymond_client --dump-config
* Fix overwrite of xymon-apache.conf when upgrading
* Fix installation so it does not remove include/directory
  lines from configuration files.
* Add client/local/ directory for custom client script

Changes from 4.3.5 -> 4.3.6 (5 Dec 2011)
========================================
* rev 6788
* Optionally choose the color for the "cpu" status when it goes
  non-green due to uptime or clock offset.
* Allow for "include" and "directory" in combo.cfg and protocols.cfg
* New INTERFACES definition in hosts.cfg to select which network
  interfaces are tracked in graphs.
* New access control mechanism for some CGI scripts returning
  host-specific information. Access optionally checked against
  an Apache-style "group" file (see xymonwebaccess(5) CGI manpage).
* New "vertical" page-definitions (vpage, vsubpage,vsubparent)
  for listing hosts across and tests down on a page.
* Fix hostlist CGI crash when called with HTTP "HEAD"
* Fix svcstatus CGI crash when called with non-existing hostname
* Fix "ackinfo" updates being cleared when host hits a
  DOWNTIME period.
* Fix compile-errors on Solaris due to network libraries
  not being included.
* Fix "logrotate" messages not being sent to some channels.
* Fix problem with loading the hosts.cfg file.
* STATUSLIFETIME now provides the default time a status is valid (in xymond).
* Critical systems view: Use priority 99 for un-categorised priorities
  (imported from NK tags) and show this as 'No priority' on the webpage.
* useradm CGI: Sort usernames
* New xymond module - xymond_distribute - can forward
  administrative commands (drop, rename, disable, enable)
  from one Xymon server to another.
* New tool: appfeed CGI provides data for the Android "xymonQV" app
  by Darrik Mazey.

12 years agoUpdate xymon to 4.3.7
gendalia [Sat, 28 Apr 2012 18:26:19 +0000 (18:26 +0000)]
Update xymon to 4.3.7

Upstream changelog:

Changes from 4.3.6 -> 4.3.7 (13 Dec 2011)
=========================================
* rev 6803
* Fix acknowledge CGI (broken in 4.3.6)
* Fix broken uptime calculation for systems reporting "1 day"
* Workaround Solaris breakage in the LFS-support detection
* Fix/add links to the HTML man-page index.
* Fix "Stop after" value not being shown on the "info" page.
* Fix broken alert texts when using FORMAT=SMS
* Fix wrong description of xymondboard CRITERIA in xymon(1)
* Fix missing columnname in analysis.cfg(5) DS example
* Fix missing space in output from disk IGNORE rules in
  xymond_client --dump-config
* Fix overwrite of xymon-apache.conf when upgrading
* Fix installation so it does not remove include/directory
  lines from configuration files.
* Add client/local/ directory for custom client script

Changes from 4.3.5 -> 4.3.6 (5 Dec 2011)
========================================
* rev 6788
* Optionally choose the color for the "cpu" status when it goes
  non-green due to uptime or clock offset.
* Allow for "include" and "directory" in combo.cfg and protocols.cfg
* New INTERFACES definition in hosts.cfg to select which network
  interfaces are tracked in graphs.
* New access control mechanism for some CGI scripts returning
  host-specific information. Access optionally checked against
  an Apache-style "group" file (see xymonwebaccess(5) CGI manpage).
* New "vertical" page-definitions (vpage, vsubpage,vsubparent)
  for listing hosts across and tests down on a page.
* Fix hostlist CGI crash when called with HTTP "HEAD"
* Fix svcstatus CGI crash when called with non-existing hostname
* Fix "ackinfo" updates being cleared when host hits a
  DOWNTIME period.
* Fix compile-errors on Solaris due to network libraries
  not being included.
* Fix "logrotate" messages not being sent to some channels.
* Fix problem with loading the hosts.cfg file.
* STATUSLIFETIME now provides the default time a status is valid (in xymond).
* Critical systems view: Use priority 99 for un-categorised priorities
  (imported from NK tags) and show this as 'No priority' on the webpage.
* useradm CGI: Sort usernames
* New xymond module - xymond_distribute - can forward
  administrative commands (drop, rename, disable, enable)
  from one Xymon server to another.
* New tool: appfeed CGI provides data for the Android "xymonQV" app
  by Darrik Mazey.

12 years agoUpdated mail/thunderbird to 12.0
ryoon [Sat, 28 Apr 2012 17:11:18 +0000 (17:11 +0000)]
Updated mail/thunderbird to 12.0
Updated mail/thunderbird-l10n to 12.0

12 years agoUpdate to 12.0
ryoon [Sat, 28 Apr 2012 17:10:26 +0000 (17:10 +0000)]
Update to 12.0

Sync with thunderbird-12.0

12 years agoUpdate to 12.0
ryoon [Sat, 28 Apr 2012 16:56:59 +0000 (16:56 +0000)]
Update to 12.0

* Remove unused option.
* Update enigmail to 1.4.1

Changelog:
* Global Search results now include message extracts in the results
* Various security fixes
* Various improvements to RSS feed subscription and general feed handling
* Thunderbird now supports add-ons that provide different types of
  local mail storage

12 years ago+ blender-2.63, calibre-0.8.49, calligra-2.4.1 [koffice successor],
wiz [Sat, 28 Apr 2012 16:56:54 +0000 (16:56 +0000)]
+ blender-2.63, calibre-0.8.49, calligra-2.4.1 [koffice successor],
  grep-2.12, libcares-1.8.0, libdrm-2.4.33 [pkg/46384], mc-4.8.1.3,
  nginx-1.2.0, nut-17.7, vala-0.17.0, wine-devel-1.5.3.

12 years agoUpdated www/firefox-l10n to 12.0
ryoon [Sat, 28 Apr 2012 16:35:36 +0000 (16:35 +0000)]
Updated www/firefox-l10n to 12.0

12 years agoUpdate to 12.0
ryoon [Sat, 28 Apr 2012 16:34:46 +0000 (16:34 +0000)]
Update to 12.0

Sync with firefox-12.0

12 years agoNote update of these pacakges:
taca [Sat, 28 Apr 2012 15:56:09 +0000 (15:56 +0000)]
Note update of these pacakges:

devel/ruby-kgio 2.7.4
devel/ruby-logging 1.7.2
devel/ruby-mocha 0.11.3

12 years agoUpdate ruby-mocha to 0.11.3.
taca [Sat, 28 Apr 2012 15:55:03 +0000 (15:55 +0000)]
Update ruby-mocha to 0.11.3.

= 0.11.3
* Fix for #78 i.e. alias Object#method as Object#_method, not Object#__method__ which already exists as another Ruby method.

= 0.11.2
* Rails has a Request class which defines its own #method method. This broke the new mechanism for stubbing a method. This release includes a slightly modified version of fix #77 provided by @sikachu. See https://github.com/rails/rails/pull/5907 for further info.

= 0.11.1 ()
* In Ruby 1.8.7 methods accepting a block parameter were incorrectly restored without the block parameter after being stubbed. Fix for #76.

= 0.11.0 (fa601c89a7f5314dc3d258391a99c6a9e25cefb3)
* Store original method when stubbing rather than using alias_method. This fixes #41, #47, #74 and all tests now pass on both Ruby 1.8.7 and 1.9.3.
* Attempting to stub a method on a frozen object should fail fast. See #68.
* Prevent stubbing a method on nil by default. See #68.
* Generate documentation using YARD instead of Rdoc - removes dependency on Coderay.
* Publish documentation on Github pages instead of Rubyforge - uses rake task written by @tomafro.
* Remove agiledox which has outlived it's usefulness.
* Removed trailing whitespace throughout codebase.
* Add documentation for Mock#unstub.
* Improve documentation for ObjectMethods.
* Provide a way to run multiple tests within a single acceptance test method.

12 years agoUpdate ruby-logging to 1.7.2.
taca [Sat, 28 Apr 2012 15:54:07 +0000 (15:54 +0000)]
Update ruby-logging to 1.7.2.

== 1.7.2 / 2012-04-03

Bug Fixes
- Fixed segmentation fault on exit [issue #30]
- Fixed syswrite warning when IO contains unflushed data in buffer [issue #31]
- Added "mingw" to the list of Windows host versions

== 1.7.1 / 2012-03-05

Bug Fixes
- Fixed deprecated use of Config::* [issue #29]

== 1.7.0 / 2012-02-18

Enhancements
- Move appender factories [issue #28]
- ActionMail compatible options in the email appender [issue #27]
- Add TLS support to the email appender [issue #25]
- Refactoring appender shutdown [issue #20]
Bug Fixes
- File locking fails on windows using JRuby [issue #22]

== 1.6.2 / 2012-01-05

Bug Fixes
- Fix typo in the Readme [issue #14]
- Fix spelling in a variety of places [issue #15]
- Solaris does not have Syslog#LOG_PERROR defined [issue #17]
- Fix failing tests for Ruby 1.9.3 [issue #18]
- Check for RUBY_ENGINE for Ruby 1.8.7 [issue #19]
- Whitespace and '# EOF' cleanup
- Support for Rubinious

== 1.6.1 / 2011-09-09

Bug Fixes
- Rails compatibility methods [issue #11]
- Blocked rolling file appender [issue #12]

== 1.6.0 / 2011-08-22

Enhancements
- Adding periodic flushing of buffered messages [issue #10]
- Accessor for a logger's appenders [issue #9]
- Better support for capturing log messages in RSpec version 1 & 2

== 1.5.2 / 2011-07-07

Bug Fixes
- Changing working directory breaks rolling file appenders [issue #8]

== 1.5.1 / 2011-06-03

Bug Fixes
- IO streams cannot be buffered when using syswrite
- JRuby does not allow shared locks on write only file descriptors
- Fixing tests for JRuby 1.6.X

== 1.5.0 / 2011-03-22

Minor Enhancements
- removed mutexes in favor of IO#syswrite
- no round tripping through the buffer array when auto_flushing is true
- added a Proxy object that will log all methods called on it
- colorization of log messages

12 years agoUpdate ruby-kgio package to 2.7.4.
taca [Sat, 28 Apr 2012 15:52:08 +0000 (15:52 +0000)]
Update ruby-kgio package to 2.7.4.

=== kgio 2.7.4 - small fixes and cleanups / 2012-03-24 01:15 UTC

  Fix build for platforms lacking both TCP_CORK _and_ TCP_NOPUSH
  There are many test case fixes and cleanups, too.

12 years agoNote update of textproc/ruby-json and textproc/ruby-json-pure
taca [Sat, 28 Apr 2012 15:50:01 +0000 (15:50 +0000)]
Note update of textproc/ruby-json and textproc/ruby-json-pure
package to 1.6.6.

12 years agoUpdate ruby-json and ruby-json-pure pacakge to 1.6.6.
taca [Sat, 28 Apr 2012 15:48:16 +0000 (15:48 +0000)]
Update ruby-json and ruby-json-pure pacakge to 1.6.6.

2012-02-11 (1.6.6)
  * Propagate src encoding to values made from it (fixes 1.9 mode converting
    everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
    <tom.enebo@gmail.com>), should fix
    https://github.com/flori/json/issues#issue/119.
  * Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
  * Fix https://github.com/flori/json/issues#issue/117

12 years agoNote update of devel/ruby-gettext_i18n_rails package to 0.4.6.
taca [Sat, 28 Apr 2012 15:43:48 +0000 (15:43 +0000)]
Note update of devel/ruby-gettext_i18n_rails package to 0.4.6.

12 years agoUpdate ruby-gettext_i18n_rails to 0.4.6.
taca [Sat, 28 Apr 2012 15:43:09 +0000 (15:43 +0000)]
Update ruby-gettext_i18n_rails to 0.4.6.

Exact changes are unknown but improvemnt for handling of unparseable
1.9 syntax files.

12 years agoNote update of devel/ruby-fast_gettext package to 0.6.6.
taca [Sat, 28 Apr 2012 15:32:08 +0000 (15:32 +0000)]
Note update of devel/ruby-fast_gettext package to 0.6.6.

12 years agoUpdate ruby-fast_gettext to 0.6.6.
taca [Sat, 28 Apr 2012 15:31:26 +0000 (15:31 +0000)]
Update ruby-fast_gettext to 0.6.6.

Exact changes are unknown, but some bug fixes and remove development
dependency to jeweler.

12 years agomention updates
drochner [Sat, 28 Apr 2012 14:18:36 +0000 (14:18 +0000)]
mention updates

12 years agoupdate to 0.4.5
drochner [Sat, 28 Apr 2012 14:17:18 +0000 (14:17 +0000)]
update to 0.4.5
many fixes and UI improvements

12 years agosync w/ base pkg
drochner [Sat, 28 Apr 2012 14:13:54 +0000 (14:13 +0000)]
sync w/ base pkg

12 years agoNote update of devel/hoe package to 3.0.3.
taca [Sat, 28 Apr 2012 14:12:39 +0000 (14:12 +0000)]
Note update of devel/hoe package to 3.0.3.

12 years agoupdate to 1.8.1
drochner [Sat, 28 Apr 2012 14:12:16 +0000 (14:12 +0000)]
update to 1.8.1
This is a new major branch, many fixes and enhancements.

12 years agoUpdate hoe package to 3.0.3.
taca [Sat, 28 Apr 2012 14:12:04 +0000 (14:12 +0000)]
Update hoe package to 3.0.3.

=== 3.0.3 / 2012-04-09

* 2 bug fixes:

  * Fixed racc plugin's gem dependency activation
  * Fixed rake multi's use of multiruby_skip.

=== 3.0.2 / 2012-04-03

* 1 bug fix:

  * Generate urls list properly in #announcement if you use k/v form

=== 3.0.1 / 2012-03-26

* 1 minor enhancement:

  * Uniqify hoe plugins in sow Rakefile template. (evanphx)

* 3 bug fixes:

  * Fixed have_gem? checks in the install_plugins task to match the install_gem calls.
  * Fixed homepage handling when bullet list used in readme. (evanphx)
  * Removed deprecated use of #url in publish plugin

12 years agoNote update of databases/ruby-sqlite3 package to 1.3.6.
taca [Sat, 28 Apr 2012 14:09:57 +0000 (14:09 +0000)]
Note update of databases/ruby-sqlite3 package to 1.3.6.

12 years agoUpdate ruby-sqlite3 package to 1.3.6.
taca [Sat, 28 Apr 2012 14:09:22 +0000 (14:09 +0000)]
Update ruby-sqlite3 package to 1.3.6.

=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.

12 years agoNote update of databases/ruby-sequel package to 3.34.1.
taca [Sat, 28 Apr 2012 14:07:46 +0000 (14:07 +0000)]
Note update of databases/ruby-sequel package to 3.34.1.

12 years agoUpdate ruby-sequel package to 3.34.1.
taca [Sat, 28 Apr 2012 14:06:51 +0000 (14:06 +0000)]
Update ruby-sequel package to 3.34.1.

=== 3.34.1 (2012-04-02)

* Fix bug in optimization of primary key lookup (jeremyevans) (#460)

As for 3.34.0, changes are too many, please refer:

http://sequel.rubyforge.org/rdoc/files/CHANGELOG.html

12 years agoNote update of mail/postfix package to 2.8.10.
taca [Sat, 28 Apr 2012 13:59:16 +0000 (13:59 +0000)]
Note update of mail/postfix package to 2.8.10.

12 years agoUpdate postfix package to 2.8.10.
taca [Sat, 28 Apr 2012 13:58:47 +0000 (13:58 +0000)]
Update postfix package to 2.8.10.

Major changes with Postfix 2.8.10
---------------------------------

This release adds support to turn off the TLSv1.1 and TLSv1.2
protocols.  Introduced with OpenSSL version 1.0.1, these are known
to cause inter-operability problems with for example hotmail.

The radical workaround is to temporarily turn off problematic
protocols globally:

/etc/postfix/main.cf:
    smtp_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    smtp_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2

    smtpd_tls_protocols = !SSLv2, !TLSv1.1, !TLSv1.2
    smtpd_tls_mandatory_protocols = !SSLv2, !TLSv1.1, !TLSv1.2

However, it may be better to temporarily turn off problematic
protocols for broken sites only:

/etc/postfix/main.cf:
    smtp_tls_policy_maps = hash:/etc/postfix/tls_policy

/etc/postfix/tls_policy:
    example.com         may protocols=!SSLv2:!TLSv1.1:!TLSv1.2

Important:

- Note the use of ":" instead of comma or space. Also, note that
  there is NO space around the "=" in "protocols=".

- The smtp_tls_policy_maps lookup key must match the "next-hop"
  destination that is given to the Postfix SMTP client. If you
  override the next-hop destination with transport_maps, relayhost,
  sender_dependent_relayhost_maps, or otherwise, you need to specify
  the same destination for the smtp_tls_policy_maps lookup key.

12 years agoNote update of archivers/ruby-zip package to 0.9.8.
taca [Sat, 28 Apr 2012 13:56:32 +0000 (13:56 +0000)]
Note update of archivers/ruby-zip package to 0.9.8.

12 years agoUpdate ruby-zip package to 0.9.8.
taca [Sat, 28 Apr 2012 13:55:58 +0000 (13:55 +0000)]
Update ruby-zip package to 0.9.8.

pkgsrc change: Update HOMEPAGE.

= Version 0.9.8

Fixed: "Unitialized constant NullInputStream" error

12 years agoNote update of misc/rubygems package to 1.8.24.
taca [Sat, 28 Apr 2012 13:54:06 +0000 (13:54 +0000)]
Note update of misc/rubygems package to 1.8.24.

12 years agoUpdate rubygems package to 1.8.24.
taca [Sat, 28 Apr 2012 13:52:45 +0000 (13:52 +0000)]
Update rubygems package to 1.8.24.

=== 1.8.24 / 2012-04-27

* 1 bug fix:

  * Install the .pem files properly. Fixes #320
  * Remove OpenSSL dependency from the http code path

12 years agoChange sed pattern to be acceptable with GNU sed.
obache [Sat, 28 Apr 2012 13:15:33 +0000 (13:15 +0000)]
Change sed pattern to be acceptable with GNU sed.
Fixes installation location issue by PR 37689.

12 years agoUpdated math/ruby-spreadsheet to 0.6.9
obache [Sat, 28 Apr 2012 12:17:49 +0000 (12:17 +0000)]
Updated math/ruby-spreadsheet to 0.6.9

12 years agoUpdate ruby-spreadsheet to 0.6.9.
obache [Sat, 28 Apr 2012 12:17:13 +0000 (12:17 +0000)]
Update ruby-spreadsheet to 0.6.9.

=== 0.6.9 / 28.04.2012

* Yield is more simple here too.
* No need to capture the block in Spreadsheet.open
* Rather than extending a core class, let's just use #rcompact from a helper module