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

2024-05-13 16:20:58 UTC Now

2012-09-11 08:49:37 UTC MAIN commitmail json YAML

Updated databases/p5-ORLite-Migrate to 1.10

(sno)

2012-09-11 08:49:27 UTC MAIN commitmail json YAML

Updating package for CPAN module ORLite::Migrate in
databases/p5-ORLite-Migrate from 1.09 to 1.10.

upstream changes:
1.10 Thu 2 Feb 2012
- Providing a timeline value implies create if undefined

(sno)

2012-09-11 08:48:11 UTC MAIN commitmail json YAML

Updating package for CPAN module ORLite in databases/p5-ORLite from 1.51nb1
to 1.97.

pkgsrc changes:
- fix dependencies

upstream changes:
1.97 Mon 21 May 2012
- Use reproducible longdouble in tests (HMBRAND)

1.96 Mon 27 Feb 2012
- Fixed a crash in the legacy delete emulation where the condition
  clause provided was a constant or read-only.

1.95 Mon 27 Feb 2012
- Fixed a fatal rowid big when generating in array mode

1.94 Mon 27 Feb 2012
- Fixed a fatal rowid bug when a table had a single non-INTEGER
  primary key.
- Fixed bug in affinity detection code to now set REAL and
  NUMERIC affinity correctly.

1.93 Mon 27 Feb 2012
- The previous release 1.92 was done with a missing commit,
  this release restores that missing code.

1.92 Mon 27 Feb 2012
- Add the ->delete_where method for bulk deletion
- Always do the initial metadata scan using ReadOnly => 1.
- When generating readonly, DBI connections use ReadOnly => 1 too.
- Quote identifiers more correctly via $dbh->quote_identifier.
- Temporarily restory the static delete call to prevent breaking
  Padre and other applications still using the old version of
  delete.

1.91 Thu 23 Feb 2012
- Calculate column affinity types in the metadata preparation phase
- Throw an exception when tables contain BLOB types and the database
  is unicode, as the blob data will be corrupted.
- Improved testing for blobs and unicode, and TODO a known problem

1.90 Tue 21 Feb 2012
- Removed x_rowid parameter and make the rowid logic compulsory.
- Removed x_update parameter and make update method compulsory at
  the table level but do not generate on the root level.
- As a result, ORLite now supports creating and updating objects
  even when they come from tables without primary keys.
- Pending release as 2.00 once clarifying documentation is written.

1.54 Tue 21 Feb 2012
- Added experimental x_rowid parameter to maintain SQLite rowids in
  the objects

1.53 Tue 21 Feb 2012
- Add a ->id convenience method alias when table 'foo' has a single
  numeric primary key 'foo_id' so you can use $foo->id

1.52 Sat 21 Jan 2012
- Added initial unicode => 1 support (MEMOWE)
- Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)

(sno)

2012-09-11 08:35:51 UTC MAIN commitmail json YAML

Updated devel/p5-File-Next to 1.10

(sno)

2012-09-11 08:35:41 UTC MAIN commitmail json YAML

Updating package for CPAN module File::Next in devel/p5-File-Next from
1.06nb2 to 1.10.

upstream changes:
1.10    Thu Jun 14 19:55:57 CDT 2012
    [ENHANCEMENTS]
    Added the warning_handler argument to File::Next::from_file().
    This is so from_file() can throw a warning if a non-existent
    file is in the file it came from.

    [FIXES]
    from_file() should return undef if the file can't be opened.

    Fixed test failures and made tests more portable.

1.08    Sun May 20 22:43:19 CDT 2012
    [ENHANCEMENTS]
    Added File::Next::from_file() to get the list of files to iterate
    over from a file, or from STDIN.

    Named pipes are now supported.

    [INTERNAL]
    Add more tests, and clean up some Perl::Critic warnings.

(sno)

2012-09-11 08:24:13 UTC MAIN commitmail json YAML

Updated devel/p5-Debug-Client to 0.20

(sno)

2012-09-11 08:24:02 UTC MAIN commitmail json YAML

Updating package for CPAN module Debug::Client in devel/p5-Debug-Client
from 0.12nb1 to 0.20.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.12:
0.20    2012.04.09
    - change carp dependancy to 1.20 in test (BOWTIE)

0.19    2012.04.08
    - fix for #1415 (WHUMANN, BOWTIE)
    - drop Carp to 1.20, packaging request (VOEGELAS)
    - add a README (BOWTIE)
    - remove dead code (BOWTIE)
    - re-factor some variables and tidy up (BOWTIE)
    - fix p|x to display $tring refs x \$tring (BOWTIE)

0.18    2012.03.07
    - bumped to 0.18 (BOWTIE)
    - tweaks to POD (BOWTIE)

0.17_06 2012.02.09
    - remove is for cmp_ok where values are numeric
    - fix 'Free to wrong pool' in tests against win32
    - looking to IO::Socket::IP and ipv6
    - update Makefile to use M-I-DSL
    - Tweaks to POD, remove unwanted comments (BOWTIE)

0.17_05 2012.01.11
    - Due to issues with perl5db v1.34-5 in Perl 5.15.3-5 very messy
      this means list context is now naff
      Modify tests to cater for these anomaly's
      add Method get_lineinfo so that we can ask where are we!
      Tweaks to POD (BOWTIE)

0.17_04 2011.12.29
    - remove test code in 0.17_03 that was naffing up cpan testers (BOWTIE)

0.17_03 2011.12.29
    - vast changes to test files
      see #1367/8 (BOWTIE)
    - Patch for 09-io.t ticket #831 (MJGARDNER)

0.17_02 2011.12.08
    - vast changes to test files (BOWTIE)

0.17_01 2011.12.06
    - adjust required version for 'E' requires 5.8.6
      (Note that threading support was built into the debugger as of
      Perl version 5.8.6 and debugger version 1.2.8.)
    - Oops requires 'IO::Socket' reset to '1.31'
    - try some other testing modules Test::Class
    - Tidy POD (BOWTIE)

0.16 2011.11.30
    - Add Methods list_subroutine_names, set_option, get_options, module
    - tweak to return line & row from dot if all else fails
    - tweak to Makefile dependence's
    - Amend POD for above
    - Amend test to support above (BOWTIE)

0.15 2011.11.24
    - removed Method listen
    - comment out list_subroutine_names & _set_option
    - Modify Method get_value to accept no values
    - Modify get_p_exp
    - Amend test to support above (BOWTIE)

0.14 2011.11.24
    - Released 0.13_10 as stable 0.14 (AZAWAWI)

0.13_10 2011.11.20
    - rename Method _show_help -> get_h_var
      rename Method get_p_ext -> get_p_exp
      Add tests for above (BOWTIE)

0.13_09 2011.11.17
    - Add a Method get_p_ext (BOWTIE)

0.13_08 2011.11.13
    - No newer ExtUtils::MakeMaker dependency. Removed a couple of unneeded test
    dependencies (AZAWAWI)

0.13_07 2011.11.09
    - Tweaks to tests for above (BOWTIE)

0.13_06 2011.11.09
    - Add Method show_view
      modify method show_line
      Add Method _show_help
      Tweaks to tests for above
      spell check POD (BOWTIE)

0.13_05 2011.11.07
    - default port changed to 24642 as port 12345 registered to "Italk Chat System" (BOWTIE)
    - _process_line is where all the generated errors from cpantesters come from
      $count = 0; and some tweaks to $line to suppress errors when buffer is empty (BOWTIE)

0.13_04 2011.11.05
    - Perl::Critic Error Subroutine "listen" is a homonym for bulletin function
      listen changed to listener (BOWTIE)
    - using ReuseAddr as Reuse has bean deprecated (BOWTIE)
    - Perl::Critic severity => 5, & severity => 4, pass now (BOWTIE)
    - tweak to test t/02... (BOWTIE)

0.13_03 2011.11.04
    - Tweak some tests (BOWTIE)
    - Updates to POD use $debugger throughout instead of $d (BOWTIE)
    - Add a test for get_v_vars
      Add a test for get_y_zero
      Add a test for list_subroutine_names (BOWTIE)

0.13_02 2011.11.03
    - re-factor eg/02-sub.pl, change sub f to sub func1 (BOWTIE)
    - Add a test for get_y_zero
      Add a test for toggle_trace (BOWTIE)
    - Updates to POD to complement new Methods (BOWTIE)

0.13_01 2011.11.02
    - POD add skip for perl -d c [line|sub] for perl5db.pl >= 1.34 (BOWTIE)
    - skip some tests t/08....
      skip some tests t/04.... (BOWTIE)
    - development upgrade to 0.13_01 for P-P-Debug
      add several more methods, and t/13.... (BOWTIE)

(sno)

2012-09-11 08:19:17 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Class to 0.37

(sno)

2012-09-11 08:19:06 UTC MAIN commitmail json YAML

Updating package for CPAN module Test::Class in devel/p5-Test-Class from
0.36nb1 to 0.37.

pkgsrc changes:
- mark as module type using Module::Build (compat Makefile.PL required M:B,
  too) for proper dependency

upstream changes:
0.37 - or the "amazingly late QA Hackathon 2011" release [2012-06-25]
    -  Fixed RT#64470: minor documentation error in Test::Class::Load
(thanks to Andrew Grangaard for patch)
    -  Fixed RT#39266: Test::Class with Package::Alias
    -  Fixed RT#56636: feature request: option to turn off auto-skipping
        uncompleted tests (thanks to Ken Fox for suggestion) with addition
        of fail_if_returned_early() (thanks to Dave Evans for patch)
    -  Fixed RT#64268: dying in setup does not skip rest of test
    -  Startup and shutdown methods are no longer run if a class will not
        run any test methods
    -  Updated acknowledgements
    -  Added missing filter tests to MANIFEST & distribution

(sno)

2012-09-11 08:06:12 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Base to 0.05

(sno)

2012-09-11 08:06:02 UTC MAIN commitmail json YAML

Updating package for CPAN module Class::Base in devel/p5-Class-Base from
0.04 to 0.05.

upstream changes:
Version 0.05 2012/05/16
* Silencing a warning by chromatic RT 75286
* Linking to source repository

(sno)

2012-09-11 08:03:53 UTC MAIN commitmail json YAML

Updated devel/p5-Class-XSAccessor to 1.14

(sno)

2012-09-11 08:03:43 UTC MAIN commitmail json YAML

Updating package for CPAN module Class::XSAccessor in
devel/p5-Class-XSAccessor from 1.13 to 1.14.

upstream changes:
1.14  Sun Aug 26 23:23 2012
  - Skip some failing tests on old debugging perls. Guys, please
    upgrade your perl!

(sno)

2012-09-11 07:55:26 UTC MAIN commitmail json YAML

Updated devel/p5-Test-MockObject to 1.20120301

(sno)

2012-09-11 07:55:16 UTC MAIN commitmail json YAML

Updating package for CPAN module Test::MockObject in devel/p5-Test-MockObject
from 1.09nb4 to 1.20120301.

pkgsrc changes:
- many dependencies moved to runtime requirements
  ==> this is a test helper, and it relies on other test helpers, so other
      test modules are apparently no build dependency

upstream changes:
1.20120301 2012-03-01 13:17:20 America/Los_Angeles
    - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can

1.20110612 2011-06-11 23:53:50 America/Los_Angeles
    - removed Module::Build detritus
    - improved Test::Warn testing dependency
    - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand,
      rather than in all situations.

1.20110606
    Sun Jun 04 2011
    - converted to Dist::Zilla
    - posted to GitHub

(sno)

2012-09-11 07:52:17 UTC MAIN commitmail json YAML

Updated net/samba35 to 3.5.16nb1

(sbd)

2012-09-11 07:50:51 UTC MAIN commitmail json YAML

Sync net/samba35 with the below changes as it uses net/samba/options.mk.

Bump PKGREVISION

---
  Module Name: pkgsrc
  Committed By: sbd
  Date: Sun Aug 19 07:28:36 UTC 2012

  Modified Files:
  pkgsrc/net/samba: INSTALL.nss_winbind Makefile options.mk
  Added Files:
  pkgsrc/net/samba: DEINSTALL.nss_winbind

  Log Message:
  NSS winbind option install script fixes:

    1) Move the INSTALL_TEMPLATES line to the 'winbind' option section.
    2) Enable the install script on all platforms.
    3) Use the value of ${NSS_WINBIND} in the script as the name of the
        library (should work on all platforms).
    4) In the install script only create the symlink if ${NSS_WINBIND} doesn't
        start with '@comment' (i.e. no nss winbind on this platform) and the
        target file exists and the symlink _doesn't_ already exist.
    5) Create a DEINSTALL_TEMPLATES to remove the nss winbind symlink if it
        exists and point to the correct target.

  Bump PKGREVISION.

  To generate a diff of this commit:
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/DEINSTALL.nss_winbind
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/INSTALL.nss_winbind
  cvs rdiff -u -r1.220 -r1.221 pkgsrc/net/samba/Makefile
  cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/samba/options.mk

(sbd)

2012-09-11 07:46:52 UTC MAIN commitmail json YAML

Updated devel/p5-UNIVERSAL-isa to 1.20120726

(sno)

2012-09-11 07:46:42 UTC MAIN commitmail json YAML

Updating package for CPAN module UNIVERSAL::isa in devel/p5-UNIVERSAL-isa
from 1.20110614 to 1.20120726.

pkgsrc changes:
- add test dependency to (wanted dead) CGI.pm

upstream changes:
1.20120726 2012-07-25 20:51:54 America/Los_Angeles
    - updated to work on Perl 5.17.2+ (rjbs)

1.20120418 2012-04-18 12:15:33 America/Los_Angeles
    - removed use_ok from tests; it's unnecessary

(sno)

2012-09-11 07:44:03 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 3.60

(sno)

2012-09-11 07:43:53 UTC MAIN commitmail json YAML

Updating package for CPAN module CGI(.pm) in www/p5-CGI from 3.58 to 3.60.

upstream changes:
Version 3.60 Aug 15th, 2012

  [BUG FIXES]
  - In some caes, When unescapeHTML() hit something it didn't recognize with an ampersand and
    and semicolon, it would throw away the semicolon and ampersand. It now does a better job.
    of preserving content it doesn't recognize. Thanks to CEBJYRE@cpan.org (RT#75595)
  - Remove trailing newline after <form> tag inserted by startform and start_form. It can
    cause rendering problems in some cases. Thanks to SJOHNSTON@cpan.org (RT#67719)
  - Workaround "Insecure Dependency" warning generated by some versions of Perl (RT#53733).
    Thanks to degatcpan@ntlworld.com, klchu@lbl.gov and Anonymous Monk

  [DOCUMENTATION]
  - Clarify that when -status is used, the human-readable phase should be included, per RFC 2616.
    Thanks to SREZIC@cpan.org (RT#76691).

  [INTERNALS]
  - More tests for header(), thanks to Ryo Anazawa.
  - t/url.t has been fixed on VMS. Thanks to cberry@cpan.org (RT#72380)
  - MANIFEST patched so that t/multipart_init.t is included again. Thanks to shay@cpan.org (RT#76189)

Version 3.59 Dec 29th, 2011

[BUG FIXES]
- We no longer read from STDIN when the Content-Length is not set, preventing
  requests with no Content-Length from freezing in some cases. This is consistent
  with the CGI RFC 3875, and is also consistent with CGI::Simple. However, the old
  behavior may have been expected by some command-line uses of CGI.pm.
  Thanks to Philip Potter and Yanick Champoux. See RT#52469 for details:
  https://rt.cpan.org/Public/Bug/Display.html?id=52469

[INTERNALS]
- remove tmpdirs more aggressively. Thanks to rjbs (RT#73288)
- use Text::ParseWords instead of ancient shellwords.pl. Thanks to AlexBio.
- remove use of define(@arr). Thanks to rjbs.
- spelling fixes. Thanks to Gregor Herrmann and Alessandro Ghedini.
- fix test count and warning in t/fast.t. Thanks to Yanick.

(sno)

2012-09-11 07:38:44 UTC MAIN commitmail json YAML

Updated devel/p5-UNIVERSAL-can to 1.20120726

(sno)

2012-09-11 07:38:34 UTC MAIN commitmail json YAML

Updating package for CPAN module UNIVERSAL::can in devel/p5-UNIVERSAL-can
from 1.20110617 to 1.20120726.

upstream changes:
1.20120726 2012-07-25 20:52:38 America/Los_Angeles
    - updated to work on Perl 5.17.2+ (rjbs)

(sno)

2012-09-11 00:30:13 UTC MAIN commitmail json YAML

2012-09-10 17:39:09 UTC MAIN commitmail json YAML

Updated wm/pekwm to 0.1.15

(gls)

2012-09-10 17:38:46 UTC MAIN commitmail json YAML

Update wm/pekwm to 0.1.15.

Upstream changes:
-----------------

Release-0 1 15
Bugs fixed

    #251 "MaximizeOverHarbour & "Toggle HarbourHidden" incoherent behaviour"
reported and fixed by wallex
    #282 "adobe flash fullscreen don't cover taskbar" reported by dkmatt0 and
fixed by Andreas Schlick.
    #300 "pekwm restart makes 100% CPU" reported by specnaz and fixed by
Andreas Schlick.
    #304 "Fullscreen option" reported by Thom1 and fixed by Andreas Schlick.
    #306 "titlebar clicking separator problem" reported by MezkoV and fixed by
Andreas Schlick.

User visible changes

    Allow CfgDeny-ing struts via autoproperties - done by Claes N舖t駭.

(gls)

2012-09-10 17:29:10 UTC MAIN commitmail json YAML

Add #!@RCD_SCRIPTS_SHELL@ to have a proper shell script.
(Hopefully) fix RCS ID.

Spotted by Greg Oster, thanks!

(gls)

2012-09-10 16:15:41 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.8.2

(adam)

2012-09-10 16:07:44 UTC MAIN commitmail json YAML

Quick-and-(possibly)-dirty fix to make gimp-2.8.2 build

(adam)

2012-09-10 14:58:45 UTC MAIN commitmail json YAML

Updated devel/p5-Set-Array to 0.26

(wen)

2012-09-10 14:57:37 UTC MAIN commitmail json YAML

Updated to 0.26 from 0.24

Upstream changes:
0.26  Thu Mar 22 10:50:00 2012
- No code changes.
- Expand the sample code and comments under difference() to show more clearly what sets get
changed during operations, and to show another way of determining the difference between sets.

0.25  Fri Mar  9 16:58:00 2012
- Add Try::Tiny to pre-reqs. Add attributes, overload, strict, subs and warnings too.

(wen)

2012-09-10 14:47:42 UTC MAIN commitmail json YAML

Updated devel/p5-SVN-Class to 0.17

(wen)

2012-09-10 14:45:46 UTC MAIN commitmail json YAML

Update to 0.17 from 0.16

Upstream changes:
0.17    8 Nov 2011
        * add support for svn 1.7 working copy root path via https://rt.cpan.org/Ticket/Display.html?id=72218

(wen)

2012-09-10 14:28:48 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-PrereqScanner to 1.014

(sno)

2012-09-10 14:28:37 UTC MAIN commitmail json YAML

Updating package for CPAN module Perl::PrereqScanner in
devel/p5-Perl-PrereqScanner from 1.013 to 1.014.

upstream changes:
1.014    2012-07-26 13:22:02 America/New_York
  - require a more recent PPI for various bugfixes that broke tests
    (thanks for the report, Salve J. Nilsen)

(sno)

2012-09-10 14:25:56 UTC MAIN commitmail json YAML

Updated devel/p5-Scalar-List-Utils to 1.25

(sno)

2012-09-10 14:25:44 UTC MAIN commitmail json YAML

Updating package for CPAN modules Scalar::Util and List::Util in
devel/p5-Scalar-List-Utils from 1.23nb2 to 1.25.

upstream changes since 1.23 (remind that n.mm_oo are developer releases):
1.25 -- Sat Mar 24 13:10:13 UTC 2012

  * Restore back-compat. to perl 5.6 (thanks to Zefram)

1.24 -- Thu Mar 22 18:10:10 UTC 2012

  * Update to 1.24 release version (no other changes since 1.23_04).

1.23_04 -- Sat Mar 10 00:16:16 UTC 2012

  * RT#72700 Fix off-by-two on string literal length

1.23_03 -- Tue Sep 14 10:09:59 CDT 2010

  * Min perl version supported for build is not 5.008
  * Dropped the pure-Perl implementation of both Scalar::- and List::Util.
  * RT#61118 Fix assumption in sum() that once magic, always magic

1.23_02 -- Tue Mar 30 11:09:15 CDT 2010

  * Fix first() and reduce() to check the callback first; &first(1) is now illigal. [gfx]
  * Fix reduce() to allow XSUB callbacks [gfx]
  * Fix first() to allow XSUB callbacks [gfx]
  * Resolve RT #55763: tainted() doesn't do SvGETMAGIC(sv) [gfx]
  * define CvISXSUB so older perl versions will still compile

1.23_01 -- Mon Mar 22 08:24:11 CDT 2010

  * Add failing tests; SVt_RV is not directly SvROK [gfx]
  * Implement openhandle() in XS (with extra tests) [gfx]
  * Modernize *.pm [gfx]
  * Modernize ListUtil.xs [gfx]
  * Add ppport.h [gfx]
  * Fix an overloading issue on sum(), and add tests for overloading [gfx]
  * Small tweaks for minstr()/maxstr() [gfx]
  * Optimize dualvar() [gfx]
  * Use sv_copypv() instead of SvPV() and sv_setpv() [gfx]
  * avoid non-portable warnings

(sno)

2012-09-10 14:23:07 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Any-Adapter to 0.09

(sno)

2012-09-10 14:22:56 UTC MAIN commitmail json YAML

Updating package for CPAN module Log::Any::Adapter in devel/p5-Log-Any-Adapter
from 0.07 to 0.09.

pkgsrc changes:
- update/adjust dependencies

upstream changes:
0.09  Aug 25, 2012

- add proper NAME sections to POD - RT #79216 (Gregor Herrmann)

0.08  Jul 17, 2012

- add simple built-in File, Stdout, and Stderr adapters, mainly to provide
  easy examples of usage that don't require additional packages
- allow set() params to be passed to 'use Log::Any::Adapter'
- allow adapter constructor to take any list of params, not necessarily
  a hash

(sno)

2012-09-10 14:20:32 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.19

(sno)

2012-09-10 14:20:20 UTC MAIN commitmail json YAML

Updating package for CPAN module Capture::Tiny in devel/p5-Capture-Tiny
from 0.18 to 0.19.

upstream changes:
0.19      2012-08-06 20:26:34 America/New_York
  Fixed:
  - Work around rt.perl.org #114404 by forcing PerlIO layers back on
    original handles [rt.cpan.org #78819]

(sno)

2012-09-10 14:12:18 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zilla to 4.300023

(sno)

2012-09-10 14:12:06 UTC MAIN commitmail json YAML

Updating package for CPAN module Dist::Zilla in devel/p5-Dist-Zilla from
4.300020 to 4.300023.

pkgsrc changes:
- adjust dependencies

upstream changes:
4.300023  2012-09-06 09:01:12 America/New_York
          do not use ">" in a filename; fixes the build on Win32 (thanks,
          djgoku!)

4.300022  2012-09-05 08:35:27 America/New_York
          do not detect an escaped "\$VERSION =" as an assignment to a variable
          (this is sort of a half-measure)

          'dzil run' also edits $PATH to include ExecDir directories (Karen
          Etheridge)

4.300021  2012-07-31 23:20:50 America/New_York
          plugins can now provide a MANIFEST.SKIP that can be processed by
          ManifestSkip. Previously generated content was just ignored.
          (thanks, Olivier Mengué!)

          GenerateFile can now also template its filename, with the
          name_is_template option (Thanks, Karen Etheridge!)

(sno)

2012-09-10 14:03:02 UTC MAIN commitmail json YAML

Updated devel/py-pip to 1.2.1

(wen)

2012-09-10 14:01:28 UTC MAIN commitmail json YAML

Update to 1.2.1 from 1.1

Upstream changes:
1.2.1 (2012-09-06)
Fixed a regression introduced in 1.2 about raising an exception when not finding any files to uninstall in the current environment. Thanks for the fix, Marcus Smith.

1.2 (2012-09-01)
Dropped support for Python 2.4 The minimum supported Python version is now Python 2.5.
Fixed issue #605 - pypi mirror support broken on some DNS responses. Thanks philwhin.
Fixed issue #355 - pip uninstall removes files it didn't install. Thanks pjdelport.
Fixed issues #493, #494, #440, and #573 related to improving support for the user installation scheme. Thanks Marcus Smith.
Write failure log to temp file if default location is not writable. Thanks andreigc.
Pull in submodules for git editable checkouts. Fixes #289 and #421. Thanks Hsiaoming Yang and Markus Hametner.
Use a temporary directory as the default build location outside of a virtualenv. Fixes issues #339 and #381. Thanks TC01.
Added support for specifying extras with local editables. Thanks Nick Stenning.
Added --egg flag to request egg-style rather than flat installation. Refs issue #3. Thanks Kamal Bin Mustafa.
Fixed issue #510 - prevent e.g. gmpy2-2.0.tar.gz from matching a request to pip install gmpy; sdist filename must begin with full project name followed by a dash. Thanks casevh for the report.
Fixed issue #504 - allow package URLS to have querystrings. Thanks W. Trevor King.
Fixed issue #58 - pip freeze now falls back to non-editable format rather than blowing up if it can't determine the origin repository of an editable. Thanks Rory McCann.
Added a __main__.py file to enable python -m pip on Python versions that support it. Thanks Alexey Luchko.
Fixed issue #487 - upgrade from VCS url of project that does exist on index. Thanks Andrew Knapp for the report.
Fixed issue #486 - fix upgrade from VCS url of project with no distribution on index. Thanks Andrew Knapp for the report.
Fixed issue #427 - clearer error message on a malformed VCS url. Thanks Thomas Fenzl.
Added support for using any of the built in guaranteed algorithms in hashlib as a checksum hash.
Fixed issue #321 - Raise an exception if current working directory can't be found or accessed.
Fixed issue #82 - Removed special casing of the user directory and use the Python default instead.
Fixed #436 - Only warn about version conflicts if there is actually one. This re-enables using ==dev in requirements files.
Moved tests to be run on Travis CI: http://travis-ci.org/pypa/pip
Added a better help formatter.

(wen)

2012-09-10 13:56:46 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long-Descriptive to 0.092

(sno)

2012-09-10 13:56:36 UTC MAIN commitmail json YAML

Updating package for CPAN module Getopt::Long::Descriptive
in devel/p5-Getopt-Long-Descriptive from 0.091 to 0.092.

upstream changes:
0.092    2012-07-31 22:51:09 America/New_York
          make "hidden" options usable on their own (thanks, Roman Hubacek!)

(sno)

2012-09-10 13:53:03 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load to 0.20

(sno)

2012-09-10 13:52:53 UTC MAIN commitmail json YAML

Updating package for CPAN module Class::Load in devel/p5-Class-Load from
0.19 (spring one) to 0.20.

upstream changes (note duplicate 0.19 versions) since 0.18:
0.20    2012-07-15
- Same as the most recently 0.19, but with a new version.

0.19    2012-07-15
- Uploaded by Dave Rolsky, not realizing 0.19 was already used
- The load_class() subroutine now returns the class name on success. Requested
  by Caleb Cushing. RT #76931.
- Exceptions and errors from Class::Load no longer contain references to line
  numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
  by load_class, load_first_existing_class, and load_optional_class, as well
  as the error returned by try_load_class.
- Exceptions are now croaked properly so they appear to come from the calling
  code, not from an internal subroutine. This makes the exceptions look more
  like the ones thrown by Perl's require. RT #68663.

0.19    2012-04-03
- Uploaded by doy (Jesse Luehrs)
- No changes, reupload to fix indexing.

(sno)

2012-09-10 13:48:57 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07033

(sno)

2012-09-10 13:48:46 UTC MAIN commitmail json YAML

Updating package for CPAN module DBIx::Class::Schema::Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07031 to 0.07033.

upstream changes:
0.07033  2012-09-09 16:11:47
        - more thoroughly document the new behavior for relationship
          attributes under "relationship_attrs" in ::Base POD
        - add a loud WARNING to Makefile.PL about the new behavior for
          relationship attributes

0.07032  2012-09-09 13:17:20
        - SQLite: detect is_deferrable for inline FKs
        - support coderefs for relationship_attrs

(sno)

2012-09-10 13:38:39 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class to 0.08200

(sno)

2012-09-10 13:38:27 UTC MAIN commitmail json YAML

Updating package for CPAN module DBIx::Class in databases/p5-DBIx-Class
from 0.08196 to 0.08200.

pkgsrc changes:
- update and adjust dependencies

upstream changes:
0.08200 2012-08-24 (UTC)
    * Fixes
        - Change one of the new tests for the previous release to not require
          SQL::Translator

0.08199 2012-08-22 (UTC)
    same as devrel

0.08198_01 2012-07-25 (UTC)
    * Fixes
        - Roll back incomplete (and broken) internal changes - restore prefetch functionality

0.08198 2012-07-11 03:43 (UTC)
    * Fixes
        - Fix a number of Win32 Test issues
        - Fix silent Oracle connection failures

0.08197 2012-07-10 10:32 (UTC)
    * New Features / Changes
        - Issue a warning when DateTime objects are passed to ->search
        - Fast populate() in void context is now even more efficient by
          going directly through execute_for_fetch bypassing execute_array
        - Fix update()/delete() on complex resultsets to no longer fall back
          to silly row-by-row deletion, construct a massive OR statement
          instead
        - Allow complex update/delete operations on sources without a
          primary key, as long as they have at least one non-nullable
          unique constraint
        - dbicadmin now better supports catalyst-style config files, by
          unrolling 'config_info' hashkeys
        - Multiple Improvements MSSQL over DBD::ADO
          - Transaction support
          - Support for VARCHAR(MAX)/VARBINARY(MAX)/NVARCHAR(MAX) datatypes
          - Nomalization of retrieved GUID values

    * Fixes
        - Fix complex has_many prefetch with resultsets not selecting identity
          columns from the root result source
        - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)
        - Fix "Skimming limit" dialects (Top, FetchFirst) to properly check
          the order_by criteria for stability
        - Fix "Skimming limit" dialects (Top, FetchFirst) to propagate
          non-selected order criteria when part of a larger subquery
        - Fix RowNumberOver and all "skimming limits" to correctly assemble
          bind values when supplied for both select and order_by
        - Fix all subquery-based dialects to not lose a subquery fragment
          when we both select and order by the result of the same subquery
        - Fix the Sybase hubrid limit dialect (RowCountOrGenericSubQ) losing
          Group/Having/Order clauses when called without an offset (RT#73244)
        - No longer generate incorrect SQL on ->as_query called on resultsets
          with software_limit enabled
        - A number of corner case fixes of void context populate() with \[]
        - Fix corner case of forked children disconnecting the parents DBI
          handle
        - Improve identity/autoinc retrieval code in MSSQL and Sybase -
          should reduce weird side-effects especially with populate()
        - Explicitly disable DBD::ODBC batch operations (as of DBD::ODBC 1.35)
          for the following drivers too buggy to handle the optimized path:
          - FreeTDS ODBC driver (when used with MSSQL)
          - The Firebird ODBC driver
          - The MSAccess ODBC driver
        - Explicitly disable DBD::ODBC dynamic_cursors when using freetds 0.83
          or later - they made enough ODBC incompatible changes making it
          impossible to support sanely
        - Explicitly disable SCOPE_IDENTITY queries and statement caching for
          MSSQL on DBD::Sybase compiled against freetds 0.83 or later - way too
          buggy
        - Disable statement caching when using Sybase ASE and DBD::Sybase
          compiled against freetds 0.83 or later
        - Fix leakage of $schema on in-memory new_related() calls
        - Fix more cases of $schema leakage in SQLT::Parser::DBIC
        - Fix leakage of $storage in ::Storage::DBI::Oracle
        - Fix pessimization of Oracle RowNum limit dialect query when no
          offset has been specified
        - Remove useless vestigial pessimization in Ordered.pm for cases
          when the position column is part of a unique constraint
        - Fix dbicadmin to no longer ignore the documented 'config' option
        - The schema-resultsource entanglement is now much more robust
          under threads
        - Fix ::Schema::ddl_filename() failing miserably on paths containing
          certain numeric sequences
        - t/53lean_startup.t adjusted for new 5.15.x base.pm behavior

    * Misc
        - Centralized leak-checks for all instances of DBICTest::Schema
          from within any test
        - Now passes all tests with Test::Builder 1.005
        - Codebase is now trailing-whitespace-free
        - Cleanup of complex resultset update/delete oprations - storage
          specific code moved back to ResultSet and replaced by checks
          of storage capabilities
        - Fixed carp_once only emitting one single warning per package
          regardless of warning content
        - Test suite now can be safely executed in parallel (prove -jN
          or HARNESS_OPTIONS=jN)

(sno)

2012-09-10 13:26:57 UTC MAIN commitmail json YAML

Updated databases/p5-SQL-Abstract to 1.73

(sno)

2012-09-10 13:26:44 UTC MAIN commitmail json YAML

Updating package for CPAN module SQL::Abstract in databases/p5-SQL-Abstract
from 1.72nb1 to 1.73.

pkgsrc changes:
- update dependencies

upstream changes:
revision 1.73  2012-07-10
----------------------------
    - Fix parsing of ORDER BY foo + ?
    - Stop filling in placeholders in `format-sql` since it does not support
      passing values for them anyway
    - Fix parsing of NOT EXISTS
    - Fix over-eager parenthesis unrolling
    - Fix deep recursion warnings while parsing obnoxiously long sql statements
    - Fix incorrect comparison of malformed lists
    - Fix incorrect reporting of mismatch-members in SQLA::Test
    - Migrate the -ident operator from DBIC into SQLA
    - Migrate the -value operator from DBIC into SQLA

(sno)

2012-09-10 13:07:23 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.000003

(sno)

2012-09-10 13:07:11 UTC MAIN commitmail json YAML

Updating package for CPAN module Moo in devel/p5-Moo from 1.000002 to
1.000003.

pkgsrc changes:
- adjust dependencies

upstream changes:
1.000003 - 2012-08-09
  - make setter for weak_ref attributes return the value

(sno)

2012-09-10 13:05:01 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 1.004002

(sno)

2012-09-10 13:04:50 UTC MAIN commitmail json YAML

Updating package for CPAN module strictures in devel/p5-strictures from
1.004001 to 1.004002.

upstream changes:
1.004002 - 2012-09-08
  - add better rationale for the extra testing heuristic

(sno)

2012-09-10 13:02:27 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.001005

(sno)

2012-09-10 13:02:16 UTC MAIN commitmail json YAML

Updating package for CPAN module Role::Tiny in devel/p5-Role-Tiny from
1.001004 to 1.001005.

upstream changes:
1.001005 - 2012-07-18
  - localize UNIVERSAL::can change to avoid confusing TB2
  - properly report roles consumed by superclasses

(sno)

2012-09-10 12:58:13 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-GlobalDestruction to 0.09

(sno)

2012-09-10 12:58:02 UTC MAIN commitmail json YAML

Updating package for CPAN module Devel::GlobalDestruction in
devel/p5-Devel-GlobalDestruction from 0.08 to 0.09.

upstream changes:
0.09  Wed, 08 Aug 2012
  * Rewrite completely broken pure-perl GD detection under threads
  * Fix pure-perl implementation incorrectly reporting GD during END phase

(sno)

2012-09-10 12:52:59 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 1.90

(sno)

2012-09-10 12:52:47 UTC MAIN commitmail json YAML

Updating package for CPAN module Archive::Tar in archivers/p5-Archive-Tar
from 1.84 to 1.90.

upstream changes:
* important changes in version 1.90 05/09/2012 (Tom Jones)
- documentation fixes

* important changes in version 1.88 01/06/2012 (Markus Prosch)
- resolved chown won't work on symlinks

* important changes in version 1.86 24/05/2012 (Mark Allen)
- don't use tell on IO::Zlib handles RT#64339

(sno)

2012-09-10 12:47:09 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-LazyRequire to 0.08

(sno)

2012-09-10 12:46:58 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::LazyRequire in
devel/p5-MooseX-LazyRequire from 0.07 to 0.08.

pkgsrc changes:
- adjust build (test) depends

upstream changes:
0.08      2012-07-02 09:58:41 PDT-0700  (Karen Etheridge)
  * Convert uses of Test::Exception to Test::Fatal
  * Add TODO test for RT#76054 (thanks for the report, ilyuha!)

(sno)

2012-09-10 12:31:24 UTC MAIN commitmail json YAML

Added devel/p5-Test-CheckDeps version 0.002

(sno)

2012-09-10 12:30:15 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Meta-Check version 0.004

(sno)

2012-09-10 12:29:27 UTC MAIN commitmail json YAML

Added devel/p5-Test-CheckDeps version 0.002

(sno)

2012-09-10 12:29:12 UTC MAIN commitmail json YAML

Importing new package for CPAN module Test::CheckDeps version 0.002 into
devel/p5-Test-CheckDeps.

Test::CheckDeps adds a test that assures all dependencies have been
installed properly. If requested, it can bail out all testing on error.

(sno)

2012-09-10 12:21:53 UTC MAIN commitmail json YAML

Added devel/p5-CPAN-Meta-Check version 0.004

(sno)

2012-09-10 12:21:37 UTC MAIN commitmail json YAML

Importing new package for CPAN module CPAN::Meta::Check version 0.004
into devel/p5-CPAN-Meta-Check.

PAN::Meta::Check verifies if requirements described in a CPAN::Meta
object are present.

(sno)

2012-09-10 11:53:53 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-table-chinese to 1.4.0

(obache)

2012-09-10 11:53:41 UTC MAIN commitmail json YAML

Update ibus-table-chinese to 1.4.0.

* Fri Sep 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.0
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files

(obache)

2012-09-10 11:34:46 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Most to 0.31

(sno)

2012-09-10 11:34:32 UTC MAIN commitmail json YAML

Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.25:
0.31    2012-09-06
        - Fix "You tried to plan twice" bug (reported on #78564)

0.30    2012-09-05
        - Bugfix: Moose can now be used safely as we exclude
          Test::Deep::blessed by default (multiple reports)
        - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
        - carp instead of warn (Olivier Mengué)
        - Remove autogenerated files (Olivier Mengué)

(sno)

2012-09-10 11:09:16 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Harness to 3.25

(sno)

2012-09-10 11:09:04 UTC MAIN commitmail json YAML

Updating package for CPAN module Test::Harness in devel/p5-Test-Harness
from 3.23 to 3.25.

upstream changes:
3.25    2012-06-05
        - Rereleased to fix CPAN permission problem. No functional change.

3.24    2012-06-03
        - RT #74393: corrected typo in M::B integration docs.
        - RT #63473: fix typo.
        - RT #49732: Attempt to load File::Glob::Windows to get correct
          glob semantics on Win32.
        - RT #47890: Don't use Win32::GetShortPathName.
        - RT #64404: Ignore textness ('-T') of script when reading shebang.
        - Handle the case where we don't know the wait status of the
          test more gracefully.
        - Make the test summary 'ok' line overrideable so that it can be
          changed to a plugin to make the output of prove idempotent.
        - Apply upstream patch:

            http://perl5.git.perl.org/perl.git/commit \
              /6359c64336d99060952232e7e300bd3c31afead8

          In testargs.t in Test::Harness, don't run a world-writable file.

  The test writes a file, then changes the mode, then executes it.
  The file needs to be +x to be executable (on many platforms).
  The file will need to be +w to be deletable on some platforms.
  But setting the file world writable just before running it feels
  like a bad idea, given that the file's name is as predictable
  as process IDs, as there's a race condition to break into the
  account running perl's tests.

(sno)

2012-09-10 10:57:26 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Pluggable to 4.3

(sno)

2012-09-10 10:57:16 UTC MAIN commitmail json YAML

Updating package for CPAN module Module::Pluggable in
devel/p5-Module-Pluggable from 4.0 to 4.3.

pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
  Module::Build

upstream changes:
2012-08-15 - 4.3
    * Fix calling the correct method when instantiating (Doh!)
    * Hopefully stop smoker failures

2012-08-14 - 4.2
    * Fix a problem with installation directory (Jerry D. Hedden)

2012-07-20 - 4.1
    * Allow triggers on events which gives a powerful way to modify
      behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
    * Put documentation in about behaviour under blib and test, allow
      searching outside blib under test (suggestion from Stephen Baynes)
    * Made following symlinks the default behaviour, added ability to
      turn that off (Aran Deltac)
    * Fix installation path (Matthias Dietrich, Todd Rinaldo)
    * Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
    * Set our @INC up to include and prefer our search_dirs if necessary
      (as per suggestion from Ian Goodacre)
    * Switch to Module::Build

(sno)

2012-09-10 10:48:48 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Path-Class to 0.06

(sno)

2012-09-10 10:48:37 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::Types::Path::Class in
devel/p5-MooseX-Types-Path-Class from 0.05nb4 to 0.06.

upstream changes:
0.06 Wed Mar 28 2012
    * added SEE ALSO section in pod
    * converted git repo to Dist::Zilla

(sno)

2012-09-10 10:43:54 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-LoadableClass to 0.008

(sno)

2012-09-10 10:43:44 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::Types::LoadableClass in
devel/p5-MooseX-Types-LoadableClass from 0.006nb1 to 0.008.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.008 13-03-2012
  - Do not require Test::Exception. RT#75246

0.007 15-02-2012
  - Be more paranoid about the potential for $_ being clobbered.

(sno)

2012-09-10 10:39:03 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-Common to 0.001008

(sno)

2012-09-10 10:38:52 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.

pkgsrc changes:
- adjust build/test dependencies

upstream changes:
0.001008 2012-06-14 11:29:50 PDT
  - Upper* and Lower* string types now accept non-alphabetic characters (Karen
    Etheridge)
0.001007 2012-02-23 11:50EST
  - remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
  - fix POD per RT #75168
0.001005 2012-02-19 20:45EST
  - add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
  - use Test::Fatal instead of Test::Exception (Justin Hunter)
  - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133

(sno)

2012-09-10 10:35:29 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.35

(sno)

2012-09-10 10:35:15 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types
from 0.30nb1 to 0.35.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.35    2012-05-19
        - The new delegation code could fail when a type had no
          parent. Attempting to subtype Any was one way to trigger the
          bug. (Dave Rolsky)
        - The new delegation code broke calling ->can or ->isa on
          MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)

0.34    2012-05-18
        - Special case new to avoid unexpected exceptions on unloaded classes

0.33    2012-05-18
        - Switch delegation order to prioritise type over class except for new

0.32    2012-05-18
        - Support delegation of methods to the class for class types
        - Factor out _try_delegate method

0.31    2011-12-22
        - Add support for qw( :all ) on MooseX::Types::Combine libraries.
  (kentnl)

(sno)

2012-09-10 10:27:36 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-MarkAsMethods to 0.15

(sno)

2012-09-10 10:27:24 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::MarkAsMethods in
devel/p5-MooseX-MarkAsMethods from 0.14 to 0.15.

upstream changes:
0.15      2012-05-30 17:34:11 America/Los_Angeles
* Document that overload declarations must use the anon sub style for
  methods to resolve correctly.
* No code/functionality changes.

(sno)

2012-09-10 10:24:18 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.47

(sno)

2012-09-10 10:24:08 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.

pkgsrc changes:
- adjust (build/test) dependencies

upstream changes:
0.47      2012-08-30 16:37:59 PDT-0700
- re-release to remove double $VERSION declarations

0.46      2012-08-30 15:17:28 PDT-0700
- -h is also treated as a --help option

0.45      2012-05-13 09:49:58 PDT-0700
- use Path::Class in test to avoid test failures on MSWin32 with filename
  construction

0.44      2012-05-11 10:44:48 PDT-0700
- now respecting value of configfile passed to the constructor, when used in
  conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

0.43      2012-04-29 09:35:52 PDT-0700
- re-release as non-trial.

0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
- reformatted the Changes file, with the help of CPAN::Changes, to something
  a little more standard.
- more release-only tests added

0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
- Now bails with exit status 0, rather than dying, when printing
  requested --usage/--help information (usage printed via invalid arguments
  will still die, however). (Karen Etheridge)

0.40      2012-04-13
- Fix tests when MooseX::ConfigFromFile is installed, with
  Getopt::Long::Descriptive >= 0.091. RT#76287
- Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
- Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

0.39      2012-02-03
- Fix argument parsing in process_argv when used with ConfigFromFile so
  that -v can be used as expected, rather than being grabbed as --version

0.38      2011-12-23
- More documentation on Getopt::Long settings and how they alter this
  role's behaviour, in particular with regards to extra_argv capturing.
  (Karen Etheridge)

(sno)

2012-09-10 10:16:56 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-App-Cmd to 0.09

(sno)

2012-09-10 10:16:44 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.09      2012-03-18 20:21:21 America/New_York
    - RT#74668: can use a sub {} for configfile default (yanick)
    - RT#75446: add all necessary metadata as part of conversion
      to Dist::Zilla (mjgardner)
    - RT#75447: require correct version of Getopt::Long::Descriptive so
      basic and configfile tests can pass (mjgardner)
    - lots of code and documentation cleanup, driven by
      release tests (mjgardner)

0.08      2012-03-14
    - no code changes, just repackaging distribution archive with
      correct root (mjgardner)

0.07      2012-02-29
    - fix tests that started failing due to dependency error
      string change (offerk)

(sno)

2012-09-10 10:08:15 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-ConfigFromFile to 0.04

(sno)

2012-09-10 10:08:04 UTC MAIN commitmail json YAML

Updating package for CPAN module MooseX::ConfigFromFile from 0.03nb1 to
0.04.

pkgsrc changes:
- adding some dependencies as named in module's meta-information

upstream changes:
0.04 - Dec 17, 2011
    - Call the configfile attribute default sub if it is a sub, not just a
      string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)

(sno)

2012-09-10 10:06:07 UTC MAIN commitmail json YAML

Updated misc/zyGrib to 6.0.1

(plunky)

2012-09-10 10:04:04 UTC MAIN commitmail json YAML

revision bump for zyGrib-6.0.1

(plunky)

2012-09-10 10:03:32 UTC MAIN commitmail json YAML

update to zyGrib-6.0.1, from the ChangeLog:

2012-08-26 : zyGrib Version 6.0.1

    Update czech translation (d#kuji Pavel Kalian).
    Diagrams SkewT-LogP more complete:
    - Adjustable size.
    - Visualization of the wind (barbs + arrows) at altitudes:
1000, 925, 850, 800, 700, 600, 500, 400, 300, 200, 100 hPa.
    - Choice of the base altitude for the calculation of the convection
levels (fixed levels or average lower layers).
    - Bug fixed for the calculation of equilibrium level when the
pseudo-adiabatic saturated crosses several times the temperature curve.
    - The calculation of thermodynamic indices is not forgotten ...
but it will come later ...
    Bug fixed: POIs were sometimes misplaced when extracting images from animations.

(plunky)

2012-09-10 10:02:28 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Has-Options version 0.002

(sno)

2012-09-10 09:58:55 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-Has-Options version 0.002

(sno)

2012-09-10 09:58:38 UTC MAIN commitmail json YAML

Importing package for CPAN module MooseX::Has::Options version 0.002 into
devel/p5-MooseX-Has-Options.

MooseX::Has::Options provides a succinct syntax for declaring options for
Moose attributes. It hijacks the has function imported by Moose and replaces
it with one that understands following options syntax:

    use Moose;
    use MooseX::Has::Options;

    has 'some_attribute' => (
        qw(:ro :required),
        isa => 'Str',
        ...
    );

This will converted into:

    use Moose;
    use MooseX::Has::Options;

    has 'some_attribute' => (
        is => 'ro',
required => 1,
        isa => 'Str',
        ...
    );

Options must come in the beginning of the argument list.
MooseX::Has::Options will stop searching for options after the
first alphanumeric string that does not start with a colon.

(sno)

2012-09-10 09:23:54 UTC MAIN commitmail json YAML

Updated graphics/ruby-rcairo to 1.12.2

(obache)

2012-09-10 09:23:37 UTC MAIN commitmail json YAML

Update ruby-rcairo to 1.12.2.

Release 1.12.2 (2012-06-03) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Added Cairo::Device.supported?.
    [GitHub#11] [Reported by C辿dric Boutillier]
  * Added Cairo::Device.gl_texture_supported?.
  * Added Cairo::Surface.supported?.
  * Defined all surfaces even if a surface isn't available. Use
    Cairo::Surface.XXX_supported? method to check surface
    availability.
  * Added Cairo::Pattern.xxx_supported?.
    [GitHub#12] [Reported by Mamoru Tasaka]
  * [experimental] Supported auto native package install.

Thanks
------

  * C辿dric Boutillier
  * Mamoru Tasaka

Release 1.12.1 (2012-03-31) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Re-supported cairo < 1.10.0.
    [ruby-gnome2-devel-en] Help me install my own program [Eric C.]

Fixes
-----

  * Fixed a problem that an unresolved symbol is referenced.

Thanks
------

  * Eric C.

Release 1.12.0 (2012-03-25) Kouhei Sutou <kou@cozmixng.org>)
============================================================

Improvements
------------

  * Supported cairo 1.12.0.
    * Cairo::Surface#supported_mime_type?
    * Cairo::Surface#create_similar_image
    * Cairo::Surface#map_to_image
    * Cairo::Surface#unmap_to_image
    * Cairo::RecordingSurface#extents
    * Cairo::MeshPattern
    * Cairo::RasterSourcePattern
    * Cairo::MimeType::UNIQUE_ID
  * Supported glesv2 surface.

Fixes
-----

  * Fixed a bug that Cairo::HINT_METRICS_ON can't be specified. #8
    [Vasily Fedoseyev]

Thanks
------

  * Vasily Fedoseyev

(obache)

2012-09-10 09:22:42 UTC MAIN commitmail json YAML

2012-09-10 05:33:25 UTC MAIN commitmail json YAML

Corrected installation error (DESTDIR not applied correctly).
Added description of options. Added update to changes file.
Used buildlink3 for findlib dependency.

(jaapb)

2012-09-09 23:39:40 UTC MAIN commitmail json YAML

Updated lang/runawk to 1.4.3

(cheusov)

2012-09-09 23:39:18 UTC MAIN commitmail json YAML

Updated parallel/paexec to 0.17.0

(cheusov)

2012-09-09 23:30:26 UTC MAIN commitmail json YAML

Update to 0.17.0
  paexec:
    - Option -x was added. With its help paexec can run one command
      per task.  If -g is also specified, command's exit status is
      analysed. Appropriate task and dependants are marked as "failed"
      if it is non-zero.
    - First character of -n argument must be alphanumeric, `+', `_',
      `:' or `/'.  Other symbols are reserved for future extentions.
    - With '-n :filename' paexec reads a list of nodes from the
      specified file.
    - With a help of new option '-m t=<eot>' end of task string
      may be specified, which is an empty line by default.
    - Option -md=<delim> was added that overrides the default
      delimiter (space character) between tasks in graph mode (-g).
    - Output line that contains failed dependants no longer ends with
      unnecessary space.
    - Long options were completely removed.

  paexec_reorder:
    - Fix. "paexec_reorder -g" now handles correctly failed tasks'
      output.  One extra line after "fatal" is expected.
    - Options -m was added. It does the same things as paexec's -m.

  More examples of use and regression tests.

  Documentation update, clean-ups and improvements.

  Regression tests:
    - Signals handling was fixed in.
    - LC_ALL is always set to C in regression tests, this fixes some
      problems in internationalized environment.

  mk-configure>=0.23.0 is required at build time

(cheusov)

2012-09-09 23:28:11 UTC MAIN commitmail json YAML

Updated lang/runawk to 1.4.3

(cheusov)

2012-09-09 23:27:51 UTC MAIN commitmail json YAML

Update to 1.4.3
  runawk:
    - Clean-ups in usage message
    - system(3) is not used anymore for removing temporary directory
  modules:
    - Function print_help() has been moved
      from power_getopt.awk to init_getopt.awk

(cheusov)

2012-09-09 22:21:54 UTC MAIN commitmail json YAML

2012-09-09 22:20:15 UTC pkgsrc-2012Q2 commitmail json YAML

2012-09-09 22:19:04 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3916 - requested by tron
net/wireshark: security patch

Revisions pulled up:
- distinfo patch
- Makefile patch
- patches/patch-CVE-2012-3548 created by patch

(spz)

2012-09-09 20:39:52 UTC MAIN commitmail json YAML

nocol, lintpkgsrc.

(dholland)

2012-09-09 20:18:46 UTC MAIN commitmail json YAML

Bump version for mspo's file::find change.

(dholland)

2012-09-09 19:51:03 UTC MAIN commitmail json YAML

Bump PKGREVISION to 7 for previous changes.

XXX: This package does not honor VARBASE.
XXX: This package develops 116 lines of pkglint.

(dholland)

2012-09-09 19:49:46 UTC MAIN commitmail json YAML

2012-09-09 19:42:25 UTC MAIN commitmail json YAML

2012-09-09 19:35:21 UTC MAIN commitmail json YAML

2012-09-09 19:26:54 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(dholland)

2012-09-09 19:26:39 UTC MAIN commitmail json YAML

Fix detection of NetBSD, as suggested by Havard Eidnes.

(dholland)

2012-09-09 19:04:52 UTC MAIN commitmail json YAML

dd ocaml-findlib dependency.

(wiz)

2012-09-09 18:47:48 UTC MAIN commitmail json YAML

CONFLICTS with nullmailer-[0-9]*

(cheusov)

2012-09-09 18:45:45 UTC MAIN commitmail json YAML

Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.
Added PLIST_VAR in order to install native code files only on appropriate
architectures.

This closes PR pkg/46922 (submitted before I became a developer).

Changes from 2.14.2 to 2.16.0:

2012.08.23 [Jacques]
  * update Windows port, compiles fine on mingw with
    ./configure --disable-gtktest
  * lablgtk2 script does not load extra libraries by default
    (use flag -all to load all extensions)

2012.08.17 [Jacques]
  * generate correct lablgtk2 script for findlib.
  * add old-uninstall target.
  * support threaded toplevel with Quartz backend, using gtkThTop.ml
    (runs the toplevel loop in another thread)
  * remove GtkThInit from META (not portable)
  * avoid busy waiting by using g_main_context_set_poll_func to
    make polling non-blocking.
    busy waiting is still needed for VM threads, and can be activated
    by setting the environment variable LABLGTK_BUSY_WAIT.

2012.08.16 [Jacques]
  * update applications/browser for OCaml 4.00
  * update applications/camlirc to use GText instead of GBroken.text

2012.07.26 [Pierre-Marie]
  * improvements to GtkSourceView2.
  * add cast and assignation functions to GText.nocopy_iter.
  * add Gtk 2.10 missing key modifiers.

2012.07.24 [Jacques]
  * can still install using old-install.

2012.06.19 [Adrien]
  * add a high-level API to create keyboard shortcuts.

2012.06.12 [Adrien]
  * add several #as_foo methods: entry, notebook, range
  * new signals for notebook: select_page, reorder_tab,
    change_current_page, move_focus_out, page_{added,removed,reordered}
  * add gtk_container_child_{set,get}_property
  * add gtk_notebook_{set,get}_tab_reorderable
  * add gtk_signal_new which can be used to create custom keyboard shortcuts
  * add g_signal_list and g_signal_query
  * add functions to connect to notify::foo signals which indicate when an
    object property changes
  * add foo#connect#notify_bar methods to add callbacks on changes of
    the "bar" property of the object "foo".

2012.04.11 [Maxence]
  * use findlib to install (see README for the list of installed packages)

2012.06.05 [Jacques]
  * merge GtkSourceView2 additions by Pierre-Marie Pedrot

2012.03.07 [Jacques]
  * add Make_Val_option to wrappers.h

2011.07.20 [Jacques]
  * add gtk_accelerator_name/get_label (for Pierre Boutillier)
  * add gtk_accel_map_foreach/change_entry (ibid)
  * add gdk_window_clear_area (for DDR)
  * make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche)

(jaapb)

2012-09-09 18:30:18 UTC MAIN commitmail json YAML

CONFLICTS with deliver-[0-9]*; ++pkgrevision

(cheusov)

2012-09-09 18:28:07 UTC MAIN commitmail json YAML

CONFLICTS with avenger-[0-9]*; ++pkgrevision
Fix some pkglint warnings

(cheusov)

2012-09-09 18:02:43 UTC MAIN commitmail json YAML

CONFLICTS with heimdal, libdes and arla; ++pkgrevision

(cheusov)

2012-09-09 16:34:24 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup tickets #3917 and #3918.

(tron)

2012-09-09 16:32:55 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3918 - requested by morr
www/wordpress: security update

Revisions pulled up:
- www/wordpress/Makefile                                        1.27
- www/wordpress/distinfo                                        1.22

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Sun Sep  9 06:56:10 UTC 2012

  Modified Files:
  pkgsrc/www/wordpress: Makefile distinfo

  Log Message:
  Update to Wordpress 3.4.2.

  Changes:

  * Fixes some issues in the admin area where some older browsers (IE7, in
  particular) may slow down, lag, or freeze.
  * Fixes an issue where a theme may not preview correctly, or its screenshot may
  not be displayed.
  * Fixes the use of multiple trackback URLs in a post.
  * Prevents improperly sized images from being uploaded as headers from the
  customizer.
  * Ensures proper error messages can be shown to PHP4 installs. (WordPress
  requires PHP 5.2.4 or later.)
  * Fixes handling of oEmbed providers that only return XML responses.
  * Addresses pagination problems with some category permalink structures.
  * Adds more fields to be returned from the XML-RPC wp.getPost method.
  * Avoids errors when updating automatically from very old versions of WordPress
  (pre-3.0).
  * Fixes problems with the visual editor when working with captions.

  Additionally: Version 3.4.2 fixes a few security issues and contains some
  security hardening. These issues were discovered and addressed by the WordPress
  security team:

  * Fix unfiltered HTML capabilities in multisite.
  * Fix possible privilege escalation in the Atom Publishing Protocol endpoint.
  * Allow operations on network plugins only through the network admin.
  * Hardening: Simplify error messages when uploads fail.
  * Hardening: Validate a parameter passed to wp_get_object_terms().

(tron)

2012-09-09 16:20:12 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3917 - requested by wen
www/mediawiki: security update

Revisions pulled up:
- www/mediawiki/Makefile                                        1.22
- www/mediawiki/PLIST                                          1.11
- www/mediawiki/distinfo                                        1.15

---
  Module Name:    pkgsrc
  Committed By:  wen
  Date:          Sun Sep  2 00:29:34 UTC 2012

  Modified Files:
          pkgsrc/www/mediawiki: Makefile PLIST distinfo

  Log Message:
  Update to 1.19.2
  It is a security update, fix CVE-2012-4377 CVE-2012-4378 CVE-2012-4379
  CVE-2012-4380 CVE-2012-4381 CVE-2012-4382.

  Upstream changes:
  Changes since 1.19.1
  (bug 39700) File: link to non-existing file can inject html
  (bug 39823) Hidden block text leaking to admins
  (bug 39184) LDAP password leakage
  (bug 39180) Disallow framing of api results
  (bug 37587) Enforce language codes to be html safe
  (bug 39824) Check global blocks on account creation

(tron)

2012-09-09 15:47:35 UTC MAIN commitmail json YAML

use file::find to save memory in lintpkgsrc- should never grow more than 25MB now -- makes no effort to clean up empty directories, so that is still fixable

(mspo)

2012-09-09 15:13:00 UTC MAIN commitmail json YAML

+ mathomatic-16.0.3, py-icalendar-3.1, taglib-1.8, wordpress-3.4.2,
  x264-devel-20120908.

(wiz)

2012-09-09 15:03:07 UTC MAIN commitmail json YAML

Note update of mail/ruby-mime-types package to 1.19.

(taca)

2012-09-09 15:02:35 UTC MAIN commitmail json YAML

Update ruby-mime-types to 1.19.

== 1.19 / 2012-06-20
* New MIME Types:
  * XCF Gnome Images (image/x-xcf, image/x-compressed-xcf;
    .xcf). https://github.com/halostatue/mime-types/issue/17
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * DV (video/x-dv; .dv)
    * IVF (video/x-ivf; .ivf)
    * Matroska (video/x-matroska; .mkv)
    * Motion JPEG (video/x-motion-jpeg; .mjpg)
    * RealMedia (official; application/vnd.rn-realmedia; .rm)
* New extensions:
  * dcm (application/dicom); https://github.com/halostatue/mime-types/issue/16.
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * 3g2, 3gpp2 (video/3gpp2)
    * mpeg (video/mpeg)
    * mxf (application/mxf)
    * ts (video/MP2T)
    * ogg (video/ogg)
* Fixed MIME Types:
  * Adobe AIR application installer packages was missing a
    hyphen. https://github.com/halostatue/mime-types/issue/13
  * Types reported in https://github.com/halostatue/mime-types/issues/12:
    * audio/x-pn-realaudio extension is .ra, not .rm.
* Resolved https://github.com/halostatue/mime-types/issues/8. Apparently some
  people run the tests on Linux. Imagine that.

(taca)

2012-09-09 14:26:33 UTC MAIN commitmail json YAML

Updated geography/gama to 1.13

(gdt)

2012-09-09 14:26:03 UTC MAIN commitmail json YAML

Update to 1.13.

Version 1.13

  * Fixed templates lookup name syntax errors reported by Brandon
    Invergo <brandon@invergo.net> (detected by compiler g++-4.7).
    Many thanks for your patch, Brandon.

  * Fixed a bug reported by Jacques Beilin <jacques.beilin@ensg.eu>

    Function NormalDistribution ended in an endless loop for high
    values of input argument x.

  * Fixed a bug reported by Anton Horpynich <anton@vingeo.com>

    The computation of approximate coordinates failed if an angle
    needed for computing of an intersection was smaller than 0.15
    radians / 10 gons (implicit testing criterion). Although this is a
    reasonable limit for standard surveying networks, in a batch
    computation of approximate coordinates a much smaller value can be
    sometimes acceptable. It is more or less a matter of personal
    opinion if this is to be supposed a bug or not.

    Gama newly solves approximate coordinates in two main loops.
    During the first loop the default value 0.15 in class Acord is
    used.  If afterwards there  still some coordinates remain
    missing, Gama starts a second loop with series of iterations in
    which firstly tries to find a solution with the default value
    then secondly with a very tiny limit of 0.0015 radians.

    In most cases all coordinates are solved in the first loop with
    the default small angle limit 10 gons.

  * In gama-local suppressed output of running results during
    linearization iterations and several other minor fixes

Version 1.12

  * class BaseVisitor and related classes moved to separete file visitor.h

  * local Observation has protected init method and non-parametric constructor
    Code in local Observation was reorganized and some atributes are not const.

  * local observations are visitable (base is Accept<>)
          -  class Direction : public Observation
          +  class Direction : public Accept<Direction, Observation>
      ** local observations' write methods moved to WriteVisitor
      ** LocalRevision and LocalLinearization are now visitors
      ** base classes Revision and Linearization removed from local
      ** method observations_summary in LocalNetworkXML uses visitor for counting
      ** method observations in LocalNetworkXML uses visitor for writing
      ** function OutlyingAbsoluteTerms uses visitor for writing
      ** method test_abs_term in LocalNetwork uses visitor for test
      ** local Observation set_passive and set_active methods are now non-const
      ** function AdjustedObservations uses visitor for writing part of table row
      ** function TestLinearization uses visitor for computing and writing
      ** function ResidualsObservations uses visitor writing observation name

  * fixed a bug in the definition of angular observations reported
    by Anna Kratochvilova <anna.kratochvilova@fsv.cvut.cz> and Vaclav
    Petras <vaclav.petras@fsv.cvut.cz>

  * updated version of review.hu.lang by Siki Zoltan, some
    corrections in the Hungarian translation of GNU Gama

(gdt)

2012-09-09 13:28:50 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ProgressBar to 2.13 [abs 2012-09-09]
Updated devel/p5-glib2 to 1.262 [abs 2012-09-09]
Updated mail/p5-MailTools to 2.11 [abs 2012-09-09]
Updated multimedia/p5-GStreamer to 0.17 [abs 2012-09-09]
Updated security/p5-pcsc to 1.4.12 [abs 2012-09-09]
Updated sysutils/p5-GTop to 0.16 [abs 2012-09-09]
Updated sysutils/p5-SSH-Batch to 0.029 [abs 2012-09-09]

(abs)

2012-09-09 13:27:21 UTC MAIN commitmail json YAML

Updated security/p5-pcsc to 1.4.12

2011-03-06  Ludovic Rousseau  <rousseau@debian>

* README: release 1.4.12

* PCSC.xs: Also check for SVt_PVIV and not just SVt_IV.

Fixes Debian bug #613722 "libpcsc-perl: GetStatusChange error after print"

* PCSC.xs, PCSC.pm, test.pl: Use lines of less than 80 columns

2010-10-27  Ludovic Rousseau  <rousseau@debian>

* create_distrib.sh: compress using bzip2 instead of gzip

* README: release 1.4.11

* PCSCperl.h: SCardCancelTransaction() is no more present in pcsc-lite

* PCSC.pm, PCSC.pod, PCSC.xs, PCSCperl.h:
SCardSetTimout is no more present in pcsc-lite > 1.6.4
It was a pcsc-lite specific and deprecated function

2010-08-18  Ludovic Rousseau  <rousseau@debian>

* PCSCperl.h:
use SCARD_READERSTATE * instead of LPSCARD_READERSTATE since is not
define in pcsc-lite < 1.6.3

* README: release 1.4.10

* PCSC.pm, PCSC.xs, PCSCperl.h, README: Update copyright date

* create_distrib.sh: Allow more than one digit in the version numbers

* PCSC.xs, PCSCperl.h:
Use LPSCARD_READERSTATE instead of LPSCARD_READERSTATE_A since it is no
more defined in pcsc-lite >= 1.6.2

2010-06-30  Ludovic Rousseau  <rousseau@debian>

* README: release 1.4.9

* PCSC.pm, PCSC.pod, PCSC.xs: sort constants in alphabetical order

* PCSC.pod, PCSC.xs:
SCARD_E_UNSUPPORTED_FEATURE is not specific to pcsc-lite but is also
available on Windows

* PCSC.pm, PCSC.pod, PCSC.xs:
SCARD_W_INSERTED_CARD is no more defined in pcsc-lite 1.6.0 and then
pcsc-perl failed to build. It was an error code specific to pcsc-lite.

2010-01-03  Ludovic Rousseau  <rousseau@debian>

* Card/Card.pod: fix spelling error

2009-09-23  Ludovic Rousseau  <rousseau@debian>

* README: release 1.4.8

* Card/Card.pod: Correct 3 bugs signaled by podchecker

2009-09-06  Ludovic Rousseau  <rousseau@debian>

* PCSC.xs:
PCSC.xs:853: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’

2008-09-28  Ludovic Rousseau  <rousseau@debian>

* PCSC.pod: example code for GetStatusChange()

(abs)

2012-09-09 13:26:08 UTC MAIN commitmail json YAML

Updated sysutils/p5-GTop to 0.16

0.18 - Mon May 28 2012

Remove references to Server files from Manifest. Fixes build warning (cf. rt.cpa
n.org #72777)

0.17 - Sun Jul 10 13:39:00 EDT 2011

Fix check of threading enabled so it doesn't load the threading module [brendan@
tucows]
Remove Server depreciated in last release

(abs)

2012-09-09 13:24:53 UTC MAIN commitmail json YAML

Updated sysutils/p5-SSH-Batch to 0.029

0.029
- atnodes: added a '-q' parameter to run SSH in quiet mode,
  which prevents banners and motd messages from being
  displayed in the output. thanks Mithun Ayachit for the patch.

(abs)

2012-09-09 13:17:59 UTC MAIN commitmail json YAML

Updated mail/p5-MailTools to 2.11

version 2.11: Wed Aug 29 09:09:47 CEST 2012

        Fixes:

        - typo in Mail::Mailer::smtp, which only shows up in >5.14
          [cpantesters]

version 2.10: Tue Aug 28 09:41:52 CEST 2012

        Fixes:

        - Mail::Mailer::smtp set from address twice.
          rt.cpan.org#77161 [Vladimir Goshev]

        - Mail::Mailer::smtps did not support the From option.
          rt.cpan.org#77161 [Vladimir Goshev]

        Improvements:

        - Mail::Util::mailaddress has now an optional parameter to
          set the returned value explicitly.
          rt.cpan.org#75975 [Rolf G]

(abs)

2012-09-09 13:11:35 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ProgressBar to 2.13

pkgsrc changes
- Add LICENSE
- PERL5_PACKLIST has changed to standard format

2.13 Fri May 18 06:24:42 2012
        - remove unused and invalid SIGNATURE file
        - move content of BUGS to Changes
        - Remove the INSTALL and configure files,
          people should use the standard CPAN installation tools
    - Add standard prerequisites to Makefile.PL

2.12 Wed May 16 12:47:16 2012
        - use strict; use warnings; in examples
        - remove bareword from POD (JBAKER)
        - make lbrack and rbrack official.

2.11 Fri Feb 17 12:31:04 2012
        - skip the signature verification

2.10  Wed Dec 21 11:18:26 2011
        - remove Build.PL (keep the Makefile.PL only)
        - Replace home-made testing tools with CPAN-ish tools
        - Require Capture::Tiny for testing
        - New co-maintainer: Gabor Szabo

(abs)

2012-09-09 12:56:37 UTC MAIN commitmail json YAML

Updated multimedia/p5-GStreamer to 0.17

Overview of changes in GStreamer 0.17
=====================================

* Make GStreamer::Buffer not leak all data.
∗ Change FSF address in license notices (RT#72664/74533)

(abs)

2012-09-09 12:50:05 UTC MAIN commitmail json YAML

2012-09-09 12:48:50 UTC MAIN commitmail json YAML

Updated devel/p5-glib2 to 1.262

Overview of changes in Glib 1.262 (stable)
==========================================

* Properly specify our dependencies.
* Distriubte a missing test file.

Overview of changes in Glib 1.261 (stable)
==========================================

* Add NEWS entries comparing 1.260 to 1.24x
* Add the 64 bit integer converters to the linker exports
* updated README file similar to Cairo (RT#74870)
* Created %meta_merge which follows v2 of meta-spec

(abs)

2012-09-09 09:23:23 UTC MAIN commitmail json YAML

Updated security/heimdal to 1.5.2nb3

(cheusov)

2012-09-09 09:23:06 UTC MAIN commitmail json YAML

Add CONFLICTS with kth-krb4 (lib/libsl.so)

(cheusov)

2012-09-09 09:13:01 UTC MAIN commitmail json YAML

require List::MoreUtils 0.28.

(obache)

2012-09-09 09:09:38 UTC MAIN commitmail json YAML

Some fixes, easily detected with pkglint!
* COMMENT should not be end with ".".
* Fix DEPENDS pattern.

(obache)

2012-09-09 09:06:30 UTC MAIN commitmail json YAML

Various fixes, easily detected with pkglint!
* drop useless SVR4_PKGNAME, it must be shorter than 5.
* MAINTAINER must point to valid mail address.
* fix a dependency pattern.
* tabify.

(obache)

2012-09-09 07:00:04 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2012-09-09 06:56:10 UTC MAIN commitmail json YAML

Update to Wordpress 3.4.2.

Changes:

* Fixes some issues in the admin area where some older browsers (IE7, in
particular) may slow down, lag, or freeze.
* Fixes an issue where a theme may not preview correctly, or its screenshot may
not be displayed.
* Fixes the use of multiple trackback URLs in a post.
* Prevents improperly sized images from being uploaded as headers from the
customizer.
* Ensures proper error messages can be shown to PHP4 installs. (WordPress
requires PHP 5.2.4 or later.)
* Fixes handling of oEmbed providers that only return XML responses.
* Addresses pagination problems with some category permalink structures.
* Adds more fields to be returned from the XML-RPC wp.getPost method.
* Avoids errors when updating automatically from very old versions of WordPress
(pre-3.0).
* Fixes problems with the visual editor when working with captions.

Additionally: Version 3.4.2 fixes a few security issues and contains some
security hardening. These issues were discovered and addressed by the WordPress
security team:

* Fix unfiltered HTML capabilities in multisite.
* Fix possible privilege escalation in the Atom Publishing Protocol endpoint.
* Allow operations on network plugins only through the network admin.
* Hardening: Simplify error messages when uploads fail.
* Hardening: Validate a parameter passed to wp_get_object_terms().

(morr)

2012-09-09 06:09:26 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.7.1

(jnemeth)

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

Update to Asterisk 10.7.1.  This fixes AST-2012-012 and AST-2012-013.

The Asterisk Development Team has announced security releases for Certified
Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are
released as versions 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones.

The release of Asterisk 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones
resolve the following two issues:

* A permission escalation vulnerability in Asterisk Manager Interface.  This
  would potentially allow remote authenticated users the ability to execute
  commands on the system shell with the privileges of the user running the
  Asterisk application.  Please note that the README-SERIOUSLY.bestpractices.txt
  file delivered with Asterisk has been updated due to this and other related
  vulnerabilities fixed in previous versions of Asterisk.

* When an IAX2 call is made using the credentials of a peer defined in a
  dynamic Asterisk Realtime Architecture (ARA) backend, the ACL rules for that
  peer are not applied to the call attempt. This allows for a remote attacker
  who is aware of a peer's credentials to bypass the ACL rules set for that
  peer.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities, please read
security advisories AST-2012-012 and AST-2012-013, which were released at the
same time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-10.7.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2012-012.pdf
* http://downloads.asterisk.org/pub/security/AST-2012-013.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2012-09-09 06:04:13 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.15.1

(jnemeth)

2012-09-09 06:04:01 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.15.1.  This fixes AST-2012-012 and AST-2012-013.

The Asterisk Development Team has announced security releases for Certified
Asterisk 1.8.11 and Asterisk 1.8 and 10. The available security releases are
released as versions 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones.

The release of Asterisk 1.8.11-cert7, 1.8.15.1, 10.7.1, and 10.7.1-digiumphones
resolve the following two issues:

* A permission escalation vulnerability in Asterisk Manager Interface.  This
  would potentially allow remote authenticated users the ability to execute
  commands on the system shell with the privileges of the user running the
  Asterisk application.  Please note that the README-SERIOUSLY.bestpractices.txt
  file delivered with Asterisk has been updated due to this and other related
  vulnerabilities fixed in previous versions of Asterisk.

* When an IAX2 call is made using the credentials of a peer defined in a
  dynamic Asterisk Realtime Architecture (ARA) backend, the ACL rules for that
  peer are not applied to the call attempt. This allows for a remote attacker
  who is aware of a peer's credentials to bypass the ACL rules set for that
  peer.

These issues and their resolutions are described in the security advisories.

For more information about the details of these vulnerabilities, please read
security advisories AST-2012-012 and AST-2012-013, which were released at the
same time as this announcement.

For a full list of changes in the current releases, please see the ChangeLogs:

http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-1.8.15.1

The security advisories are available at:

* http://downloads.asterisk.org/pub/security/AST-2012-012.pdf
* http://downloads.asterisk.org/pub/security/AST-2012-013.pdf

Thank you for your continued support of Asterisk!

(jnemeth)

2012-09-09 01:28:07 UTC MAIN commitmail json YAML

Restore PLIST.carbon=yes, lost during update. Should fix remaining
problem in PR 46924.

(dholland)

2012-09-08 23:06:29 UTC MAIN commitmail json YAML

Updated archivers/freeze to 2.5nb3

(cheusov)

2012-09-08 23:06:11 UTC MAIN commitmail json YAML

Updated math/statist to 1.0.1nb3

(cheusov)

2012-09-08 23:05:52 UTC MAIN commitmail json YAML

Updated games/exchess-book-medium to 20000511nb2

(cheusov)

2012-09-08 23:05:33 UTC MAIN commitmail json YAML

Updated games/exchess-book-small to 20000511nb2

(cheusov)

2012-09-08 23:05:03 UTC MAIN commitmail json YAML

Add missing CONFLICTS between exchess-book-small exchess-book-medium; ++pkgrevision

(cheusov)

2012-09-08 22:46:44 UTC MAIN commitmail json YAML

Add missing conflict with statist-[0-9]* (bin/statist); ++pkgrevision

(cheusov)

2012-09-08 22:44:17 UTC MAIN commitmail json YAML

Add missing conflict with freeze-[0-9]* (bin/statist); ++pkgrevision

(cheusov)

2012-09-08 22:35:13 UTC MAIN commitmail json YAML

2012-09-08 19:39:29 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.34.0

(schmonz)

2012-09-08 19:39:22 UTC MAIN commitmail json YAML

Update to 4.34.0. From the changelog:

- retrieve Gmail metadata (labels, thread ID, message ID) via IMAP
  extension and record it in new message headers. Thanks: Krzysztof
  Warzecha.

(schmonz)

2012-09-08 18:58:43 UTC MAIN commitmail json YAML

Add option "arts" disabled by default

(cheusov)

2012-09-08 18:20:20 UTC MAIN commitmail json YAML

Updated pkgtools/distbb to 0.45.1nb2

(cheusov)

2012-09-08 18:20:04 UTC MAIN commitmail json YAML

DEPENDS on pkg_summary-utils>=0.58.4; ++pkgrevision

(cheusov)

2012-09-08 17:53:06 UTC MAIN commitmail json YAML

Updated pkgtools/nih to 0.10.1nb1

(cheusov)

2012-09-08 17:52:49 UTC MAIN commitmail json YAML

DEPENDS on pkg_summary-utils>=0.58.4; ++pkgrevision

(cheusov)

2012-09-08 16:56:02 UTC MAIN commitmail json YAML

Updated devel/sparsehash to 2.0.2

(cheusov)

2012-09-08 16:55:47 UTC MAIN commitmail json YAML

Update to 2.0.2 as requested in PR 46909,
  tested on NetBSD/6_RC1/amd64 and SL-6.2/amd64.
Set TEST_TARGET to "check".

(cheusov)

2012-09-08 14:48:45 UTC MAIN commitmail json YAML

Revert update of distribution file version without proper update
of the package.

(tron)

2012-09-08 12:36:57 UTC MAIN commitmail json YAML

2012-09-08 11:11:48 UTC MAIN commitmail json YAML

+ alsa-lib-1.0.26, alsa-plugins-1.0.26, alsa-utils-1.0.26,
  dos2unix-6.0.2, fbreader-0.99.2, gama-1.13, ghc-7.6, httping-1.5.4,
  sawfish-1.9.1.

(wiz)

2012-09-08 08:53:04 UTC MAIN commitmail json YAML

2012-09-07 21:53:25 UTC MAIN commitmail json YAML

2012-09-07 21:51:48 UTC MAIN commitmail json YAML

Update to 1.4.  Notable changes:

    Add a test for rendering to source-only pictures under gradients.

(shattered)

2012-09-07 19:17:56 UTC MAIN commitmail json YAML

2012-09-07 18:36:02 UTC MAIN commitmail json YAML

add USE_TOOLS=perl so it'll build with PKG_DEVELOPER=yes

(spz)

2012-09-07 15:25:38 UTC MAIN commitmail json YAML

Updated graphics/cairo to 1.12.2

(adam)

2012-09-07 15:24:03 UTC MAIN commitmail json YAML

Changes 1.12.2:
After such a long gestation period for the release of Cairo 1.12, we
inevitably accumulated a few bugs that were flushed out by broadening the
test base. Thanks to everybody who tried the release, apologies to any one
unfortunate enough to encounter a bug and many thanks for reporting it.

(adam)

2012-09-07 15:17:49 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_summary-utils to 0.58.4

(cheusov)

2012-09-07 15:17:35 UTC MAIN commitmail json YAML

Update to pkg_summary-utils-0.58.4
  pkg_summary2deps:
    - Mode -cs now works correctly with patterns like
      "py*-dbus<0.71". A few regression tests for this case were added.

(cheusov)

2012-09-07 15:04:13 UTC MAIN commitmail json YAML

Updated games/onscripter to 20120901

(tsutsui)

2012-09-07 15:02:45 UTC MAIN commitmail json YAML

Update onscripter to 20120901.

Change logs:

20120901:
* add --render-font-outline option that enables outline fonts
  added in SDL_ttf 2.0.10

20120831:
* fix resampling bug in resizeImage function enabled by
  -PDA_WIDTH or -DPDA_AUTOSIZE options

20120826:
* fix a bug in getcursorpos2 insn after strsp insn
* fix autosave bug if pretextgosub is not set

(tsutsui)

2012-09-07 12:57:14 UTC MAIN commitmail json YAML

2012-09-07 12:49:11 UTC MAIN commitmail json YAML

Note update of sysupgrade to 1.3.

(jmmv)

2012-09-07 12:48:32 UTC MAIN commitmail json YAML

Update to 1.3:

- ftp(1) in NetBSD 1.5.2 does not support using -R on files that do not
  exist yet.  Avoid using this option unless necessary.
- httpd(8) in NetBSD 1.5.2 does not support the -P option.  Skip the http
  test unless this option is present, as otherwise we cannot easily kill
  the spawned httpd instance on a test failure.

(jmmv)

2012-09-07 11:43:54 UTC MAIN commitmail json YAML

Darwin always needs iconv hack

(adam)

2012-09-07 11:41:18 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.36

(sno)

2012-09-07 11:41:08 UTC MAIN commitmail json YAML

Updating package for CPAN module DBD::CSV in databases/p5-DBD-CSV from
0.35 to 0.36.

pkgsrc changes:
- bump required version of textproc/p5-Text-CSV_XS

Upstream changes:
0.36 - 2012-08-22, H.Merijn Brand
    * Add line/record number and position in error messages

(sno)

2012-09-07 11:38:00 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-CSV_XS to 0.91

(sno)

2012-09-07 11:37:50 UTC MAIN commitmail json YAML

Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.90 to 0.91.

Upstream changes:
0.91 - 2012-08-21, H.Merijn Brand
    * Prevent test-failures for long doubles on weird architectures
    * More utf-8 tests for te change of 0.90
    * Update test case now 5.005 is not supported anymore
    * Rip out the tell/seek introduced in 0.90

(sno)

2012-09-07 10:00:45 UTC MAIN commitmail json YAML

Updated databases/p5-DBIx-Class-Schema-Loader to 0.07031

(sno)

2012-09-07 10:00:34 UTC MAIN commitmail json YAML

Updating package for CPAN module DBIx::Class::Schema::Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07012 to 0.07031.

pkgsrc changes:
- adjusting dependencies according to distribution's meta information

Upstream changes since 0.07012:
0.07031  2012-09-06 15:07:08
        - fix 02pod.t failure due to lack of =encoding utf8 statement (patch by
          Marcel Gruenauer) (RT#79481)

0.07030  2012-09-06 03:27:09
        - allow user to set qualify_objects=0 in multischema configurations
          (andrewalker)

0.07029  2012-09-05 16:41:56
        - Oracle: introspect ON DELETE and DEFERRABLE FK clauses
        - Oracle WARNING: on_delete is now 'NO ACTION' by default, not
          'CASCADE'. on_update is now 'NO ACTION' by default (Oracle does not
          have update rules, this was done to preserve the behavior of the
          schema when cross-deploying to SQLite.) is_deferrable is now
          0 by default, not 1.
        - DB2: introspect ON DELETE/UPDATE FK clauses
        - DB2 WARNING: the default for on_delete/on_update is now 'NO ACTION'
          not 'CASCADE', the default for is_deferrable is still 1 because DB2
          does not have deferrable constraints.
        - SQLite: introspect ON DELETE/UPDATE and DEFERRABLE FK clauses
        - SQLite WARNING: the default for on_delete/on_update is now 'NO ACTION'
          not 'CASCADE', and the default for is_deferrable is now 0 not 1.

0.07028  2012-08-30 05:32:42
        - MSSQL: introspect ON DELETE/UPDATE clauses for foreign keys
        - MSSQL WARNING: the default for on_delete/on_update is now 'NO ACTION'
          not 'CASCADE'.

0.07027  2012-08-26 22:39:45
        - PostgreSQL: introspect ON DELETE/UPDATE clauses for foreign keys and
          the DEFERRABLE clause.
        - PostgreSQL WARNING: the default for on_delete/on_update attributes for
          belongs_to relationships is now 'NO ACTION' not 'CASCADE! The default
          for is_deferrable is now 0 not 1.

0.07026  2012-08-26 01:01:26
        - MySQL: introspect ON DELETE/UPDATE clauses for foreign keys.
        - MySQL WARNING: the default on_delete/on_update attributes for
          belongs_to relationships is now RESTRICT, *NOT* CASCADE! This is
          overridable via the relationship_attrs option.

0.07025  2012-06-08 22:48:05
        - support SQL Server 2000 again (broken in 0.07011)
        - some slight optimization for SQL Server driver

0.07024  2012-05-08 15:35:16
        - work around broken keyseq in DBD::Pg foreign_key_info (RT#77062)

0.07023  2012-05-05 11:44:15
        - properly order FK columns when using base ::DBI loader (SineSwiper)
        - bump Class::Inspector dep to 1.27 due to test failures with earlier
          versions on perl >= 5.15.7 (RT#74236)

0.07022  2012-04-08 12:11:00
        - do separate queries for default_value on Sybase ASE as some servers
          can't join to that table (pcmantz) (RT#74170)
        - set correct size for nchar/nvarchar columns for Sybase ASE,
          depending on @@ncharsize

0.07021  2012-04-04 23:47:34
        - use ::Schema::connect instead of ::Schema::connection in
          make_schema_at (RT#74175)
        - register sources on the schema class, never the instance, regardless
          of how the connection is made for dynamic schemas

0.07020  2012-03-31 21:34:06
        - fix some mro issues under perl 5.8

0.07019  2012-03-28 17:23:09
        - fix some errors due to case issues (RT#75805)

0.07018  2012-03-27 05:55:10
        - skip dbicdump tests on Win32 due to test fails (RT#75732)
        - fix undefined warnings for DBDs without schemas
        - work around ORA-24345 from $dbh->column_info
        - fix spelling mistake in Base POD (RT#74796)

0.07017  2012-02-07 07:23:48
        - *EXPERIMENTAL* support for dumping PostgreSQL schemas inside of a
          transaction
        - use DBI table_info/column_info REMARKS field if/where available for
          table/column comments (SineSwiper)
        - better compatibility with more DBDs (SineSwiper)

0.07015  2011-12-09 10:36:17
        - generate many_to_many bridges for targets of link tables

0.07014  2011-11-18 17:06:34
        - fix a bug in the automatic multischema clashing moniker disambiguation
          code that overwrote $loader->moniker_parts

0.07013  2011-11-17 23:12:47
        - automatically prefix database/schema to clashing monikers for
          the same table name in multischema configurations

(sno)