Commit graph

13 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
0fa1f7f131 Update 1.21 to 1.25
-------------------
1.25      2013-10-20 13:38:32 Pacific/Auckland
        * BUILD: No longer ship unrequired file Debian_CPANTS.txt.
          (GH #7, thanks to real-dam)

1.24      2013-10-18 16:27:39 Australia/Melbourne
        * BUILD: No longer mark BSD::Resource as required (GH #6).

        * TEST: Skip core-dump tests on OS X. They're not as
          straightforward as the test script would like. (GH #5).

1.23      2013-10-08 14:50:50 Australia/Melbourne
        * BUGFIX: Silence "Statement unlikely to be reached" warning
          (Karen Etheridge)

        * BUGFIX: Repository information fix, and typo fixes (@dsteinbrunner)

        * BUILD: Converted to using dzil.

1.22  Tue Oct  8 14:49:43 AUSEST 2013
        * Same as 1.23 release, but with booched changelog. Oops! :)
2015-02-08 03:03:06 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
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
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
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
seb
351c375baa Update p5-IPC-System-Simple from version 1.20 to version 1.21.
Upstream changes:
1.21  Tue Mar 23 12:08:47 AUSEST 2010
        * TEST: t/win32.t has more sane handling of skipped and
          unimplimented tests.

        * TEST: Author tests no longer leave the permissions of
          not_an_exe.txt permanently changed.

        * BUGFIX: capture/capturex no longer break STDOUT when
          running an unknown command under Windows.  Many thanks
          to Jan Krynicky for a fix.  (RT #48319)

        * BUILD: Upgraded to Module::Install 0.93.
2010-04-25 18:48:26 +00:00
sno
fdb94a2129 Updating devel/p5-IPC-System-Simple from 1.18 to 1.20
Upstream changes:
1.20  Sat Jan  9 15:08:41 AUSEST 2010
        * TEST: t/win32.t no longer claims to have more tests than
          it really has.  This fixes an install issue under Windows.
          RT #53124.  Thanks to Erez Schatz and Curtis Jewell for
          spotting this.

1.19  Fri Dec  4 14:14:25 AUSEST 2009
        * TEST: Added tests to ensure correct behaviour when
          calling commands in Windows which are contained in directories
          that contain spaces. (These tests are currently skiped,
          as they're testing for a known bug.)
        * BUGFIX: Spurious warnings about redefining POSIX macros
          no longer plague Windows systems.
2010-01-29 15:31:51 +00:00
sno
e879714806 add additional sentence to DESCR as wanted by submitter of PR pkg/41817 2009-09-20 14:24:06 +00:00
sno
94ed98da2a Importing package for p5 module IPC::System::Simple as recommended
dependency of scheduled import for p5 pragma autodie from PR pkg/41816.

Calling Perl's in-built system() function is easy, determining if it was
successful is hard. Let's face it, $? isn't the nicest variable in the
world to play with, and even if you do check it, producing a well-formatted
error string takes a lot of work.

IPC::System::Simple takes the hard work out of calling external commands.
2009-08-19 20:11:14 +00:00