head 1.23; access; symbols OPENPKG_E1_MP_HEAD:1.9 OPENPKG_E1_MP:1.9 OPENPKG_E1_MP_2_STABLE:1.6.2.2 OPENPKG_E1_FP:1.6.2.2 OPENPKG_2_STABLE_MP:1.9 OPENPKG_2_STABLE_20061018:1.6.2.1 OPENPKG_2_STABLE_20060622:1.6 OPENPKG_2_STABLE:1.6.0.2 OPENPKG_2_STABLE_BP:1.6; locks; strict; comment @# @; 1.23 date 2009.06.28.07.49.14; author rse; state Exp; branches; next 1.22; commitid tHKgwMSvjYpnZATt; 1.22 date 2009.03.01.19.43.17; author rse; state Exp; branches; next 1.21; commitid SDHlWNsFW2RuLmEt; 1.21 date 2008.10.20.06.13.56; author rse; state Exp; branches; next 1.20; commitid ReOiXslRgctUwknt; 1.20 date 2008.10.15.06.29.44; author rse; state Exp; branches; next 1.19; commitid 7Cl3PUqEYLjiMGmt; 1.19 date 2008.03.15.21.06.14; author rse; state Exp; branches; next 1.18; commitid hpdjAfmdrs1tvgVs; 1.18 date 2008.02.10.09.14.34; author rse; state Exp; branches; next 1.17; commitid Kp873pQTkVI4FPQs; 1.17 date 2008.01.23.20.05.29; author rse; state Exp; branches; next 1.16; commitid F6r1a8SPKeDfQzOs; 1.16 date 2007.11.14.14.02.17; author cs; state Exp; branches; next 1.15; commitid 5zjf29Abyk395yFs; 1.15 date 2007.11.06.07.25.57; author rse; state Exp; branches; next 1.14; commitid drjDOa0zyIl89uEs; 1.14 date 2007.10.20.06.26.18; author rse; state Exp; branches; next 1.13; commitid rRhCAAFQKkrymiCs; 1.13 date 2007.09.28.14.52.39; author cs; state Exp; branches; next 1.12; commitid Ro80cBfTWrN5Svzs; 1.12 date 2007.09.27.15.24.14; author rse; state Exp; branches; next 1.11; commitid UMt3kbbvZ0oV4ozs; 1.11 date 2007.05.09.05.46.33; author rse; state Exp; branches; next 1.10; commitid XTmKfCUuPrhKpdhs; 1.10 date 2007.04.23.16.13.50; author cs; state Exp; branches; next 1.9; commitid SQqO1DeJJLRPodfs; 1.9 date 2006.10.23.14.51.36; author rse; state Exp; branches; next 1.8; commitid mJrFph6Exk9kNORr; 1.8 date 2006.09.23.07.48.33; author rse; state Exp; branches; next 1.7; commitid NVfpzfxVHnVYpVNr; 1.7 date 2006.09.22.05.56.55; author rse; state Exp; branches; next 1.6; commitid yLHIp986rtqGPMNr; 1.6 date 2006.02.28.19.20.19; author rse; state Exp; branches 1.6.2.1; next 1.5; commitid XnKRnbAl3MSOTnnr; 1.5 date 2006.02.21.18.37.28; author rse; state Exp; branches; next 1.4; commitid qdHwLz7PCnj5Ttmr; 1.4 date 2006.02.17.20.51.58; author rse; state Exp; branches; next 1.3; commitid YYNbja9CMHkcLYlr; 1.3 date 2006.01.05.19.02.01; author rse; state Exp; branches; next 1.2; commitid Z7QyCHydxoS9xrgr; 1.2 date 2005.12.25.08.54.14; author rse; state Exp; branches; next 1.1; commitid arFq7lZBkRDAwYer; 1.1 date 2005.11.09.13.27.11; author rse; state Exp; branches; next ; commitid oMe1P6Xew8qTv59r; 1.6.2.1 date 2006.10.16.14.54.23; author rse; state Exp; branches; next 1.6.2.2; commitid iZxwRSmmWscPXUQr; 1.6.2.2 date 2006.10.23.14.52.45; author rse; state Exp; branches; next ; commitid eZbJoWG1EN2JNORr; desc @@ 1.23 log @modifying package: perl-module-5.10.0 20090625 -> 20090628 @ text @Index: CPAN-1.9402/Makefile.PL --- CPAN-1.9402/Makefile.PL.orig 2007-11-05 23:51:52 +0100 +++ CPAN-1.9402/Makefile.PL 2008-03-15 17:43:50 +0100 @@@@ -131,7 +131,7 @@@@ my $cmd; if ($cmd = MM->maybe_command($abs)) { print "Importing PAUSE public key into your GnuPG keychain... "; - system($cmd, '--quiet', '--import', ); + # system($cmd, '--quiet', '--import', ); print "done!\n"; print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; last; Index: ExtUtils-PkgConfig-1.12/Makefile.PL --- ExtUtils-PkgConfig-1.12/Makefile.PL.orig 2008-03-15 00:19:41 +0100 +++ ExtUtils-PkgConfig-1.12/Makefile.PL 2008-03-15 22:04:47 +0100 @@@@ -5,19 +5,6 @@@@ # don't go any further if pkg-config cannot be found. my $have_pkg_config = `pkg-config --version`; -if ($have_pkg_config eq "") { - # Warn and exit with status 0 to indicate (to the user and the CPAN - # testers infrastructure) that this module won't work on this machine. - warn <<"__EOW__"; -*** -*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't -*** seem to be in your PATH. Is it correctly installed? -*** PATH=$ENV{PATH} -*** -__EOW__ - exit 0; -} - WriteMakefile( # FIXME this doesn't work very well with native win32 perl 'dist' => { @ 1.22 log @modifying package: perl-module-5.10.0 20090119 -> 20090301 @ text @d1 3 a3 3 Index: CPAN-1.9304/Makefile.PL --- CPAN-1.9304/Makefile.PL.orig 2007-11-05 23:51:52 +0100 +++ CPAN-1.9304/Makefile.PL 2008-03-15 17:43:50 +0100 @ 1.21 log @modifying package: perl-module-5.10.0 20081015 -> 20081020 @ text @d1 3 a3 3 Index: CPAN-1.9301/Makefile.PL --- CPAN-1.9301/Makefile.PL.orig 2007-11-05 23:51:52 +0100 +++ CPAN-1.9301/Makefile.PL 2008-03-15 17:43:50 +0100 @ 1.20 log @modifying package: perl-module-5.10.0 20080907 -> 20081015 @ text @d13 3 a15 3 Index: ExtUtils-PkgConfig-1.11/Makefile.PL --- ExtUtils-PkgConfig-1.11/Makefile.PL.orig 2008-03-15 00:19:41 +0100 +++ ExtUtils-PkgConfig-1.11/Makefile.PL 2008-03-15 22:04:47 +0100 @ 1.19 log @modifying package: perl-module-5.10.0 20080313 -> 20080315 @ text @d1 3 a3 3 Index: CPAN-1.9205/Makefile.PL --- CPAN-1.9205/Makefile.PL.orig 2007-11-05 23:51:52 +0100 +++ CPAN-1.9205/Makefile.PL 2008-03-15 17:43:50 +0100 @ 1.18 log @modifying package: perl-module-5.10.0 20080209 -> 20080210 @ text @a0 17 Index: ExtUtils-PkgConfig-1.10/Makefile.PL --- ExtUtils-PkgConfig-1.10/Makefile.PL.orig 2005-11-09 14:25:08 +0100 +++ ExtUtils-PkgConfig-1.10/Makefile.PL 2005-11-09 14:25:44 +0100 @@@@ -1,13 +1,6 @@@@ use 5.006; use ExtUtils::MakeMaker; -# don't go any further if pkg-config cannot be found. -`pkg-config --version` or die "*** -*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't -*** seem to be in your PATH. it is correctly installed? -*** PATH=$ENV{PATH} -***\n"; - WriteMakefile( # FIXME this doesn't work very well with native win32 perl 'dist' => { d2 3 a4 3 --- CPAN-1.9205/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9205/Makefile.PL 2005-12-25 09:52:02 +0100 @@@@ -93,7 +93,7 @@@@ d13 23 @ 1.17 log @modifying package: perl-module-5.10.0 20080101 -> 20080123 @ text @d1 3 a3 3 Index: ExtUtils-PkgConfig-1.09/Makefile.PL --- ExtUtils-PkgConfig-1.09/Makefile.PL.orig 2005-11-09 14:25:08 +0100 +++ ExtUtils-PkgConfig-1.09/Makefile.PL 2005-11-09 14:25:44 +0100 @ 1.16 log @modifying package: perl-module-5.8.8 20071106 -> 20071114 @ text @d1 3 a3 3 Index: ExtUtils-PkgConfig-1.08/Makefile.PL --- ExtUtils-PkgConfig-1.08/Makefile.PL.orig 2005-11-09 14:25:08 +0100 +++ ExtUtils-PkgConfig-1.08/Makefile.PL 2005-11-09 14:25:44 +0100 @ 1.15 log @modifying package: perl-module-5.8.8 20071020 -> 20071106 @ text @d18 3 a20 3 Index: CPAN-1.9204/Makefile.PL --- CPAN-1.9204/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9204/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.14 log @modifying package: perl-module-5.8.8 20070928 -> 20071020 @ text @d18 3 a20 3 Index: CPAN-1.9203/Makefile.PL --- CPAN-1.9203/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9203/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.13 log @modifying package: perl-module-5.8.8 20070927 -> 20070928 @ text @d1 3 a3 3 Index: ExtUtils-PkgConfig-1.07/Makefile.PL --- ExtUtils-PkgConfig-1.07/Makefile.PL.orig 2005-11-09 14:25:08 +0100 +++ ExtUtils-PkgConfig-1.07/Makefile.PL 2005-11-09 14:25:44 +0100 @ 1.12 log @modifying package: perl-module-5.8.8 20070921 -> 20070927 @ text @d18 3 a20 3 Index: CPAN-1.9201/Makefile.PL --- CPAN-1.9201/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9201/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.11 log @modifying package: perl-module-5.8.8 20070501 -> 20070509 @ text @d18 3 a20 3 Index: CPAN-1.9102/Makefile.PL --- CPAN-1.9102/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9102/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.10 log @modifying package: perl-module-5.8.8 20070419 -> 20070423 @ text @d18 3 a20 3 Index: CPAN-1.9101/Makefile.PL --- CPAN-1.9101/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.9101/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.9 log @modifying package: perl-module-5.8.8 20061013 -> 20061023 @ text @d18 3 a20 3 Index: CPAN-1.8802/Makefile.PL --- CPAN-1.8802/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.8802/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.8 log @modifying package: perl-module-5.8.8 20060922 -> 20060923 @ text @d18 3 a20 3 Index: CPAN-1.8801/Makefile.PL --- CPAN-1.8801/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.8801/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.7 log @modifying package: perl-module-5.8.8 20060907 -> 20060922 @ text @d18 3 a20 3 Index: CPAN-1.88/Makefile.PL --- CPAN-1.88/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.88/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.6 log @modifying package: perl-module-5.8.8 20060221 -> 20060228 @ text @d18 3 a20 3 Index: CPAN-1.87/Makefile.PL --- CPAN-1.87/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.87/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.6.2.1 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @d18 3 a20 3 Index: CPAN-1.8801/Makefile.PL --- CPAN-1.8801/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.8801/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.6.2.2 log @MFC: latest fixed version of CPAN module @ text @d18 3 a20 3 Index: CPAN-1.8802/Makefile.PL --- CPAN-1.8802/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.8802/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.5 log @modifying package: perl-module-5.8.8 20060218 -> 20060221 @ text @d18 3 a20 3 Index: CPAN-1.86/Makefile.PL --- CPAN-1.86/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.86/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.4 log @modifying package: perl-module-5.8.8 20060208 -> 20060217 @ text @d18 3 a20 3 Index: CPAN-1.84/Makefile.PL --- CPAN-1.84/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.84/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.3 log @modifying package: perl-module-5.8.7 20051227 -> 20060105 @ text @d18 3 a20 3 Index: CPAN-1.83/Makefile.PL --- CPAN-1.83/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.83/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.2 log @add latest version of CPAN shell @ text @d18 3 a20 3 Index: CPAN-1.80/Makefile.PL --- CPAN-1.80/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.80/Makefile.PL 2005-12-25 09:52:02 +0100 @ 1.1 log @do not insist that pkg-config already exists when building ExtUtils::PkgConfig (it is sufficient if the user requires it) @ text @d18 12 @