Commit graph

18 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
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
d098d90a48 Update 0.045 to 0.048
---------------------
0.048 2014-03-29
        - no code changes from 0.047
        - update bugtracker and repo links

0.047 2013-09-25
        [TRIAL RELEASE]
        - handle system() returning == 0xFF00 on Win32
        - use Win32::ShellQuote for shell quoting on Win32

0.046 2013-06-11
        - replace a die with a croak (thanks, Mike Doherty)
        - typo fixes in documentation (thanks, David Steinbrunner)
2015-03-15 23:16:06 +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
rhaen
074f034247 Updated to 0.045
ChangeLog:

0.045 2011-12-23
  skip a test that tickles an OpenBSD bug and hangs the process (thanks,
  BinGOs)
2012-01-26 12:01:13 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
746fb723e7 Updating devel/p5-IPC-Run3 from 0.043nb1 to 0.044
pkgsrc changes:
- add license definition

Upstream changes:
0.044 2010-08-22
  ignore user-defined __DIE__ handler in _type (Jeff Lavallee)
  Added test for __DIE__ handler behavior
2010-08-25 19:53:29 +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
5a79f92f93 pkgsrc changes:
- Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
  - Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
    with the distributed perl5 core

Upstream changes:
0.043	2009-05-30
	No code changes
	add repository location to META.yml
	avoid hand-written META.yml by using META_MERGE
2009-06-14 23:31:59 +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
rhaen
d85f08f8ee updated to 0.042
ChangeLog:
0.042	2008-08-09
	No code changes
	Rewrite a test in t/utf8.t that runs afoul of a misfeature
	  in Perl 5.8.0 (turn on ":utf8" by default on all filehandles
	  when running in a UTF8 locale; fixed since 5.8.1)

0.041	2008-08-03
	Handle arbitrary binmode() layers in "binmode_*" options; for
	  backward compatibility, any true option that doesn't start
	  with ":" is treated as ":raw"
	  NOTE: This does work for the built-in layers, e.g. ":utf8",
	  but all bets are off for fancier stuff like ":via(...)" .
	Add an option "return_if_system_error" that causes run3()
	  to refrain from throwing an exception when system() returns -1
	  (cf. RT 14272).
2008-09-13 13:30:32 +00:00
rhaen
0008f4da35 - updated to 0.040
ChangeLog:
0.040	2007-12-26
	major rewrite of pod:
	  - describe all possible forms of redirectors
	  - list available options
	  - explain how run3() works
	fix #31343 by using the three argument form of open() for files;
	  unfortunately that isn't available before Perl 5.6.0,
	  hence "use 5.006_00"; also use lexical filehandles everywhere
	implement options append_{stdout,stderr}; add test cases
	edit META.yml so that the profiling modules IPC::Run3::Prof*
	  (which aren't of general use) won't show on CPAN
2008-02-06 15:25:28 +00:00
rhaen
e009022af0 - new packages (dependency for devel/p5-Test-Inline)
- ok'ed by rillig
IPC::Run3 - run a subprocess in batch mode
2007-12-11 12:16:35 +00:00