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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   28-May-2009 22:51:30
  Branch: HEAD                             Handle: 2009052821512900

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

  Log:
    upgrading package: automake 1.10 -> 1.11

  Summary:
    Revision    Changes     Path
    1.7         +22 -22     openpkg-src/automake/automake.patch
    1.79        +5  -5      openpkg-src/automake/automake.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/automake/automake.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 automake.patch
  --- openpkg-src/automake/automake.patch       11 Nov 2006 19:41:29 -0000      
1.6
  +++ openpkg-src/automake/automake.patch       28 May 2009 20:51:29 -0000      
1.7
  @@ -1,7 +1,7 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2006-10-15 19:25:23 +0200
  -+++ Makefile.in      2006-11-11 19:17:47 +0100
  -@@ -68,7 +68,7 @@
  +--- Makefile.in.orig 2009-05-17 15:43:45 +0200
  ++++ Makefile.in      2009-05-28 19:46:09 +0200
  +@@ -94,7 +94,7 @@
    CTAGS = ctags
    DIST_SUBDIRS = $(SUBDIRS)
    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  @@ -9,11 +9,11 @@
   +distdir = $(PACKAGE)
    top_distdir = $(distdir)
    am__remove_distdir = \
  -   { test ! -d $(distdir) \
  +   { test ! -d "$(distdir)" \
   Index: aclocal.in
  ---- aclocal.in.orig  2006-10-15 18:19:37 +0200
  -+++ aclocal.in       2006-11-11 19:18:37 +0100
  -@@ -30,7 +30,7 @@
  +--- aclocal.in.orig  2009-05-17 15:30:14 +0200
  ++++ aclocal.in       2009-05-28 19:46:09 +0200
  +@@ -28,7 +28,7 @@
    
    BEGIN
    {
  @@ -22,7 +22,7 @@
      unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
    }
    
  -@@ -56,7 +56,7 @@
  +@@ -57,7 +57,7 @@
    # @system_includes can be augmented with the `dirlist' file.  Also
    # --acdir will reset both @automake_includes and @system_includes.
    my @user_includes = ();
  @@ -32,9 +32,9 @@
    
    # Whether we should copy M4 file in $user_includes[0].
   Index: automake.in
  ---- automake.in.orig 2006-10-15 18:19:37 +0200
  -+++ automake.in      2006-11-11 19:17:47 +0100
  -@@ -32,7 +32,7 @@
  +--- automake.in.orig 2009-05-17 15:50:19 +0200
  ++++ automake.in      2009-05-28 19:46:09 +0200
  +@@ -31,7 +31,7 @@
    
    BEGIN
    {
  @@ -44,9 +44,9 @@
    
      # Override SHELL.  This is required on DJGPP so that system() uses
   Index: configure
  ---- configure.orig   2006-10-15 19:25:22 +0200
  -+++ configure        2006-11-11 19:17:47 +0100
  -@@ -2197,7 +2197,7 @@
  +--- configure.orig   2009-05-17 15:43:44 +0200
  ++++ configure        2009-05-28 19:46:09 +0200
  +@@ -2349,7 +2349,7 @@
    
    
    # A versioned directory, defined here for convenience.
  @@ -56,22 +56,22 @@
    
    # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
   Index: lib/Automake/Config.in
  ---- lib/Automake/Config.in.orig      2005-05-14 21:52:09 +0200
  -+++ lib/Automake/Config.in   2006-11-11 19:18:55 +0100
  -@@ -30,7 +30,7 @@
  +--- lib/Automake/Config.in.orig      2009-05-17 15:19:29 +0200
  ++++ lib/Automake/Config.in   2009-05-28 19:46:35 +0200
  +@@ -28,7 +28,7 @@
    our $APIVERSION = '@APIVERSION@';
    our $PACKAGE = '@PACKAGE@';
    our $VERSION = '@VERSION@';
   -our $libdir = '@datadir@/@pack...@-@APIVERSION@';
   +our $libdir = '@datadir@/@PACKAGE@';
  + our $perl_threads = @PERL_THREADS@;
    
    1;;
  - 
   Index: m4/Makefile.in
  ---- m4/Makefile.in.orig      2006-10-15 19:25:24 +0200
  -+++ m4/Makefile.in   2006-11-11 19:19:09 +0100
  -@@ -143,7 +143,7 @@
  - target_alias = @target_alias@
  +--- m4/Makefile.in.orig      2009-05-17 15:43:45 +0200
  ++++ m4/Makefile.in   2009-05-28 19:46:09 +0200
  +@@ -165,7 +165,7 @@
  + top_build_prefix = @top_build_prefix@
    top_builddir = @top_builddir@
    top_srcdir = @top_srcdir@
   -m4datadir = $(datadir)/aclocal-$(APIVERSION)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/automake/automake.spec
  ============================================================================
  $ cvs diff -u -r1.78 -r1.79 automake.spec
  --- openpkg-src/automake/automake.spec        18 Apr 2009 13:08:51 -0000      
1.78
  +++ openpkg-src/automake/automake.spec        28 May 2009 20:51:29 -0000      
1.79
  @@ -24,18 +24,18 @@
   #   package information
   Name:         automake
   Summary:      Automatic Makefile Generation Tools
  -URL:          http://sources.redhat.com/automake/
  +URL:          http://www.gnu.org/software/automake/
   Vendor:       Free Software Foundation
   Packager:     OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:        BASE
   Group:        Building
   License:      GPL
  -Version:      1.10
  -Release:      20080101
  +Version:      1.11
  +Release:      20090528
   
   #   list of sources
  -Source0:      
ftp://sources.redhat.com/pub/automake/automake-%{version}.tar.gz
  +Source0:      ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.gz
   Patch0:       automake.patch
   
   #   build information
  @@ -53,7 +53,7 @@
   %track
       prog automake = {
           version   = %{version}
  -        url       = ftp://sources.redhat.com/pub/automake/
  +        url       = ftp://ftp.gnu.org/gnu/automake/
           regex     = automake-(__VER__)\.tar\.gz
       }
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to