Commit graph

6 commits

Author SHA1 Message Date
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
04485be593 Updating package for p5 module ExtUtils::Install from 1.52 to 1.54
pkgsrc changes:
  - Adding perl5 license

Upstream changes:
1.54

This is a "no-change" version bump because I pushed the v1.53 change
and then realized that MakeMaker.t was a bad name for a file that would
end up in core where the EUMM tests and the EUI tests are in the same
directory. This renames it to InstallWithMM.t.

1.53

Final stage of the divorce from EUMM. Now the EUMM related tests are no
longer shared. Build.pl and Build.t go, and there shall be peace on earth.
At least until somebody patches EUMM/t/basic.t for something EUI related...

Thanks to M. Schwern for helping me work this one out. Cheers man.

1.52_03

Missed the t/Installed.t test from core. Bumped version number to allow
a new distro to be released.

1.52_02

Make _chmod verbose message use octal modes, thanks to BDFOY

Further changes from core, including lastest test file infrastructure
from EUMM.

Fixed a number of problems in ExtUtils::Installed, for various reasons
this includes a version bump to 1.999_001, which will eventually become
version 2.0. These problems related to finding modules that were installed
with either INSTALL_BASE or PREFIX. Hopefully this resolves these issues.

1.52_01 (core only release)

Changes from Core:

commit 3d55b451d9544fbd4c27c33287b76bee30328830
Author: John Malmberg
Date:   Sun Feb 15 09:25:10 2009 -0600

    ExtUtils::Install VMS extended character set support

    Preview from https://rt.cpan.org/Ticket/Display.html?id=42149
2009-08-09 11:23:02 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
he
04d91acf6c Update from version 1.50nb1 to 1.52.
Pkgsrc changes:
 o Canonicalize HOMEPAGE
 o Change to Module::Build build type

Upstream changes:

1.52
  Production rerelease of 1.51 to make the CPAN indexer happy about
  permissions (hopefully).
  SVN Revision 44.

1.51
  Production release of 1.50_05. No other changes.
  SVN revision 43.
2008-12-20 22:07:45 +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
abs
1ca04cdd4a Import devel/p5-ExtUtils-Install-1.50
Handles the installing and uninstalling of perl modules, scripts,
man pages, etc...

Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
handles the installation and deinstallation of perl modules. They
are not designed as general purpose tools.
2008-05-29 08:22:30 +00:00