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 (24m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 20:06:57 UTC Now

2009-06-17 10:18:21 UTC pkgsrc-2009Q1 commitmail json YAML

2009-06-17 10:17:58 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2799 - requested by taca
ruby18-base: bug fix update
ruby18-curses: bug fix update
ruby18-tk: bug fix update

Revisions pulled up:
- devel/ruby-curses/distinfo 1.20
- lang/ruby/rubyversion.mk 1.48
- lang/ruby18-base/distinfo 1.39
- x11/ruby-tk/distinfo 1.23
---
odule Name: pkgsrc
Committed By: taca
Date: Tue Jun 16 15:08:38 UTC 2009

Modified Files:
pkgsrc/devel/ruby-curses: distinfo
pkgsrc/lang/ruby: rubyversion.mk
pkgsrc/lang/ruby18-base: distinfo
pkgsrc/x11/ruby-tk: distinfo

Log Message:
Update Ruby packages to 1.8.7.174 (1.8.7-p174).

* Fix critical problem of BigDecimal class in 1.8.7-p173.

Fri Jun 12 16:36:44 2009  Yukihiro Matsumoto  <matz@ruby-lang.org>

* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
  in r23613.  [ruby-talk:338957]

(tron)

2009-06-17 08:40:57 UTC MAIN commitmail json YAML

Add companion patch to previous commit.
Fix build on NetBSD-current/i386 by papering over a build time assertion.
(Probably due to 64-bit time_t.)

(tnn)

2009-06-17 08:34:07 UTC MAIN commitmail json YAML

Fix build on NetBSD-current/i386 by papering over a build time assertion.
(Probably due to 64-bit time_t.)
cvs: ----------------------------------------------------------------------

(tnn)

2009-06-17 08:19:04 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_rolling-replace to 0.17

(tnn)

2009-06-17 08:12:18 UTC MAIN commitmail json YAML

pkg_rolling-replace-0.17:
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of
"pkg_info -B" coupled with awk magic. The previous regexp didn't account
for packages that have PREV_PKGPATH set, and blew up while replacing
for example mail/sylpheed and multimedia/ffmpeg.

(tnn)

2009-06-17 08:07:54 UTC MAIN commitmail json YAML

- py-qt3-base-3.18

(hasso)

2009-06-17 08:06:54 UTC MAIN commitmail json YAML

Updated x11/py-sip to 4.8.1
Updated x11/py-qt3-base to 3.18.1
Updated x11/py-qt3-modules to 3.18.1
Updated x11/py-qt3-qscintilla to 3.18.1
Updated x11/py-qt4 to 4.5.1

(hasso)

2009-06-17 07:57:49 UTC MAIN commitmail json YAML

Update to 4.5.1. Changes since 4.5:

* Only convert exact dicts to a QVariantMap and back and not dict
  sub-classes.
* Removed an assertion when building dynamic meta-objects, instead just
  ignore the attribute if it doesn't have the expected type.
* Fixed the handling of QWizard by pyuic.
* Changed the SIP dependency to v4.8.1 (not necessary but we don't want it
  to survive in the wild).
* Changed the roadmap to show how incompatible APIs will be selected.
* Fixed __str__ for QByteArray for Python v3 so it is consistent with
  Python v2.
* Reverted the roadmap change about __hash__ being an incompatibile change.
  The issue isn't that the hash function has changed (which isn't considered
  a compatibility problem) it's that different objects that previously had a
  different hash value (based on their id()) now might have the same hash
  value.
* Updated the roadmap to show that the __hash__ additions (including QUrl)
  are not now considered incompatible changes.
* Removed the Python v3 buffer protocol support for QString.
* Improved the implementation of the Python v3 buffer protocol for QByteArray.
* Fixed a pyuic problem with Python v3 when setting the tab order.
* Added /Transfer/ to QComboBox.setLineEdit().
* Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit
  and QComboBox.
* Added the missing setCoordinateMode() and coordinateMode() methods from
  QGradient.

(hasso)

2009-06-17 07:11:04 UTC MAIN commitmail json YAML

Update to 3.18.1 which makes it actually build with sip-4.8.x.

Changes in 3.18.1 since 3.18:

* Fixed the handwritten code for all QDomDocument.setContent() overloads
  which was using deprecated (and now removed) sipBuildResult() format
  characters.
* Fixed a build problem that affected Python v2.5 and earlier.

Changes in 3.18 since 3.17.6:

* Removed some compiler warning messages.
* Reverted the changes that removed the use of sipSelfWasArg in handwritten
  code.
* Tweaked configure.py so that Python3 can run just enough of it to display
  an error message.
* Fixed a regression in emitting Python signals to Qt signals.
* Handwritten code changes for the removal of the sipProtectVirt_*() methods.
* Fixed a build problem with the GPL version.
* Refactored the signla/slot support.
* Safety checking of latest signal/slot refactoring.
* Safety commit of the PyQt3-specific meta-type and super-type (just stubs
  at the moment).
* Use the %Plugin directive to enable PyQt3 signal support.
* More changes to the QObject.sender() support.
* Updated the QObject::sender() support in response to sip changes.
* Moved the last of the type parsing from sip.
* The type parsing now uses sipResolveTypedef().
* Added the type parsing support from the sip module as PyQt4 no longer uses
  it.
* Replaced sipFindConnection() with sipFindSlot().
* Replaced sipFreeConnection() with sipFreeSipslot().
* Changes required by recent changes to the Qt support API.
* Compatibility changes needed for SIP v4.8.
* Merged the v3.17 maintenance branch into the trunk.
* Made some char* in handwritten code const needed by SIP v4.8.

(hasso)

2009-06-17 07:08:35 UTC MAIN commitmail json YAML

Update to 4.8.1. Changes since 4.8:

* Fixed the reference count handling of a module in the error paths when
  initialising it.
* Added support for (vaguely) defining private assignment operators to
  suppress the generation of PyQt4 assignment helpers.
* Fixed a regression in the creation of new exceptions.
* Various changes (including bumping the major version number of the C API)
  to accomodate the design of the API selection support. The implementation
  should not need any further data structure changes.
* Fixed a code generation bug when an /ArraySize/ argument was typedef'ed.
* Fixed sipResolveTypedef().

(hasso)

2009-06-17 04:47:55 UTC MAIN commitmail json YAML

Updated net/p5-Net-Amazon to 0.53

(obache)

2009-06-17 04:47:41 UTC MAIN commitmail json YAML

Update p5-Net-Amazon to 0.53.
While here, set LICENSE=${PERL5_LICENSE}.

Revision history for Perl extension Net::Amazon:
0.53 (06/13/2009)
  (cb) Nathan Handler re-reported a man page issue on Ubuntu, rt 46708.
        I managed to fix 197 issues, except for the specific one he called
        out in the bug.

0.52 (06/09/2009)
  (cb) Nathan Handler reported a man page issue on Ubuntu, rt 46708.

0.51 (06/05/2009)
  (cb) Vince Veselosky submitted a patch to support request signing, a
        feature that is required for accessing AWS after 2009-08-15.
        Upgrading is recommended.
  (cb) Complete the upgrade to WSDL 2009-03-31 that was started by
        Vince Veselosky.
  (cb) Clean-up POD issues found by pod checker.
  (cb) Indicate the code has moved to github.com.
  (cb) Update the README to reflect the actual date of the WSDL.

(obache)

2009-06-17 04:43:03 UTC MAIN commitmail json YAML

Updated print/acroread8 to 8.1.6

(obache)

2009-06-17 04:42:48 UTC MAIN commitmail json YAML

Update acroread8 to 8.1.6.

The Adobe Acrobat and Reader 8.1.6 update addresses several security
vulnerabilities. Please see Security Bulletin APSB09-07 for details.

(obache)

2009-06-16 22:40:07 UTC MAIN commitmail json YAML

Include BUILD_DEPENDS for devel/gnome-macros in case they're not installed.
Regen with autoreconf -i.

(bjs)

2009-06-16 18:05:35 UTC MAIN commitmail json YAML

configure requires pixman>=0.13.2 so define BUILDLINK_API_DEPENDS.pixman.

If try to workaround that get build failures in rrtransform.h
or runtime problem:

Xorg: Undefined PLT symbol "pixman_transform_init_identity" (symnum = 1603)

(reed)

2009-06-16 16:09:36 UTC MAIN commitmail json YAML

Fix a serious security issue for platforms using kgrantpty (NetBSD isn't
such, but DragonFly is): ${SETUID_ROOT_PERMS} doesn't work for suid
kgrantpty, because the locate() method used to find the path to the binary
expects it to have a read permissions set.

(hasso)

2009-06-16 15:42:30 UTC MAIN commitmail json YAML

+ samba-3.2.12, samba-3.3.5, webmin-1.480.

(taca)

2009-06-16 15:25:32 UTC MAIN commitmail json YAML

2009-06-16 15:11:16 UTC MAIN commitmail json YAML

Update Ruby programming language related package to 1.8.7.174 (1.8.7-p174).

It was approved by agc@.

(taca)

2009-06-16 15:08:38 UTC MAIN commitmail json YAML

Update Ruby packages to 1.8.7.174 (1.8.7-p174).

* Fix critical problem of BigDecimal class in 1.8.7-p173.

Fri Jun 12 16:36:44 2009  Yukihiro Matsumoto  <matz@ruby-lang.org>

* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introduced
  in r23613.  [ruby-talk:338957]

(taca)

2009-06-16 05:27:46 UTC MAIN commitmail json YAML

It's actually ikiwiki-3.141 (possibly a TeX-like versioning scheme?), and
I'll handle the update.

(schmonz)

2009-06-16 01:36:28 UTC MAIN commitmail json YAML

Note restriction of acceptable python version came from py-gtk2 and py-cairo.
pygoocanvas itself require just python>=2.2.

(obache)

2009-06-16 00:04:03 UTC MAIN commitmail json YAML

fix for DESTDIR install

(abs)

2009-06-15 23:43:36 UTC MAIN commitmail json YAML

+ caff-1.1.1, ikiwiki-3.14.1, ocaml-3.11.1, p5-Archive-Tar-1.52,
  p5-Digest-1.16, p5-Digest-MD5-2.39, p5-Filter-1.37, p5-MIME-Base64-3.08,
  p5-XML-NamespaceSupport-1.10, telepathy-glib-0.7.32, x264-devel-20090613,
  yaz-3.0.46.

(wiz)

2009-06-15 23:24:28 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Natural to 0.77

(sno)

2009-06-15 23:23:43 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DateTime::Format::Natural from 0.76 to
    0.77
  - Adjusting license according to META.yaml

Upstream changes:
0.77 Sun Jun 14 20:46:53 CEST 2009
- Merged development version to stable.

0.76_04 Sat Jun 13 14:04:21 CEST 2009
- Remove comment in code about the legacy debug option.
- Use '\s+' instead of the ambiguous ' ' as token split pattern.
- Add some whitespace to the regexp which recognizes additional
  tokens for formatted dates.

0.76_03 Wed Jun 10 11:50:42 CEST 2009
- The current "now" can be overridden through the 'datetime'
  option. [rt #45127 - Giovanni Pensa]
- parse_datetime_duration() handles durations where the second
  part is relative to the first one. [rt #45127 - Giovanni Pensa]
- New supported relative duration: for <count> <unit>.
  [rt #45127 - Giovanni Pensa]

0.76_02 Sat Jun  6 13:24:58 CEST 2009
- When using prefer_future, also allow for weekdays combined with
  the time of day to be parsed correctly. [rt #46689 - Jason May]
- New supported format: <weekday> <time>. [rt #46689 - Jason May]

0.76_01 Mon Jun  1 21:34:06 CEST 2009
- Change in default behavior: Use DateTime's truncate method
  to reset time components. Inspired by [rt #43468 - Clayton
  L. Scott] and suggestions from others.

(sno)

2009-06-15 23:08:09 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-Declare to 0.005005

(sno)

2009-06-15 23:07:30 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Devel::Declare from 0.005002 to
    0.005005
  - Adjusting license according to META.yaml
  - Use Module::Install as module type
  - Adjust MEM_WRAP_CHECK_ patch (was it submitted upstream?)

Upstream changes:
0.005005
  - Improve compatibility with MAD-enabled perls
    (Reini Urban, Closes RT#45779).

0.005004
  - Don't redefine MEM_WRAP_CHECK_ if it's already defined, getting rid of
    compilation errors on some perls (Maik Fischer).

0.005003
  - Failing tests for line number issues (Ash Berlin).
  - Add strip_names_and_args (Cory Watson).
  - Various pod fixes (Yanick Champoux, Florian Ragwitz).
  - Add copyright statements.

(sno)

2009-06-15 22:45:23 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Component-ACCEPT_CONTEXT to 0.07

(sno)

2009-06-15 22:44:51 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Catalyst::Component::ACCEPT_CONTEXT
    from 0.06 to 0.07
  - Use Module::Install as module type
  - Adjusting license according to META.yaml

Upstream changes:
0.07    11 June 2009
        Fix tests with Catalyst 5.80005

(sno)

2009-06-15 22:39:30 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Plugin-Authentication to 0.100120

(sno)

2009-06-15 22:38:45 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Catalyst::Plugin::Authentication
    from 0.10011 to 0.10012
  - Adjusting license according to META.yaml
  - Use Module::Install as module type

Upstream changes:
0.10012 Sat Jun  6 10:58:43 BST 2009
      - Add Catalyst::Authentication::Credential::Remote which authenticates you
        directly from environment variables passed by your web server. This
        allows the use of SSL client certificates, NTLM, or just basic/digest
        auth done at the web server level to be used to authenticate users
        to your Catalyst application (kmx)
        - Tests for this
      - Change ->config invocations to be best practices (t0m)
      - Note about session auto-vification even when use_session is set
        to false (robert).
      - Note about how a realms key used to be needed to unconfuse people
        running an old version, but browsing the docs on search.cpan (ruoso)

(sno)

2009-06-15 22:26:54 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Devel to 1.18

(sno)

2009-06-15 22:25:51 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Catalyst::Devel from 1.17 to 1.18
  - Adjusting dependencies according to META.yaml

Upstream changes:
1.18    2009-06-10 17:43:12
        - The forking restarter was not waiting for the child to exit,
          which could lead to a race condition. If the old child did
          not exit before the new child tried to bind to its socket,
          it would find the old child blocking the port it wanted.
        - More fixes for the Win32 restarter. It was effectively
          ignoring all command-line options except those related to
          the restarter itself.

(sno)

2009-06-15 22:18:13 UTC MAIN commitmail json YAML

Updated databases/p5-CatalystX-CRUD-Model-RDBO to 0.22

(sno)

2009-06-15 22:17:35 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module CatalystX::CRUD::Model::RDBO from 0.20
    to 0.22 to avoid incompatibilities to currently updated
    Catalyst::Runtime
  - Setting license to PERL5_LICENSE according to module documentation
  - Adjusting dependencies according to META.yaml

Upstream changes:
0.22    13 June 2009
        * fix tests for UPPERCASE normalize in newer Sort::SQL of ORDER BY string direction
0.21    13 June 2009
        * fix multiple ORDER BY columns with comma-join (see RT 46904)
        * explicitly call ->delegate->meta to fix moosification issue with Catalyst 5.8x

(sno)

2009-06-15 22:14:24 UTC MAIN commitmail json YAML

Updated databases/p5-CatalystX-CRUD to 0.45

(sno)

2009-06-15 22:13:54 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module CatalystX::CRUD from 0.43 to 0.45 as
    dependency of scheduled update of CatalystX::CRUD::Model::RDBO
  - Adjusting license to ${PERL5_LICENSE} according to module documentation
  - Adjusting dependencies according to META.yaml

Upstream changes:
0.45    13 June 2009
        * fix multi-column sort via cxc-order param (requires Sort::SQL 0.04)
0.44    23 May 2009
        * check for symlink() support in Model::File at compile time and return from rm_related()
          if not supported. Fixes spurious test breakage on Win32.
          See https://rt.cpan.org/Ticket/Display.html?id=46314

(sno)

2009-06-15 22:01:57 UTC MAIN commitmail json YAML

Updated databases/p5-Sort-SQL to 0.06

(sno)

2009-06-15 22:01:16 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Sort::SQL from 0.05 to 0.06 as dependency
    of scheduled update of CatalystX::CRUD::Model::RDBO

Upstream changes:
0.06  14 June 2009
        - refactor for parse() method

(sno)

2009-06-15 21:53:14 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Runtime to 5.80005

(sno)

2009-06-15 21:52:22 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Catalyst::Runtime from 5.80004 to 5.80005
  - Adjusting license and dependencies according to META.yaml

Upstream changes:
5.80005 2009-06-06 14:40:00

  Behaviour changes:
        - Arguments ($c->req->args) in Chained dispatch are now automatically
          URL decoded to be consistent with Local/Path dispatch (Caelum)

  Documentation:
        - Clarify correct techniques for Moose controllers (domm)

  Bug fixes:
        - Further change pushing 'env' attribute down into Catalyst::Engine
          to make $c->engine->env work in all cases (kmx)
        - Also fix $c->engine->env in Catalyst::Test tests (kmx)
          - Tests for this (t0m)
        - Fix Catalyst failing to start if any plugin changed $_ whilst
          loading (t0m)
          - Tests for this
        - Be stricter about arguments to Args attributes for Chained actions,
          so that they blow up on load instead of causing undefined behavior
          later on (hdp)
          - Tests for this
        - Prefer Path actions with a smaller (or set) number of Args (caelum)
          Bug reported here: http://stackoverflow.com/questions/931653/catalyst-action-that-matches-a-single-file-in-the-root-directory/933181#933181
          - Tests for this

  New features:
        - Add $c->req->remote_user to disambiguate from $c->req->user (dwc)
        - Require MooseX::MethodAttributes 0.12 so that action methods
          (with attributes) can be used in / composed from Moose roles.
        - Allow the generation of cookies with the HTTPOnly flag set

(sno)

2009-06-15 21:38:42 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.12

(sno)

2009-06-15 21:37:58 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module MooseX::Types from 0.10 to 0.12
  - Adjusting dependencies according to META.yaml
  - Setting license to ${PERL5_LICENSE} according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.12    Sun Jun 14 14:39:57 PDT 2009
        - fix mixing of typelibs with regular Moose classes

0.11    Sat May 23 18:02:35 PDT 2009
        - warning on string types and unregistered class/role types
        - better error for missing comma
        - MooseX::Types::Combine for combining type libs

(sno)

2009-06-15 21:31:43 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Emulate-Class-Accessor-Fast to 0.00900

(sno)

2009-06-15 21:31:17 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module MooseX::Emulate::Class::Accessor::Fast
    from 0.00802 to 0.00900
  - Adjusting license according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.00900    May 29, 2009
          - Fix so that classes which implement BUILD themselves still get
            all attributes passed to their constuctor placed into the instance
            hash (t0m)

(sno)

2009-06-15 21:26:36 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-AttributeHelpers to 0.19

(sno)

2009-06-15 21:25:57 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module MooseX::AttributeHelpers from 0.17
    to 0.19
  - Adjusting license according to META.yaml
  - Using Module::Install as module type

Upstream changes:
0.19 Sun June 14, 2009
    - No functional changes from 0.18_01

0.18_01 Mon June 1, 2009
- Turn our metaclasses into traits, though metaclasses still exist for
  backwards compatibility (Sartak and doy)
    - Add accessor to Hash and Array (Sartak)
- Let the user know which constraint they have violated in the confessed
message (nperez)

(sno)

2009-06-15 21:20:44 UTC MAIN commitmail json YAML

Updated devel/p5-File-ChangeNotify to 0.06

(sno)

2009-06-15 21:20:22 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module File::ChangeNotify from 0.05 to 0.06
  - Adjusting license according to META.yaml

Upstream changes:
0.06  2009-06-03
  - Created a Makefile.PL from the Build.PL.

(sno)

2009-06-15 21:16:43 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 0.81

(sno)

2009-06-15 21:16:02 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Moose from 0.80 to 0.81
  - Apply Module::Install switch to skip dependency check, but keep
    bundled Module::Install (extended)
  - Adjusting license according to META.yaml

Upstream changes:
0.81 Sun, Jun 7, 2009
    * Bumped our Class::MOP prereq to the latest version (0.85), since
      that's what we need.

(sno)

2009-06-15 21:05:05 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Manual to 5.8000

(sno)

2009-06-15 21:03:52 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module for Catalyst::Manual from 5.7021 to 5.8000
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
5.8000 27 May 2009
        - Tutorial:
            - Update for Catalyst 5.80
            - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
            - Switch back to including numbers in chapter names (for proper sorting)
            - Add section to Ch 4: "Moving Complicated View Code to the Model"
            - Add section to Ch 3: "RenderView's 'dump_info' Feature"
            - Misc fixes and updates (thanks to Anne Wainwright)
        - Other:
            - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
                (thanks to t0m and Sebastian Willert)

(sno)

2009-06-15 20:59:25 UTC MAIN commitmail json YAML

Updated devel/p5-Class-C3-Adopt-NEXT to 0.12

(sno)

2009-06-15 20:58:52 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Class::C3::Adopt::Next from 0.11 to 0.12
  - Apply Module::Install switch to skip dependency check, but keep
    bundled Module::Install (extended)
  - Adjusting license according to META.yaml

Upstream changes:
0.12  Mon, 08 Jun 2009 14:16:34 +0200
  * Update copyright notice.
  * A couple of pod whitespace changes.

(sno)

2009-06-15 20:31:03 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08107

(sno)

2009-06-15 20:30:03 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DBIx::Class from 0.08103 to 0.08107
  - Adjusting dependencies according to META.yaml
  - Adjusting LICENSE according to META.yaml
  - Setting module type to Module::Install

Upstream changes:
0.08107 2009-06-14 08:21:00 (UTC)
        - Fix serialization regression introduced in 0.08103 (affects
          Cursor::Cached)
        - POD fixes
        - Fixed incomplete ::Replicated debug output

0.08106 2009-06-11 21:42:00 (UTC)
        - Switched SQLite storage driver to DateTime::Format::SQLite
          (proper timezone handling)
        - Fix more test problems

0.08105 2009-06-11 19:04:00 (UTC)
        - Update of numeric columns now properly uses != to determine
          dirtyness instead of the usual eq
        - Fixes to IC::DT tests
        - Fixed exception when undef_if_invalid and timezone are both set on
          an invalid datetime column

0.08104 2009-06-10 13:38:00 (UTC)
        - order_by now can take \[$sql, @bind] as in
          order_by => { -desc => \['colA LIKE ?', 'somestring'] }
        - SQL::Abstract errors are now properly croak()ed with the
          correct trace
        - populate() now properly reports the dataset slice in case of
          an exception
        - Fixed corner case when populate() erroneously falls back to
          create()
        - Work around braindead mysql when doing subquery counts on
          resultsets containing identically named columns from several
          tables
        - Fixed m2m add_to_$rel to invoke find_or_create on the far
          side of the relation, to avoid duplicates
        - DBIC now properly handles empty inserts (invoking all default
          values from the DB, normally via INSERT INTO tbl DEFAULT VALUES
        - Fix find_or_new/create to stop returning random rows when
          default value insert is requested (RT#28875)
        - Make IC::DT extra warning state the column name too
        - It is now possible to transparrently search() on columns
          requiring DBI bind (i.e. PostgreSQL BLOB)
        - as_query is now a Storage::DBI method, so custom cursors can
          be seamlessly used
        - Fix search_related regression introduced in 0.08103

(sno)

2009-06-15 20:18:34 UTC MAIN commitmail json YAML

Updated devel/p5-Path-Class to 0.17

(sno)

2009-06-15 20:18:06 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Path::Class from 0.16nb1 to 0.17
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
- dir(undef) now returns undef rather than the rootdir, because undef
  was probably a mistake by the caller, and the rootdir is too scary
  a default. [Suggested by John Goulah]

- Temporary files during testing are now created in the system temp
  directory, rather than somewhere in t/ .  See RT #31382. [Suggested
  by Alex Page]

- Added is_relative() as the obvious complement to the existing
  is_absolute() method.

- Added a resolve() method to clean up paths much more thoroughly
  than cleanup(), e.g. resolving symlinks, collapsing foo/../bar
  sections, etc. [Suggested by David Garamond]

- Fixed a problem in which a file/directory called "0" or "0.0" would
  end a loop prematurely when using the idiom 'while($x =
  $dir->next) {...}'.  See http://rt.cpan.org/Ticket/Display.html?id=29374
  [Spotted by Daniel Lo]

- Fixed an exists($array[$i]) that prevented compatibility with perl
  5.005.

- Moved the repository from my personal CVS repo to Google Code.

(sno)

2009-06-15 19:47:46 UTC MAIN commitmail json YAML

Update www/ap2-auth-mellon to 0.2.2

(manu)

2009-06-15 19:45:14 UTC MAIN commitmail json YAML

Update to 0.2.2. From NEWS:
* Improve metadata autogeneration: cleanup certificate, allow Organizarion
  element data to be supplied from Apache configuration

(manu)

2009-06-15 19:44:34 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Translator to 0.09006

(sno)

2009-06-15 19:44:04 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module SQL::Translator from 0.09004 to 0.09006
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies according to Makefile.PL

Upstream changes:
# ----------------------------------------------------------
# 0.09006 2009-06-10
# ----------------------------------------------------------
* Multiple test and dependency adhustments to make smokers happy
* Fix YAML producer wrt extra attribute
* Added support for "time(stamp) (p) with time zone" for Pg producer (mo)

# ----------------------------------------------------------
# 0.09005 2009-06-08
# ----------------------------------------------------------
* Add parser support for MySQL default values with a single quote
* Properly quote absolute table names in the MySQL producer
* Added semi-colon for (DROP|CREATE) TYPE statements in the Pg producer (wreis)
* Added CREATE VIEW subrules for mysql parser (wreis)
* ALTER TABLE/ALTER COLUMN/DROP DEFAULT support in Pg producer (mo)
* XML parser support for multi-event triggers
* SQLite producer support for multi-event triggers
* XML parser switched from XML::XPath to XML::LibXML
* Pg producer ALTER TABLE/COLUMN and DROP DEFAULT support
* MySQL producer skips length attribute for columns which do not support that
  attribute. Currently following column types are added to that list:
  date time timestamp datetime year
* Switch to Module::Install (mandates minimum perl 5.005)
* Major cleanup of GraphViz proucer
* Massive amount of fixes to SQLite/Pg/Mysql/MSSQL parsers/producers
  Fix most of the problems uncovered by the roundtrip test framework
  Some highlights:
    - Rewind exhausted globs before attempting a read
    - Do not add xml comment header if no_comments is set
    - table/field counts are held per schema object, not globally
    - no more variable table and column names in SQLite and MSSQL
    - VIEW support for Pg parser, also some cleanups
    - The way we generate Pg create view statements was not standards compliant
      (per RhodiumToad in #postgresql)
    - Disable MSSQL view/procedure production - they never worked in the first place
    - SQLite/MSSQL improvements:
      - Support parsing of all DROP clauses
      - Support parsing of field-level comments
      - When producing do not append table names to constraint/index names

(sno)

2009-06-15 19:37:07 UTC MAIN commitmail json YAML

belatedly mention addition of comms/asterisk16 1.6.0.10

(jnemeth)

2009-06-15 19:06:51 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 1.52

(sno)

2009-06-15 19:06:07 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Archive::Tar from 1.48 to 1.52
  - Setting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
* important changes in version 1.52 13/06/2009:
- Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar
  does not always end a Tar archive with a 0x00 null block, which can
  cause warnings from Archive::Tar.
  This is a documentation patch only, and users of 1.50 need not upgrade.

* important changes in version 1.50 12/06/2009:
- Apply patch in #46450: Support for --no-same-permissions style behavior
  This facilitates leaving the +x bit, while still applying your umask on
  the extracted file.

(sno)

2009-06-15 19:00:17 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-NamespaceSupport to 1.10

(sno)

2009-06-15 18:59:23 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module XML::NamespaceSupport from 1.09nb1
    to 1.10
  - Setting LICENSE to ${PERL5_LICENSE} according to module documentation
  - Setting module type to Module::Install

Upstream changes:
1.10  2009-06-12
    - Release real version since CPAN testers gave us a pass (perigrin)
1.09_90 2009-05-28
    - Re-bundle with modern testing and Module::Install (perigrin)

(sno)

2009-06-15 18:56:12 UTC MAIN commitmail json YAML

Restrict to Python 2.4+ to match GTK2 and Cairo dependency.

(joerg)

2009-06-15 17:42:58 UTC MAIN commitmail json YAML

Note updates:
  www/ap2-perl to 2.0.4nb5
  www/ap-perl to 1.29nb2

(he)

2009-06-15 17:42:04 UTC MAIN commitmail json YAML

Update from version 1.29nb1 to 1.29nb2.

Pkgsrc changes:
o Apply fix from svn repository to fix an XSS bug in Apache::Status,
  ref. CVE-2009-0796.

(he)

2009-06-15 17:38:21 UTC MAIN commitmail json YAML

Update from version 2.04nb4 to 2.04nb5.

Pkgsrc changes:
o Apply fix from svn repository to fix an XSS bug in Apache2::Status,
  ref. CVE-2009-0796.

(he)

2009-06-15 17:02:14 UTC MAIN commitmail json YAML

Bail out before doing anything if PKG_PATH is set.

(joerg)

2009-06-15 16:53:20 UTC MAIN commitmail json YAML

Note update of the "rsync" package to version 3.0.6.

(tron)

2009-06-15 16:53:02 UTC MAIN commitmail json YAML

Update "rsync" package to version 3.0.5. Changes since version 3.0.6:
- Fixed a --read-batch hang when rsync is reading a batch file that was
  created from an incremental-recursion transfer.
- Fixed the daemon's socket code to handle the simultaneous arrival of
  multiple connections.
- Fix --safe-links/--copy-unsafe-links to properly handle symlinks that
  have consecutive slashes in the value.
- Fixed the parsing of an [IPv6_LITERAL_ADDR] when a USER@ is prefixed.
- The sender now skips a (bogus) symlink that has a 0-length value, which
  avoids a transfer error in the receiver.
- Fixed a case where the sender could die with a tag-0 error if there was
  an I/O during the sending of the file list.
- Fixed the rrsync script to avoid a server-side problem when -e is at the
  start of the short options.
- Fixed a problem where a vanished directory could turn into an exit code
  23 instead of the proper exit code 24.
- Fixed the --iconv conversion of symlinks when doing a local copy.
- Fixed a problem where --one-file-system was not stopping deletions on the
  receiving side when a mount-point directory did not match a directory in
  the transfer.
- Fixed the dropping of an ACL mask when no named ACL values were present.
- Fixed an ACL/xattr corruption issue where the --backup option could cause
  rsync to associate the wrong ACL/xattr information with received files.
- Fixed the use of --xattrs with --only-write-batch.
- Fixed the use of --dry-run with --read-batch.
- Fixed configure's erroneous use of target.
- Fixed configure's --disable-debug option.
- Fixed a run-time issue for systems that can't find iconv_open() by adding
  the --disable-iconv-open configure option.
- Complain and die if the user tries to combine --remove-source-files (or
  the deprecated --remove-sent-files) with --read-batch.
- Fixed an failure transferring special files from Solaris to Linux.

Approved by Alistair Crooks.

(tron)

2009-06-15 13:12:02 UTC MAIN commitmail json YAML

Drop mkfontdir calls that are already done by pkginstall scripts.
Bump revision.

(joerg)

2009-06-15 12:43:15 UTC MAIN commitmail json YAML

Update MASTER_SITES.

(ghen)

2009-06-15 12:42:27 UTC MAIN commitmail json YAML

Update HOMEPAGE and MASTER_SITES.

(ghen)

2009-06-15 12:42:15 UTC MAIN commitmail json YAML

Complete last change to make this package build again.

(tron)

2009-06-15 12:03:56 UTC MAIN commitmail json YAML

Updated devel/glade to 2.12.2nb1

(obache)

2009-06-15 12:03:05 UTC MAIN commitmail json YAML

As pkglint's suggestion, include sysutils/desktop-file-utils/desktopdb.mk.

Bump PKGREVISION.

(obache)

2009-06-15 11:59:46 UTC pkgsrc-2009Q1 commitmail json YAML

2009-06-15 11:58:56 UTC pkgsrc-2009Q1 commitmail json YAML

Pullup ticket #2797 - requested by kefren
p5-Compress-Raw-Zlib: security update

Revisions pulled up:
- devel/p5-Compress-Raw-Zlib/Makefile 1.9
- devel/p5-Compress-Raw-Zlib/distinfo 1.7
- devel/p5-Compress-Raw-Zlib/patches/patch-aa 1.3
---
Module Name: pkgsrc
Committed By: sno
Date: Sat Apr 11 22:35:29 UTC 2009

Modified Files:
pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo
pkgsrc/devel/p5-Compress-Raw-Zlib/patches: patch-aa

Log Message:
PkgSrc changes:
  - Updating module to 2.017

Upstream changes:
  2.017 28 March 2009

      * Added 'LimitOutput' option
      * Removed MAN3PODS from Makefile.PL
      * Fixed coring issue when LimitOutput was used.
      * Documented Compress::Raw::Zlib::zlib_version()
      * Documented Compress::Raw::Zlib::deflateReset()
        [RT #40566]

(tron)

2009-06-15 11:55:54 UTC MAIN commitmail json YAML

Set LICENSE=gnu-gpl-v2.

(obache)

2009-06-15 11:54:02 UTC MAIN commitmail json YAML

Remove 2nd part, glade-gnome package was removed over 7 months ago.

(obache)

2009-06-15 11:46:27 UTC MAIN commitmail json YAML

devel/glade/Makefile.common is not used elsewhere than devel/glade/Makefile.
So marge Makefile.common into Makefile, and remove Makefile.common.

(obache)

2009-06-15 11:14:21 UTC MAIN commitmail json YAML

Replace contents with Glade-3's one, former one is same as Glade-2, unfit.

(obache)

2009-06-15 11:09:04 UTC MAIN commitmail json YAML

Removed x11/xf86-video-via.

(hasso)

2009-06-15 11:05:15 UTC MAIN commitmail json YAML

2009-06-15 10:49:16 UTC MAIN commitmail json YAML

2009-06-15 08:18:20 UTC MAIN commitmail json YAML

2009-06-15 08:17:43 UTC MAIN commitmail json YAML

Add options.mk.

(ahoka)

2009-06-15 01:19:00 UTC MAIN commitmail json YAML

Note the start of the freeze in preparatino for the pkgsrc-2009Q2 branch

(agc)

2009-06-14 23:59:07 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-PPPort to 3.19

(sno)

2009-06-14 23:58:40 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Devel::PPPort from 3.17 to 3.19
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
3.19 - 2009-06-14
    * updated base/todo files

3.18_01 - 2009-06-12
    * fix CPAN #44614: Please support XSBODY
    * fix CPAN #44655: Please support SVfARG
    * added support for the following API
        gv_fetchpvn_flags
        gv_fetchpvs
        gv_stashpvs
        GvSVn
        HvNAME_get
        HvNAMELEN_get
        isGV_with_GP
        newSV_type
        PL_error_count
        PL_in_my
        PL_in_my_stash
        SVfARG
        XSPROTO
      (thanks to Goro Fuji for providing a patch to
      implement almost all of these, fixes CPAN #44087)

3.18 - 2009-06-12
    * remove MAN3PODS option from Makefile.PL, which is
      no longer needed (thanks to Nicholas Clark for
      providing a patch)
    * adapt mktests.PL for new layout of ext modules in
      the core

(sno)

2009-06-14 23:54:18 UTC MAIN commitmail json YAML

Updated devel/p5-Module-CPANTS-Analyse to 0.83

(sno)

2009-06-14 23:53:39 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module Module::CPANTS::Analyse from 0.82 to 0.83
  - Setting license to ${PERL5_LICENSE} according to META.yaml
  - Adding build dependencies according to META.yaml

Upstream changes to 0.82 are not noted

(sno)

2009-06-14 23:44:22 UTC MAIN commitmail json YAML

Updated devel/p5-PAR-Dist to 0.45

(sno)

2009-06-14 23:43:28 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module PAR::Dist from 0.44 to 0.45
  - Adjusting dependencies (check what module tries to load)

Upstream changes:
By: smueller on 2009/02/20
    * Fix test skipping if certain optional dependencies couldn't be found.
    * This is 0.45.

(sno)

2009-06-14 23:37:06 UTC MAIN commitmail json YAML

Updated devel/p5-NEXT to 0.64

(sno)

2009-06-14 23:36:43 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module for NEXT from 0.63 to 0.64
  - Correcting LICENSE according to module documentation

Upstream changes:
0.64    Mon Jun  8 14:36:00 2009
    - Fixed overwriting dynamically scoped regex vars (Norbert Buchmuller,
      Closes RT#36956).

(sno)

2009-06-14 23:32:26 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Run3 to 0.043

(sno)

2009-06-14 23:31:59 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
  - Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
    with the distributed perl5 core

Upstream changes:
0.043 2009-05-30
No code changes
add repository location to META.yml
avoid hand-written META.yml by using META_MERGE

(sno)

2009-06-14 23:26:57 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Cmd to 0.46

(sno)

2009-06-14 23:26:28 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module IPC::Cmd from 0.44 to 0.46
  - Removing all dependencies, because they are included in perl5-core
  - Adjusting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
Changes for 0.46    Fri Jun 12 13:40:09 UTC 2009
=================================================
* Apply patch from Craig Berry to quote arguments correctly
  on VMS. See RT #46288 for details.

(sno)

2009-06-14 23:20:58 UTC MAIN commitmail json YAML

Added textproc/p5-Template-Plugin-CSV version 0.04

(sno)

2009-06-14 23:18:54 UTC MAIN commitmail json YAML

Importing package of p5 module Template::Plugin::CSV  0.04.

This is a very simple TT2 Plugin for generating CSV.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-06-14 23:10:39 UTC MAIN commitmail json YAML

2009-06-14 23:03:22 UTC MAIN commitmail json YAML

Added devel/p5-ExtUtils-ModuleMaker-TT version 0.93

(sno)

2009-06-14 23:01:55 UTC MAIN commitmail json YAML

Importing package for p5 module ExtUtils::ModuleMaker::TT 0.93

This module extends ExtUtils::ModuleMaker to use Template Toolkit 2 (TT2)
to build skeleton files for a new module. Templates may either be default
templates supplied within the module or user-customized templates in a
directory specified with the TEMPLATE_DIR parameter.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-06-14 22:58:11 UTC MAIN commitmail json YAML

2009-06-14 22:49:35 UTC MAIN commitmail json YAML

Updated wm/dwm to 5.5

(ahoka)

2009-06-14 22:48:52 UTC MAIN commitmail json YAML

Upgrade to version 4.0.

Work done by Leonardo Taccari in pkgsrc-wip.

Thanks Leo!

(ahoka)

2009-06-14 22:46:14 UTC MAIN commitmail json YAML

Updated wm/dwm to 5.5

(ahoka)

2009-06-14 22:45:30 UTC MAIN commitmail json YAML

Added databases/p5-Template-DBI version 2.64

(sno)

2009-06-14 22:45:12 UTC MAIN commitmail json YAML

Upgrade to version 5.5.

Work done by Leonardo Taccari in pkgsrc-wip.

Thanks!

(ahoka)

2009-06-14 22:44:54 UTC MAIN commitmail json YAML

do not need to bump PKGREVISION when not imported

(sno)

2009-06-14 22:44:34 UTC MAIN commitmail json YAML

2009-06-14 22:42:57 UTC MAIN commitmail json YAML

Importing package of p5 module Template::Plugin::DBI 2.64.

This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents.  It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-06-14 22:40:45 UTC MAIN commitmail json YAML

2009-06-14 22:38:00 UTC MAIN commitmail json YAML

Added databases/p5-Tie-DBI version 1.02

(sno)

2009-06-14 22:36:41 UTC MAIN commitmail json YAML

Importing package for p5 module Tie::DBI 1.02.

This module allows you to tie Perl associative arrays (hashes) to SQL
databases using the DBI interface. The tied hash is associated with a
table in a local or networked database. One column becomes the hash key.
Each row of the table becomes an associative array, from which individual
fields can be set or retrieved.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-06-14 22:34:19 UTC MAIN commitmail json YAML

Do not add @dirrm to automatically-generated PLIST.

(minskim)

2009-06-14 22:28:30 UTC MAIN commitmail json YAML

Updated devel/p5-Config-IniFiles to 2.51

(sno)

2009-06-14 22:28:07 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Config::InitFiles from 2.49 to 2.51
  - Adjusting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
Version 2.51:  ( Mon Jun  8 12:38:50 IDT 2009 )
------------------------------------------------

* Fixed "#46721: $config->exists() does not pay attention to -nocase => 1"
- https://rt.cpan.org/Ticket/Display.html?id=46721

Version 2.50:  ( Sun May 31 14:54:14 IDT 2009 )
------------------------------------------------

* Fixed the POD for SetParameterEOT:
- https://rt.cpan.org/Ticket/Display.html?id=28375
* Added t/pod.t and t/pod-coverage.t and fixed the problems they pointed:
- Removed some trailing pod.
    - http://rt.cpan.org/Ticket/Display.html?id=46549
- Documented the ->OutputConfig() method.

(sno)

2009-06-14 22:24:56 UTC MAIN commitmail json YAML

Updated devel/p5-Attribute-Handlers to 0.85

(sno)

2009-06-14 22:24:12 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Attribute::Handlers from 0.83 to 0.85
  - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.84 Wed Jun 10 15:14:00 CET 2009
        - Core-CPAN synchronization
0.85 Thu Jun 11 09:31:00 CET 2009
        - Document findsym for the sake of mod_perl. (David Wheeler)
        - Remove unused variable. (David Wheeler)

(sno)

2009-06-14 22:20:41 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent to 4.411

(sno)

2009-06-14 22:19:56 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package for p5 module AnyEvent from 4.410 to 4.411
  - Adjusting license to ${PERL5_LICENSE} according to COPYING

Upstream changes:
4.411 Sun Jun  7 18:48:02 CEST 2009
- do not try to use F_SETFD on windows.

(sno)

2009-06-14 22:14:20 UTC MAIN commitmail json YAML

Remove @dirrm logic.

(joerg)

2009-06-14 22:13:25 UTC MAIN commitmail json YAML

Remove @dirrm logic.

(joerg)

2009-06-14 22:12:45 UTC MAIN commitmail json YAML

Remove @dirrm logic.

(joerg)

2009-06-14 22:08:05 UTC MAIN commitmail json YAML

Updated databases/p5-Sort-SQL to 0.05

(sno)

2009-06-14 22:06:43 UTC MAIN commitmail json YAML

2009-06-14 22:06:28 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module for Sort::SQL from 0.03nb1 to 0.05
  - Setting license to ${PERL5_LICENSE} according to module's doc

Upstream changes:
0.04  13 June 2009
        - support comma-separated pairs
        - refactor to fix bug with two columns with same name.

0.05  13 June 2009
        - fix regexp for pair separation introduced in 0.04

(sno)

2009-06-14 22:01:11 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.56

(sno)

2009-06-14 22:00:42 UTC MAIN commitmail json YAML

2009-06-14 22:00:38 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module for SQL::Abstract from 1.55 to 1.56
  - Adjusting build type to Module::Install

Upstream changes:
revision 1.56  2009-05-30 16:31 (UTC)
----------------------------
    - support for \[$sql, @bind] in order_by clauses e.g.:
      { -desc => \['colA LIKE ?', 'somestring'] }

(sno)

2009-06-14 21:40:06 UTC MAIN commitmail json YAML

2009-06-14 21:38:08 UTC MAIN commitmail json YAML

2009-06-14 21:36:34 UTC MAIN commitmail json YAML

2009-06-14 21:28:48 UTC MAIN commitmail json YAML

2009-06-14 21:24:28 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-ODBC to 1.22

(sno)

2009-06-14 21:23:57 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DBD::ODBC from 1.21 to 1.22
  - Adjusting LICENSE to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
* Changes in DBD::ODBC 1.22 June 10, 2009

    Fixed bug which led to "Use of uninitialized value in subroutine
    entry" warnings when writing a NULL into a NVARCHAR with a
    unicode-enabled DBD::ODBC. Thanks to Jirka Novak and Pavel Richter who
    found, reported and patched a fix.

    Fixed serious bug in unicode_helper.c for utf16_len which I'm ashamed to
    say was using an unsigned short to return the length. This meant you
    could never have UTF16 strings of more than ~64K without risking serious
    problems. The DBD::ODBC test code actually got a

    *** glibc detected *** /usr/bin/perl: double free or corruption
    (out): 0x406dd008 ***

    If you use a UNICODE enabled DBD::ODBC (the default on Windows) and
    unicode strings larger than 64K you should definitely upgrade now.

* Changes in DBD::ODBC 1.21_1 June 2, 2009

    Fixed bug referred to in rt 46597 reported by taioba and identified by
    Tim Bunce. In Calls to bind_param for a given statement handle if you
    specify a SQL type to bind as, this should be "sticky" for that
    parameter.  That means if you do:

    $sth->bind_param(1, $param, DBI::SQL_LONGVARCHAR)

    and follow it up with execute calls that also specify the parameter:

    $sth->execute("a param");

    then the parameter should stick with the SQL_LONGVARCHAR type and not
    revert to the default parameter type. The DBI docs (from 1.609)
    make it clear the parameter type is sticky for the duration of the
    statement but some DBDs allow the parameter to be rebound with a
    different type - DBD::ODBC is one of those drivers.

(sno)

2009-06-14 21:21:54 UTC MAIN commitmail json YAML

2009-06-14 21:21:16 UTC MAIN commitmail json YAML

2009-06-14 21:17:43 UTC MAIN commitmail json YAML

dnsmasq updated

(roy)

2009-06-14 21:16:41 UTC MAIN commitmail json YAML

Updated net/dnsmasq to 2.49

(roy)

2009-06-14 21:16:22 UTC MAIN commitmail json YAML

2009-06-14 21:15:50 UTC MAIN commitmail json YAML

Update to dnsmasq-2.49

Changes since 2.47 include
* Fix a possible infinite with fixed hostnames to ip and the client
  sometimes sending one and sometimes not
* Improved DHCP logging
* addn-hosts now works with a directory instead of just a file

(roy)

2009-06-14 21:03:57 UTC MAIN commitmail json YAML

Updated databases/p5-DBI to 1.609

(sno)

2009-06-14 21:03:32 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DBI & Co. from 1.608 to 1.609
  - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml
  - Removing dependency to devel/p5-Test-Simple: required version is
    in pkgsrc distributed perl core

Upstream changes:
  Fixes to DBD::File (H.Merijn Brand)
    added f_schema attribute
    table names case sensitive when quoted, insensitive when unquoted
    workaround a bug in SQL::Statement (temporary fix) related
      to the "You passed x parameters where y required" error

  Added ImplementorClass and Name info to the "Issuing rollback() due to
    DESTROY without explicit disconnect" warning to identify the handle.
    Applies to compiled drivers when they are recompiled.
  Added DBI->visit_handles($coderef) method.
  Added $h->visit_child_handles($coderef) method.
  Added docs for column_info()'s COLUMN_DEF value.
  Clarified docs on stickyness of data type via bind_param().
  Clarified docs on stickyness of data type via bind_col().

(sno)

2009-06-14 21:02:46 UTC MAIN commitmail json YAML

Drop now redundant @unexec ${RMDIR}

(joerg)

2009-06-14 21:01:59 UTC MAIN commitmail json YAML

Convert to @pkgdir.

(joerg)

2009-06-14 21:00:05 UTC MAIN commitmail json YAML

2009-06-14 20:56:49 UTC MAIN commitmail json YAML

Updated converters/p5-JSON-XS to 2.240

(sno)

2009-06-14 20:56:06 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module JSON::XS from 2.232 to 2.240 (module
    version 2.24)
  - Setting license to ${PERL5_LICENSE} according to COPYING

Upstream changes:
2.24  Sat May 30 08:25:45 CEST 2009
- the incremental parser did not update its parse offset
          pointer correctly when parsing utf8-strings (nicely
          debugged by Martin Evans).
- appending a non-utf8-string to the incremental parser
          in utf8 mode failed to upgrade the string.
        - wording of parse error messages has been improved.

(sno)

2009-06-14 20:53:26 UTC MAIN commitmail json YAML

2009-06-14 20:52:13 UTC MAIN commitmail json YAML

2009-06-14 20:47:53 UTC MAIN commitmail json YAML

2009-06-14 20:46:54 UTC MAIN commitmail json YAML

Updated converters/p5-JSON to 2.15

(sno)

2009-06-14 20:46:30 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module JSON and subclasses from 2.14 to 2.15
  - Setting LICENSE to ${PERL5_LICENSE} accroding to META.yaml

Upstream changes:
2.15  Tue Jun  2 16:36:42 2009
[JSON]
- made compatible with JSON::XS 2.24
- corrected copyrights in some modules.
[JSON::PP]
- modified incr_parse, pointed by Martin J. Evans (rt#46439)
- deleted a meaningless code

(sno)

2009-06-14 20:45:12 UTC MAIN commitmail json YAML

2009-06-14 20:41:40 UTC MAIN commitmail json YAML

Updated converters/p5-MIME-Base64 to 3.08

(sno)

2009-06-14 20:40:58 UTC MAIN commitmail json YAML

pkgsrc changes:
  - updating package of p5 module MIME::Base64 from 3.07nb1 to 3.08
  - adjusting LICENSE according to module documentation

Upstream changes:
2009-06-09 - Release 3.08: Gisle Aas <gisle@ActiveState.com>
  Jarkko Hietaniemi (1):
      EBCDIC changes from core
  Nicholas Clark (1):
      Get rid of the PERL_CORE hacks

(sno)

2009-06-14 20:34:16 UTC MAIN commitmail json YAML

2009-06-14 20:32:42 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Proxy to 0.23

(sno)

2009-06-14 20:32:10 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module for HTTP::Proxy from 0.22nb1 to 0.23
  - Adjusting module type to Module::Build
  - Setting license to ${PERL5_LICENSE} accroding to Makefile

Upstream changes:
0.23 Thu Sep  4 02:29:47 CEST 2008
        [ENHANCEMENTS]
        - HTTP::Proxy::BodyFilter::save had an issue with cygwin because
          of an incorrect use of File::Spec's catdir(). This is fixed.
        - CONNECT requests are now forwarded to the upstream proxy, if there
          is one. Errors from the upstream proxy are relayed to the client.
        [TESTS]
        - t/23connect.t does not use sysread() anymore. This time the test
          should pass about everywhere.

(sno)

2009-06-14 20:31:12 UTC MAIN commitmail json YAML

Fixed pkglint warnings.

(rillig)

2009-06-14 20:26:35 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-DAV to 0.38

(sno)

2009-06-14 20:25:50 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module HTTP::DAV from 0.35 to 0.38
  - Setting license to explicit 'gnu-gpl-v2 # OR artistic' as specified
    in module's documentation

Upstream changes:
  v0.38 (released 2009/06/09):
    *  bug fixes
          - Fixed RT #14506 (http://rt.cpan.org/Public/Bug/Display.html?id=14506),
            about the missing get_lastresponse() method. It was a documentation bug.
          - Fixed RT #29788 (http://rt.cpan.org/Public/Bug/Display.html?id=29788),
            avoid file corruptions on Win32 when calling HTTP::DAV::get() method.
          - Fixed RT #31014 (http://rt.cpan.org/Public/Bug/Display.html?id=31014),
            probably already in v0.34, since it seems related to propfind() "depth" bug.

  v0.37 (released 2009/03/24):
    *  bug fixes
          - Fixed RT #44409 (http://rt.cpan.org/Public/Bug/Display.html?id=44409),
            Small bug in HTTP::DAV::put(). Passing a reference as local content resulted
                in the "SCALAR(0x12345678)" being logged instead of the real scalar.

  v0.36 (released 2009/02/25):
    *  bug fixes
          - Fixed RT #19616 (http://rt.cpan.org/Public/Bug/Display.html?id=19616),
            LWP::UserAgent::redirect_ok() is not changed anymore. We're subclassing
            it from HTTP::DAV::UserAgent and overriding redirect_ok() there.
          - Fixed RT #42877 (http://rt.cpan.org/Public/Bug/Display.html?id=42877),
            HTTP::DAV::UserAgent::credentials() has been modified to behave like
            LWP::UserAgent::credentials(), otherwise basic authentication breakages
            can occur.
          - Fixed a problem with C<-depth> argument to C<HTTP::DAV::propfind()> that
            could lead to massive performance degradation, especially when running
                C<propfind()> against large folders.
                C<-depth> was set to 1 even when passed as zero.

(sno)

2009-06-14 20:20:09 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Flexible to 0.09

(sno)

2009-06-14 20:19:52 UTC MAIN commitmail json YAML

2009-06-14 20:19:25 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DateTime::Format::Flexible from 0.08
    to 0.09
  - Adjusting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.09 Sun May 24 22:00:00 2009
  - add a real copyright for Debian packaging
  - fix parsing a bare 4 digit year. (thanks Dominic Rose, rt #46278)

(sno)

2009-06-14 20:15:21 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 0.91

(sno)

2009-06-14 20:14:49 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module DateTime::TimeZone from 0.90 to 0.91
  - Adjusting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.91    2009-05-26
- This release is based on version 2009h of the Olson database. This
  release has no user-visible changes, but I like to follow along
  anyway.

(sno)

2009-06-14 20:10:28 UTC MAIN commitmail json YAML

Updated security/p5-Digest-MD5 to 2.39

(sno)

2009-06-14 20:09:54 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Digest::MD5 from 2.38 to 2.39
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
2009-06-09 - Release 2.39: Gisle Aas <gisle@ActiveState.com>
  Nicholas Clark (2):
      Get rid of the PERL_CORE hacks
      Sync core: Rename ext/Digest/MD5 to ext/Digest-MD5
  Jerry Hedden (1):
      Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL

(sno)

2009-06-14 20:06:08 UTC MAIN commitmail json YAML

Updated security/p5-Digest to 1.16

(sno)

2009-06-14 20:05:44 UTC MAIN commitmail json YAML

2009-06-14 20:05:36 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Digest from 1.15nb1 to 1.16
  - Adjusting license according to documentation of Digest

Upstream changes:
2009-06-09 - Release 1.16: Gisle Aas <gisle@ActiveState.com>.
  Gisle Aas (3):
      For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett
      Support Digest->new("RIPEMD-160") as suggested by Zefram
      Use 3-arg open for fewer surprises
  Jarkko Hietaniemi (1):
      Sync up with EBCDIC changes from core perl.

(sno)

2009-06-14 20:00:47 UTC MAIN commitmail json YAML

Updated devel/p5-UNIVERSAL-isa to 1.02

(sno)

2009-06-14 19:59:56 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module UNIVERSAL::isa from 1.01 to 1.02
  - setting license to ${PERL5_LICENSE}

Upstream changes:
  *not recorded*

(sno)

2009-06-14 19:56:05 UTC MAIN commitmail json YAML

Updated devel/p5-UNIVERSAL-can to 1.14

(sno)

2009-06-14 19:55:25 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module UNIVERSAL::can from 1.12nb1 to 1.14
  - setting license to ${PERL5_LICENSE}
  - Adjusting module type to Module::Build

Upstream changes:
1.14  Fri Jun 12 19:43:21 UTC 2009
    - released a new stable version
    - removed developer tests, custom M::B subclass, and passthrough
      Makefile.PL
    - added build_requires
    - fixed a documentation bug reported by Adam Kennedy (RT #17043)
    - fixed interaction with SUPER::can() (patch by Peter du Marchie van
      Voorthuysen in RT #25355)

1.13_001  Sat Dec 29 02:28:33 UTC 2007
    - warn only when someone has overridden can() but someone else called U::c
      directly

(sno)

2009-06-14 19:47:19 UTC MAIN commitmail json YAML

Updated devel/p5-Task-Weaken to 1.03

(sno)

2009-06-14 19:46:44 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module Task::Weaken from 1.02nb1 to 1.03
  - Using module type Module::Install
  - Setting license to ${PERL5_LICENSE}

Upstream changes:
1.03 Fri 12 Jun 2009
- Updating to flush out some old CPAN Testers results

(sno)

2009-06-14 19:42:23 UTC MAIN commitmail json YAML

Updated games/gbrainy to 1.11

(wiz)

2009-06-14 19:42:12 UTC MAIN commitmail json YAML

Update to 1.11:

Version 1.11 is a minor release that introduces the following enhancements:

* Updates Italian, Dutch, Brazilian Portuguese, Slovak, Spanish, Basque,
British English translations and introduces a new Czech translation.
* Full screen mode support
* 3 Bug fixes

(wiz)

2009-06-14 19:40:34 UTC MAIN commitmail json YAML

devel/p5-CPAN-Reporter to 1.1708

(sno)

2009-06-14 19:39:48 UTC MAIN commitmail json YAML

pkgsrc changes:
  - Updating package of p5 module CPAN::Reporter from 1.1707 to 1.708
  - Update dependencies according to META.yaml

Upstream changes:
1.1708 Mon Jun  1 23:31:58 EDT 2009

    *** Emergency fix -- 1.1706/1.1707 can prevent subsequent module  ***
    *** installation if installed with an older Test::Reporter.      ***
    *** Disable test reporting (From CPAN, 'o conf test_report 0')    ***
    *** and install CPAN::Reporter 1.1708.  Then re-enable test      ***
    *** reports.                                                      ***

    - Fixed: in the case where an old Test::Reporter without the distfile()
      method is installed, CPAN::Reporter would crash and prevent
      installation of modules (including newer Test::Reporter); now checks
      for a Test::Reporter

(sno)

2009-06-14 19:28:11 UTC MAIN commitmail json YAML

Add --enable-memalign-hack for NetBSD 4.0 and earlier.

(ahoka)

2009-06-14 19:12:18 UTC MAIN commitmail json YAML

2009-06-14 19:10:38 UTC MAIN commitmail json YAML

2009-06-14 19:01:14 UTC MAIN commitmail json YAML

2009-06-14 18:58:20 UTC MAIN commitmail json YAML

2009-06-14 18:54:53 UTC MAIN commitmail json YAML