pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-MinimumVersion Updating devel/p5-Perl-Mi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ac793530885
branches: trunk
changeset: 570106:6ac793530885
user: sno <sno%pkgsrc.org@localhost>
date: Mon Jan 25 13:45:40 2010 +0000
description:
Updating devel/p5-Perl-MinimumVersion from 1.20 to 1.24
pkgsrc changes:
- Adjust dependencies
Upstream changes:
1.24 Fri 22 Jan 2010
- The previous changes seem to work well in practice now,
switching to prod release. (ADAMK)
1.23_03 Fri 22 Jan 2010
- The --blame output now prints actually shows which file (ADAMK)
1.23_02 Fri 22 Jan 2010
- The --blame option now works in the perlver script (ADAMK)
1.23_01 Thu 14 Jan 2010
- Reworked the internals to capture the version, rule and PPI
element responsible for each limitation as P:MV:Reason (ADAMK)
- Added first experimental version of the new _reason API (ADAMK)
- Adding 5.8 dependency for "use Carp version ()" (ADAMK)
- module Errno requires perl 5.5 (Alexandr Ciornii)
- PPI is no longer compatible with perl 5.5, so P::MV can also
depend on 5.6 (Alexandr Ciornii)
- Bumping File::Find::Rule dependency to 0.32 because we break with
0.31 (ADAMK)
1.22 Wed 25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)
1.21 Tue 24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for "version numbers" like "v1.1.1" (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found incompatibility in 02_main.t with 5.5 (Alexandr Ciornii)
diffstat:
devel/p5-Perl-MinimumVersion/Makefile | 10 +++++-----
devel/p5-Perl-MinimumVersion/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 2fc3bf148b2f -r 6ac793530885 devel/p5-Perl-MinimumVersion/Makefile
--- a/devel/p5-Perl-MinimumVersion/Makefile Mon Jan 25 13:41:40 2010 +0000
+++ b/devel/p5-Perl-MinimumVersion/Makefile Mon Jan 25 13:45:40 2010 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/10/18 11:10:24 sno Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/25 13:45:40 sno Exp $
#
-DISTNAME= Perl-MinimumVersion-1.20
+DISTNAME= Perl-MinimumVersion-1.24
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
@@ -13,10 +13,10 @@
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
+DEPENDS+= p5-File-Find-Rule>=0.32:../../devel/p5-File-Find-Rule
DEPENDS+= p5-File-Find-Rule-Perl>=1.04:../../devel/p5-File-Find-Rule-Perl
DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
-DEPENDS+= p5-PPI>=1.201:../../devel/p5-PPI
+DEPENDS+= p5-PPI>=1.205:../../devel/p5-PPI
DEPENDS+= p5-Params-Util>=0.25:../../devel/p5-Params-Util
DEPENDS+= {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version
@@ -24,7 +24,7 @@
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Perl/MinimumVersion/.packlist
-PERL5_MODULE_TYPE= Module::Install
+PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2fc3bf148b2f -r 6ac793530885 devel/p5-Perl-MinimumVersion/distinfo
--- a/devel/p5-Perl-MinimumVersion/distinfo Mon Jan 25 13:41:40 2010 +0000
+++ b/devel/p5-Perl-MinimumVersion/distinfo Mon Jan 25 13:45:40 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/10/18 11:10:24 sno Exp $
+$NetBSD: distinfo,v 1.2 2010/01/25 13:45:40 sno Exp $
-SHA1 (Perl-MinimumVersion-1.20.tar.gz) = e8671b1aa4b5e9fcedd2899dd7b48b1b20c5bbcc
-RMD160 (Perl-MinimumVersion-1.20.tar.gz) = 9038dd757c2f7307ca9db80167a1e577313c6fdc
-Size (Perl-MinimumVersion-1.20.tar.gz) = 33138 bytes
+SHA1 (Perl-MinimumVersion-1.24.tar.gz) = d48ad35fd5dfc5c978310499f4afee21857dba1c
+RMD160 (Perl-MinimumVersion-1.24.tar.gz) = 3a9bad6af80fe22553b0d7a4abdb8f162c1865ce
+Size (Perl-MinimumVersion-1.24.tar.gz) = 37297 bytes
Home |
Main Index |
Thread Index |
Old Index