Next | Query returned 39 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-03-15 20:34:08 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-Apache-Test from 1.30nb1 to 1.31

pkgsrc changes:
- Add license definition

Upstream changes:
1.31 February 24, 2010
    * Modify need_cgi so that it looks for cgi.c instead of cgi. This is a
      fix for the case insensitive filesystem correction listed below.
      [Phillipe M. Chiasson]
    * t/next_available_port.t doesn't need mod_cgid, use need_cgi instead of
      need_module('mod_cgi.c') [Philippe M. Chiasson]
    * PR: 21554 Load mod_apreq2.so if it is available
      [Derek Price, <derek@ximbiot.com>]
    * Add conditional to ignore IfVersion directive if mod_version is not
      built. [Adam Prime <adam.prime@utoronto.ca>,
      Fred Moyer <phred@apache.org>]
    * PR: 41239 t/TEST -ping does not return a valid return code to the
      calling shell [ozw1z5rd <alessio.palma@staff.dada.net>]
    * Prevent infinite loop when no default apxs or httpd is present and
      repeated attempts to run the test suite under an automated harness
      (such as a cpan smoke test). Issue reported by CORION and ANDK,
      PR: 12911 [Fred Moyer <phred@apache.org>]
    * Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in
      t/next_available_port.t instead of need_cgi. On case insensitive file
      systems such as OS X, need_cgi will fulfill the requirement with
      cgi.pm, when mod_cgi.c is the desired requirement.
      [Fred Moyer <phred@apache.org>]
    * Fix overridden get_basic_credentials test when using NTLM
      authentication [Rick Frankel <cpan@rickster.com>]
    * Work around a bug introduced in libwww-perl in version 5.820 for
      httpd's credentials [Gunnar Wolf <gwolf@gwolf.org>, Niko Tyni \ 
<ntyni@debian.org>]
    * Make Apache::TestConfig::untaint_path tolerate undefined arguments
      [Torsten Foertsch <torsten.foertsch@gmx.net]
    * Inherit LoadFile directives from the global httpd.conf
      [Torsten Foertsch <torsten.foertsch@gmx.net]
    * Don't overwrite php.ini if it already exists PR: 32994
      [MAHEX <MAHEX@cpan.org>]
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-04-23 23:25:59 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.30:

1.30 November 26, 2007

Added t_write_test_lib for temporary testing packages
[Fred Moyer <fred@redhotpenguin.com>]

Fix syntax error in generated PHP files t/conf/*.php.in
[Philippe M. Chiasson]

Add bwshare.so to the list of modules to not inherit b/c
it rate limits requests to less then that of a test suite.
PR: 25548
[imacat <imacat@mail.imacat.idv.tw>]

Add EXTRA_CFLAGS to c-module building if defined in the environment
[Geoffrey Young]
   2008-04-06 17:46:54 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package supports installation to DESTDIR.
No C compiler required.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-18 04:25:51 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.29:

1.29 November 28, 2006

Require a minium of Module::Build 0.18 when using Apache::TestMB.
PR: 19513
[Philip M. Gollucci]

Teach Apache::TestClient to encode spaces(' ') in query string of URLs
as %20.  This is not a full mapping of ASCII to URL encoding.
If you need this, install LWP -- then Apache-Test will use
LWP -- which does this for you.
[Philip M. Gollucci]

Allow Apache::TestClient which is used when LWP is not installed
to accept mutiple headers of the same name.
[Philip M. Gollucci]

Add t_start_error_log_watch() and t_finish_error_log_watch()
to the Apache::TestUtil API which are only exported unpon request.
[Torsten Foertsch <torsten.foertsch@gmx.net>]

Allow version variants of debuggers to be passed as arguments
to -debug.  i.e. -debug=gdb65 for systems with multiple
versions of the same debugger. [Philip M. Gollucci]

On Win32, the Apache executable is called httpd.exe in Apache/2.2,
so let Apache::TestConfig try to find that if Apache.exe isn't
found [Randy Kobes]

force reconfiguration if existing configuration was generated
by an older version of Apache-Test [Geoffrey Young]

the -t_pid_file code resulted in confusing and fatal error message
for people using stale 1.27 configurations.  so take steps to make
sure things continue to work.  [Geoffrey Young]

Next | Query returned 39 messages, browsing 21 to 30 | Previous