Commit graph

15 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
0ed5810afd Update to 1.36
Upstream changes:
1.36 - Wed May 15 17:38:12 EDT 2013
 - updates dist.ini to hide util with MetaNoIndex


1.35 - Fri Jan  4 14:48:28 EST 2013
 - Updates t/00-compile.t to ignore loading the Devel::REPL plugin, as its an
   optional dependency.

1.34 - Tue Oct 30 13:22:59 EDT 2012
 - Re-release using EU::MM to avoid Module::Install bug
   see http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04
   for details.
2013-09-08 05:08:52 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
wen
36f437afe6 Update to 1.33
Upstream changes:
1.33 - Tue Apr 24 17:55:17 PDT 2012
 - Remove debug() shell - it was too troublesome
   I may re-implement this later as a separate package

1.32 - Tue Feb  7 19:55:00 PST 2012
 - Make Devel::REPL a runtime requirement - thx haarg++

1.31 - Wed Dec  7 22:59:01 EST 2011
  - pod parsing fix for metacpan.

1.30 - Wed Dec  7 22:59:01 EST 2011
  - Added ->debug(), an interactive debugger.

1.25 - Wed Apr 27 23:47:49 EDT 2011
  - Bumped WWW::Selenium version - thanks Leah K.
  - Localize $@ during destruction so we do not clobber it. Reported by Jason S
  - Testsuite fully passing again with latest SeleniumRC (1.0.3)

1.24 - Mon Feb  7 10:28:32 PST 2011
  - clean up pod after nudge from Dave Cross
  - fix synopsis to set the test name correctly - thanks Herbert Leitz
2012-08-31 12:06:36 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
630817c953 Updating devel/p5-Test-WWW-Selenium from 1.21nb1 to 1.23
Upstream changes:
1.23 - So Sep  5 2010
  - 3 Patches from Tom Hukins++ to clean up inc/, pod and the license.
  - Suggestion from So Matsui++ to restore HTTP POST from the 1.20 release.
  - http_method now defaults to POST but can be set to GET.

1.22 - Fri Apr  2 10:51:58 PDT 2010
  - Update URI::Encode dependency so we can depend on a consistent
    encoding of *firefox to %2Afirefox.
  - No code changes, just test fixes.
2010-09-06 05:03:48 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
sno
efc76a5531 Updating devel/p5-Test-WWW-Selenium from 1.18 to 1.21
pkgsrc changes:
- Add module type

Upstream changes:
1.21 - Wed Dec 30 14:58:07 PST 2009
  - Add error_callback() patch from Derek Wueppelmann

1.20 - Mon Nov  2 22:13:47 PST 2009
  - Refactor timeout code so the UserAgent timeout is always long enough
  - Make set_timeout() also set the UserAgent timeout.

1.19 - Thu Sep 24 19:27:51 PDT 2009
  - Fixed test to not spew deprecation errors
  - removed t/test_ajax_jsf.t because the site it used went away
2010-02-23 17:49:49 +00:00
seb
6cc336e34b Update p5-Test-WWW-Selenium from version 1.17 to version 1.18.
Pkgsrc changes:
- Add LICENSE

Upstream changes:
1.18 - Mon Aug 31 23:20:21 PDT 2009
  - Update list of commands that do not require a locator (barbie++)
  - Update Module::Install to 0.91
  - Ensure that do_command reuses LWP objects and caches
    connections for performance (konobi++)
  - Minor POD touchups by (dandv++)
2009-09-06 21:05:25 +00:00
he
ac601fbebe Update from version 1.16 to 1.17.
Pkgsrc changes:
 o Change one BUILD_DEPENDS to a full DEPENDS (p5-libwww)

Upstream changes:

1.17 - Tue 30 Dec 2008 00:12:53 PST
 - Allow no_locator methods to be subclassable
   - Thanks to Michael Hendricks of Grant Street Group.
2009-01-04 23:14:57 +00:00
he
de59e09c02 Update from version 1.15nb1 to 1.16.
Pkgsrc changes:
 o Update dependencies based on META.yml

Upstream changes:

1.16 - Sun 14 Dec 2008 15:28:38 PST
 - use POST instead of GET to selenium server (gyrm)
 - add support for per-session javascript (gyrm)
 - add unit tests and docs for re-using session_ids
2008-12-21 00:07:19 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
seb
60f6ebb039 Initial import of p5-Test-WWW-Selenium version 1.15 in the NetBSD
Packages Collection.

The Perl 5 module Test::WWW::Selenium is a subclass of WWW::Selenium,
a perl client for the Selenium Remote Control test tool, that
provides convenient testing functions.
2008-09-09 00:04:32 +00:00