Commit graph

206101 commits

Author SHA1 Message Date
wen
3df12e66de Updated devel/p5-Module-Build-Tiny to 0.026 2013-09-05 08:16:25 +00:00
wen
c7d7b0946a Update to 0.026
Upstream changes:
0.026     2013-08-19 22:09:00 Europe/Amsterdam
          Safe PERL_MB_OPT during configuration stage

0.025     2013-07-12 16:09:45 Europe/Amsterdam
          Use local tempdir
2013-09-05 08:15:27 +00:00
wen
233b5ff827 Updated devel/p5-Test-Inter to 1.05 2013-09-05 07:56:14 +00:00
wen
11962b714e Update to 1.05
Upstream changes:
Version 1.04  2013-03-18
   The __nl__ substitution wasn't happening.

Version 1.05  2013-03-20
   Fixed the Build.PL/Makefile.PL scripts to not install the example scripts.  RT 84091
2013-09-05 07:55:18 +00:00
wen
5255c22137 Updated devel/p5-Test-Inline to 2.213 2013-09-05 07:52:17 +00:00
wen
e7225868e4 Update to 2.213
Upstream changes:
2.213 Mon 8 Apr 2013
	- Updating to Module::Install 1.06
	- Fix tests to handle hash randomisation
	- No functional changes
2013-09-05 07:51:16 +00:00
wen
e6aec2e7ef Updated devel/p5-Test-Fixture-DBIC-Schema to 0.04 2013-09-05 07:47:26 +00:00
wen
fe727d4e48 Update to 0.04
Upstream changes:
0.04    Thu May  2 10:04:31 2013

    - fix tests to be robust against hash order randomization
2013-09-05 07:46:30 +00:00
wen
b44a4ab830 Updated devel/p5-Test-File-ShareDir to 0.3.3 2013-09-05 07:15:55 +00:00
wen
43818a3150 Update to 0.3.3
Update DEPENDS

Upstream changes:
0.3.3 2013-04-03T11:32:08Z
 [!Noteable Changes]
 - Replace Path::Class with Path::Tiny

 [Dependencies::Added / runtime_requires]
 - Path::Tiny

 [Dependencies::Removed / runtime_requires]
 - Path::Class::Dir

0.3.2 2013-04-03T07:03:58Z
 - Maintenance release for MB 0.4004

 [Dependencies::Added / develop_requires]
 - Pod::Coverage::TrustPod
 - Test::CPAN::Meta
 - Test::Pod 1.41
 - Test::Pod::Coverage 1.08
 - version 0.9901

 [Dependencies::Added / runtime_requires]
 - perl 5.006

 [Dependencies::Changed / build_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / configure_requires]
 - Module::Build 0.3601 . 0.4004

 [Dependencies::Changed / develop_recommends]
 - Dist::Zilla::PluginBundle::Author::KENTNL::Lite 0.01009803 . v1.3.0

 [Dependencies::Changed / develop_suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL 1.0.0 . v1.7.2

 [Dependencies::Changed / test_requires]
 - Test::More 0.96 . 0.98

 [Documentation]
 - Reindent License
 - Update Copyright Year
 - Update Copyright address
 - Add README.mkdn

 [Meta]
 - Bug tracker moved to github issues

 [Packaging]
 - Build.PL updated for 0.4004 / test_requires

 [Tracking]
 - This source version of 0.3.1 lost and reconstructed
2013-09-05 07:14:32 +00:00
adam
e1c237fc4b Updated devel/subversion to 1.8.3 2013-09-05 07:10:14 +00:00
wen
2d9dcb15d3 Updated filesystems/p5-Path-Tiny to 0.031 2013-09-05 07:08:04 +00:00
adam
b8dc910deb Changes 1.8.3:
User-visible changes:
  - Client- and server-side bugfixes:
    * translation updates for Swedish
    * enforce strict version equality between tools and libraries (r1502267)
    * consistently output revisions as "r%ld" in error messags (r1499044 et al)

  - Client-side bugfixes:
    * status: always use absolute paths in XML output (issue 4398)
    * ra_serf: 'svn log -v' fails with a 1.2.x server (issue 4044)
    * ra_serf: fix crash when committing cp with deep deletion (issue 4400)
    * diff: issue an error for files that can't fit in memory (r1513119 et al)
    * svnmucc: generate proper error for mismatched URLs (r1511353)
    * update: fix a crash when a temp file doesn't exist (r1513156)
    * commit & update: improve sleep for timestamps performance (r1508438)
    * diff: continue on missing or obstructing files (issue 4396)
    * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
    * ra_serf: ignore case when checking certificate common names (r1514763)
    * ra_serf: format distinguished names properly (r1514804)
    * ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
    * ra_serf: output ssl cert verification failure reason (r1514785 et al)
    * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
    * ra_serf: include library version in '--version' output (r1514295 et al)
    * info: fix spurious error on wc root with child in conflict (r1515366)

  - Server-side bugfixes:
    * svnserve: fix creation of pid files (r1516556)
    * svnadmin: fix output encoding in non-UTF8 environments (r1506966)
    * svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
    * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
    * svnauthz: improve help strings (r1511272)
    * fsfs: fixed manifest file growth with revprop changes (r1513874)
    * fsfs: fix packed revprops causing loss of revprops (r1513879 et al)

  - Other tool improvements and bugfixes:
    * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)

 Developer-visible changes:
  - General:
    * describe APR unimplemented errors as coming from APR (r1503010 et al)
    * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
    * davautocheck: use the correct apxs binary by default (r1507889, r1507891)

  - API changes:
    * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)

  - Bindings:
    * swig-pl: fix SVN::Client not honoring config file settings (r150744)
    * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)
2013-09-05 07:07:46 +00:00
wen
eeed5c571a Update to 0.031
Upstream changes:
0.031     2013-08-27 10:03:57 America/New_York

    [FIXED]

    - parent() on paths with internal double dots (e.g. /foo..bar.txt) now works
      correctly

0.030     2013-08-20 16:10:04 America/New_York

    [FIXED]

    - t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks
      on Windows if the build directory isn't on the 'C' drive

0.029     2013-08-19 11:52:24 America/New_York

    [FIXED]

    - On Win32, "C:/" no longer is changed to "C:".  Also, "C:" is
      converted to the absolute path of cwd on the "C:" volume.  UNC paths
      ("//server/share/") now retain their trailing slash to correctly
      distinguish volume and directory paths when split

0.028     2013-08-14 13:12:49 America/New_York

    [ADDED]

    - The 'children()' method now takes an optional regular expression to
      filter the results
2013-09-05 07:07:10 +00:00
wen
c05e369043 Updated devel/p5-Test-File-Contents to 0.21 2013-09-05 06:58:45 +00:00
wen
b726ed63d4 Update to 0.21
Upstream changes:
0.21    2013-04-12
      - Require Test::Pod 1.41 for Pod tests. Fixes test failures due to the
        use of the `L<text|scheme>` Pod syntax diallowed in earlier versions
        of Test::Pod.
      - Eliminated "v-string in use/require non-portable" warning on Perl
        5.10.0.
2013-09-05 06:56:35 +00:00
wen
af825822fd Updated devel/p5-Test-FailWarnings to 0.007 2013-09-05 06:51:16 +00:00
wen
d3b7cb489e Update to 0.007
Upstream changes:
0.007     2013-08-30 09:53:47 America/New_York

    [FIXED]

    - In some situations, the source of a local warning can have an
      absolute filename and would not be reported if ALLOW_DEPS were true.
      Now absolute filenames are made relative to the original cwd before
      checking if they are local or not.

    [DOCUMENTED]

    - Fixed synopsis to match new failing test label

0.006     2013-08-22 10:41:11 America/New_York

    [CHANGED]

    - The label of the failing test has been revised for clarity
2013-09-05 06:50:02 +00:00
wen
f1b8be0dc2 Updated devel/p5-Test-Compile to 0.24 2013-09-05 06:44:39 +00:00
wen
51bc33cc64 Update to 0.24
Upstream changes:
0.24  2013 02 22                  (Evan Giles <egiles@cpan.org>)
    - Update POD to explain more problems with Test::Compile
2013-09-05 06:43:15 +00:00
wen
75b04cc0a6 Updated devel/p5-Test-Command-Simple to 0.04 2013-09-05 06:37:10 +00:00
wen
0b5ce20f03 Update to 0.04
Upstream changes:
0.04    2012-Nov-29
        ! This method of running subcommands doesn't work hot on
          Windows (except cygwin).  Instead of hanging the cpantesters,
          we'll instead drop the platform altogether.
2013-09-05 06:36:22 +00:00
wen
16eeb9ba9d Updated devel/p5-Test-CheckManifest to 1.26 2013-09-05 06:31:59 +00:00
wen
c6c49a7862 Update to 1.26
Upstream changes:
1.26  Thu Jul 19 2012
      No changes after 1.25_01

1.25_01 Tue Jul 17 2012
      + Module wasn't able to find the MANIFEST when the test file was in a subdirectory - Thanks to BBYRD
      - sections "AUTHOR" and "COPYRIGHT AND LICENSE" were duplicated - Thanks to BIGPRESH
        (once from Dist::Zilla and once in the original source)

1.25  Tue Jan 31 2012
      - fix typo in documentation - Thanks to BIGPRESH
2013-09-05 06:30:44 +00:00
wen
136df9ba26 Updated devel/p5-Test-CPAN-Meta-YAML to 0.22 2013-09-05 01:34:58 +00:00
wen
e5476eadec Update to 0.22
Upstream changes:
0.22    2013-07-21
        - change file dates changed to meet W3CDTF standards.
2013-09-05 01:33:57 +00:00
wen
ca77458442 Updated devel/p5-Test-Aggregate to 0.370 2013-09-05 01:12:53 +00:00
wen
87f2825c67 Update to 0.370
Upstream changes:
0.370  Not Released
        - Fix interpolation bug that could cause 'Unrecognized escape'
          warning on some platforms.
        - Skip nested fork test on Windows.

0.369  2013-08-25
        - Don't print warning when exit() is called if it's called from
          a child process (if the pid has changed),
          since it seems likely that if the process has forked
          the child is expected to exit in some way.
        - Reformat dates in change log to appease CPAN::Changes.
          Thanks, Neil Bowers.
2013-09-05 01:11:19 +00:00
wen
efc66d7fd7 Updated www/p5-Plack-App-Proxy to 0.29 2013-09-05 00:54:29 +00:00
wen
29a036c6fc Update to 0.29
Upstream changes:
0.29    08/31/2013
        - Better cookie support with the AnyEvent::HTTP backend (Manni Heumann)
2013-09-05 00:53:39 +00:00
wen
edc79dd67a Updated www/p5-Task-Plack to 0.28 2013-09-05 00:50:08 +00:00
wen
f89245e74c Update to 0.28
Upstream changes:
0.28  2013-05-12 15:03:47 PDT
        - Use requires instead of recommends

0.27  2013-04-25 12:02:27 PDT
        - Switch to Milla and use optional_features in CPAN Meta spec 2

0.26
        - Upped versions
2013-09-05 00:48:24 +00:00
schmonz
9da5545556 Updated www/ikiwiki to 3.20130904.1 2013-09-04 21:05:47 +00:00
schmonz
c9830fa34b Update to 3.20130904.1. From the changelog:
* calendar: Display the popup mouseover when there is only 1 page for a
  given day, for better UI consistency.
* meta: Can now be used to add an enclosure to a page, which is a fancier
  way to do podcasting than just inlining the media files directly;
  this way you can write a post about the podcast episode with show notes,
  author information, etc.
  (schmonz)
* aggregate: Show author in addition to feedname, if different.
  (schmonz)
* Consistently configure LWP::UserAgent to allow use of http_proxy
  and no_proxy environment variables, as well as ~/.ikiwiki/cookies
  (schmonz)
* Fix test suite to work with perl 5.18. Closes: #719969
* Fix cookiejar default setting.
2013-09-04 21:05:41 +00:00
wiz
43a87926bf Updated meta-pkgs/modular-xorg-protos to 1.4 2013-09-04 18:04:25 +00:00
wiz
1aa60da64c Updated meta-pkgs/modular-xorg-apps to 1.14.1.2 2013-09-04 18:04:10 +00:00
wiz
03968ffd3d Add a few, bump version. 2013-09-04 18:03:48 +00:00
wiz
ba3e82761b Add xtrans and font-util, bump version. 2013-09-04 18:02:15 +00:00
prlw1
cb60ec0729 Fix typo in introspection option. 2013-09-04 17:22:13 +00:00
drochner
e0d3d54820 the build insists in Python-2.7.x 2013-09-04 16:25:50 +00:00
jperkin
6c97838c0c Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory
per-platform default.  Previously PREFER.<pkg> was used, and as that
has the highest precedence it meant the defaults could not be overridden
with the PREFER_PKGSRC and PREFER_NATIVE user variables.

While here, set the openssl default for SunOS back to pkgsrc, now that
users who wish to use the builtin can do so via PREFER_NATIVE=openssl.
2013-09-04 15:14:45 +00:00
obache
4a646b438b recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
jperkin
14fdc948e8 Include libiconv. Fixes build on SunOS. 2013-09-04 09:39:20 +00:00
wiz
947ba4baa9 Updated devel/mercurial to 2.7.1 2013-09-04 09:24:51 +00:00
wiz
62c8f3c18d Update to 2.7.1. WhatsNew page on wiki is overrun by spambots, so
no list of changes available.
2013-09-04 09:24:42 +00:00
joerg
72725a3902 Spell the C compiler CCPATH as CC gets the wrapper threatment and might
not exist at this point yet.
2013-09-04 08:26:28 +00:00
taca
53e8ece641 Add "used by" in comments. 2013-09-04 02:38:31 +00:00
taca
4f40264905 Fix build problem.
CT_DIST_SUBDIR is no longer used.
2013-09-04 02:38:06 +00:00
taca
9ece7f8527 Fix build problem.
* Use the same MASTER_SITES as Makefile.common.
* Use proper EXTRACT_ELEMENTS with update of distfiles.
2013-09-04 01:05:03 +00:00
shattered
65672551ad Updated mail/nullmailer to 1.13
Updated x11/xdesktopwaves to 1.3
2013-09-03 17:55:48 +00:00