[csw-devel] SF.net SVN: gar:[8631] csw/mgar/pkg/cpan/Inline/trunk

bensons at users.sourceforge.net bensons at users.sourceforge.net
Wed Feb 17 22:18:57 CET 2010


Revision: 8631
          http://gar.svn.sourceforge.net/gar/?rev=8631&view=rev
Author:   bensons
Date:     2010-02-17 21:18:57 +0000 (Wed, 17 Feb 2010)

Log Message:
-----------
cpan Inline: bumped to version 0.46

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Inline/trunk/Makefile
    csw/mgar/pkg/cpan/Inline/trunk/checksums
    csw/mgar/pkg/cpan/Inline/trunk/files/0001-Skip-question-on-install.patch

Modified: csw/mgar/pkg/cpan/Inline/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Inline/trunk/Makefile	2010-02-17 21:14:19 UTC (rev 8630)
+++ csw/mgar/pkg/cpan/Inline/trunk/Makefile	2010-02-17 21:18:57 UTC (rev 8631)
@@ -1,5 +1,5 @@
 GARNAME = Inline
-GARVERSION = 0.45
+GARVERSION = 0.46
 CATEGORIES = cpan
 AUTHOR = SISYPHUS
 

Modified: csw/mgar/pkg/cpan/Inline/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Inline/trunk/checksums	2010-02-17 21:14:19 UTC (rev 8630)
+++ csw/mgar/pkg/cpan/Inline/trunk/checksums	2010-02-17 21:18:57 UTC (rev 8631)
@@ -1,2 +1,2 @@
-15c2202c3ee504e73158850a006f16ed  0001-Skip-question-on-install.patch
-63140a6c911f1576fdee71ba4457610f  Inline-0.45.tar.gz
+dff49e669277ead83e6e855394578c99  0001-Skip-question-on-install.patch
+4c2f14829fbe83cb456e9c5c0dac06b3  Inline-0.46.tar.gz

Modified: csw/mgar/pkg/cpan/Inline/trunk/files/0001-Skip-question-on-install.patch
===================================================================
--- csw/mgar/pkg/cpan/Inline/trunk/files/0001-Skip-question-on-install.patch	2010-02-17 21:14:19 UTC (rev 8630)
+++ csw/mgar/pkg/cpan/Inline/trunk/files/0001-Skip-question-on-install.patch	2010-02-17 21:18:57 UTC (rev 8631)
@@ -1,34 +1,17 @@
-From 1f06fd58ce8ec425d21138e3b36a7b66eb555db8 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Wed, 10 Feb 2010 13:52:02 +0100
-Subject: [PATCH] Skip question on install
-
----
- C/Makefile.PL |   10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/C/Makefile.PL b/C/Makefile.PL
-index 294846b..a290a62 100644
---- a/C/Makefile.PL
-+++ b/C/Makefile.PL
-@@ -58,12 +58,12 @@ END
- # '
- }
- 
--my $answer = '';
- my $default = $found ? "y" : "n";
--while (1) {
--    $answer = prompt ('Do you want to install Inline::C?', $default); 
--    last if $answer =~ /^(y|yes|n|no)$/i;
--}
-+my $answer = $default;
-+#while (1) {
-+#    $answer = prompt ('Do you want to install Inline::C?', $default); 
-+#    last if $answer =~ /^(y|yes|n|no)$/i;
-+#}
- 
- if ($answer =~ /^(y|yes)$/i) {
-     WriteMakefile(
--- 
-1.6.6
-
+--- Inline-0.46.orig/C/Makefile.PL	2010-02-17 22:12:18.040826000 +0100
++++ Inline-0.46/C/Makefile.PL	2010-02-17 22:15:07.194173580 +0100
+@@ -73,10 +73,10 @@
+ 
+ my $answer = '';
+ my $default = $found ? "y" : "n";
+-while (1) {
+-    $answer = prompt ('Do you want to install Inline::C?', $default);
+-    last if $answer =~ /^(y|yes|n|no)$/i;
+-}
++#while (1) {
++    #$answer = prompt ('Do you want to install Inline::C?', $default);
++    #last if $answer =~ /^(y|yes|n|no)$/i;
++#}
+ 
+ if ($answer =~ /^(y|yes)$/i) {
+     WriteMakefile(


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list