OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-May-2008 12:09:32
  Branch: HEAD                             Handle: 2008051811093100

  Modified files:
    openpkg-src/makepp      makepp.patch makepp.spec

  Log:
    upgrading package: makepp 1.50.070728 -> 1.50.080517

  Summary:
    Revision    Changes     Path
    1.2         +11 -11     openpkg-src/makepp/makepp.patch
    1.3         +2  -2      openpkg-src/makepp/makepp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/makepp/makepp.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 makepp.patch
  --- openpkg-src/makepp/makepp.patch   29 Jul 2007 08:03:41 -0000      1.1
  +++ openpkg-src/makepp/makepp.patch   18 May 2008 10:09:31 -0000      1.2
  @@ -1,7 +1,7 @@
   Index: cvs/install.pl
  ---- cvs/install.pl.orig      2007-07-21 10:28:58 +0200
  -+++ cvs/install.pl   2007-07-29 09:55:24 +0200
  -@@ -110,11 +110,11 @@
  +--- cvs/install.pl.orig      2008-05-17 16:22:38 +0200
  ++++ cvs/install.pl   2008-05-18 12:06:39 +0200
  +@@ -112,11 +112,11 @@
    }
    
    # prior installation may not have supported .makepp/*.mk files
  @@ -16,7 +16,7 @@
        while( <F> ) {
          $found = 1, last if /build_info_subdir.+\.mk/;
        }
  -@@ -160,13 +160,13 @@
  +@@ -162,13 +162,13 @@
    @sig_num{split ' ', $Config{sig_name}} = split ' ', $Config{sig_num};
    $USR1 = $sig_num{USR1}; $USR1 = $USR1;      # suppress used-only-once 
warning
    
  @@ -26,14 +26,14 @@
    
   -substitute_file( $_, $datadir, 0644 ) for
   +substitute_file( $_, "$ENV{DESTDIR}$datadir", 0644 ) for
  -   qw(recursive_makepp FileInfo_makepp.pm);
  +   qw(recursive_makepp FileInfo_makepp.pm BuildCacheControl.pm);
    
   -make_dir("$datadir/$_") for
   +make_dir("$ENV{DESTDIR}$datadir/$_") for
      qw(ActionParser BuildCheck CommandParser Scanner Signature);
  - foreach $module (qw(AutomakeFixer BuildCache BuildCacheControl FileInfo 
Glob MakeEvent
  + foreach $module (qw(AutomakeFixer BuildCache FileInfo Glob MakeEvent
                    Makecmds Makefile Makesubs Rule TextSubs Utils
  -@@ -187,13 +187,13 @@
  +@@ -189,13 +189,13 @@
                    Signature Signature/c_compilation_md5 Signature/md5
                    Signature/shared_object Signature/verilog_simulation_md5
                    Signature/verilog_synthesis_md5)) {
  @@ -51,7 +51,7 @@
    }
    
    #
  -@@ -212,11 +212,11 @@
  +@@ -214,11 +214,11 @@
        my $manfile = $file;
        $manfile =~ s/\.pod$/.1/;   # Get the name of the man file.
        $manfile =~ [EMAIL PROTECTED]/@@;
  @@ -65,7 +65,7 @@
      }
    }
    
  -@@ -383,8 +383,8 @@
  +@@ -387,8 +387,8 @@
          $nav .= join '<br />', map $link{$_}, @links;
        }
        $nav .= '</td></tr></table>';
  @@ -76,7 +76,7 @@
        s/\.html$//;
        my $title = (s/^makepp(?:_|$)// ? 'Makepp ' : '') . $alias{$_ || 
'makepp'};
        my $index;
  -@@ -536,11 +536,11 @@
  +@@ -540,11 +540,11 @@
      unlink $tmp;
    
      for( qw'google.png makepp.gif makepp.css pre.png sflogo.png url.png' ) {
  @@ -91,7 +91,7 @@
    }
    
    #
  -@@ -633,6 +633,7 @@
  +@@ -637,6 +637,7 @@
    }
    
    sub read_with_prompt {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/makepp/makepp.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 makepp.spec
  --- openpkg-src/makepp/makepp.spec    1 Jan 2008 14:57:59 -0000       1.2
  +++ openpkg-src/makepp/makepp.spec    18 May 2008 10:09:31 -0000      1.3
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_main 1.50
  -%define       V_cvs  070728
  +%define       V_cvs  080517
   
   #   package information
   Name:         makepp
  @@ -36,7 +36,7 @@
   Group:        Building
   License:      GPL/Artistic
   Version:      %{V_main}.%{V_cvs}
  -Release:      20080101
  +Release:      20080518
   
   #   list of sources
   Source0:      
http://www.cpan.org/authors/id/P/PF/PFEIFFER/makepp-%{V_main}-cvs-%{V_cvs}.tgz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to