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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   07-Nov-2003 21:23:30
  Branch: HEAD                             Handle: 2003110720232802

  Modified files:
    openpkg-src/mozilla     mozilla.sh mozilla.spec
    openpkg-web             news.txt

  Log:
    Include shell script wrapper code to allow for valid file URLs as well

  Summary:
    Revision    Changes     Path
    1.10        +2  -2      openpkg-src/mozilla/mozilla.sh
    1.73        +1  -1      openpkg-src/mozilla/mozilla.spec
    1.7320      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.sh
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 mozilla.sh
  --- openpkg-src/mozilla/mozilla.sh    15 Jul 2003 10:08:24 -0000      1.9
  +++ openpkg-src/mozilla/mozilla.sh    7 Nov 2003 20:23:30 -0000       1.10
  @@ -94,7 +94,7 @@
               auto:* )
                   url=`echo "$url" | sed -e 's;^auto:;;'`
                   case "$url" in
  -                    http://* | https://* | ftp://* ) ;;
  +                    http://* | https://* | ftp://* | file://* ) ;;
                       www.* ) url="http://$url"; ;;
                       ftp.* ) url="ftp://$url"; ;;
                       *.tar.gz | *.tgz ) url="ftpsearch:$url" ;;
  @@ -105,7 +105,7 @@
                   ;;
           esac
           case "$url" in
  -            http://* | https://* | ftp://* )
  +            http://* | https://* | ftp://* | file://* )
                   : # URL is already fully qualified
                   ;;
               google:* ) 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.spec
  ============================================================================
  $ cvs diff -u -r1.72 -r1.73 mozilla.spec
  --- openpkg-src/mozilla/mozilla.spec  17 Oct 2003 12:36:37 -0000      1.72
  +++ openpkg-src/mozilla/mozilla.spec  7 Nov 2003 20:23:30 -0000       1.73
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      MPL
   Version:      1.5
  -Release:      20031017
  +Release:      20031107
   
   #   package options
   %option       with_optimize   yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.7319 -r1.7320 news.txt
  --- openpkg-web/news.txt      7 Nov 2003 20:21:28 -0000       1.7319
  +++ openpkg-web/news.txt      7 Nov 2003 20:23:28 -0000       1.7320
  @@ -1,3 +1,4 @@
  +07-Nov-2003: Upgraded package: P<mozilla-1.5-20031107>
   07-Nov-2003: Upgraded package: P<gd-2.0.15-20031107>
   07-Nov-2003: Upgraded package: P<ttmkfdir-20021109-20031107>
   07-Nov-2003: Upgraded package: P<openpkg-20031107-20031107>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to