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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Mar-2005 13:30:35
  Branch: HEAD                             Handle: 2005032312303400

  Modified files:
    openpkg-src/squirrelmail
                            squirrelmail.spec

  Log:
    hack hardcoded values into vcheck strings, rather bad because next
    release version checking will be silently disabled

  Summary:
    Revision    Changes     Path
    1.24        +6  -8      openpkg-src/squirrelmail/squirrelmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/squirrelmail/squirrelmail.spec
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 squirrelmail.spec
  --- openpkg-src/squirrelmail/squirrelmail.spec        22 Mar 2005 15:17:53 
-0000      1.23
  +++ openpkg-src/squirrelmail/squirrelmail.spec        23 Mar 2005 12:30:34 
-0000      1.24
  @@ -51,7 +51,7 @@
   Group:        Mail
   License:      GPL
   Version:      %{V_sqmail}
  -Release:      20050322
  +Release:      20050323
   
   #   package options
   %option       with_plugins  no
  @@ -101,16 +101,14 @@
   
   %track
       prog squirrelmail = {
  -        comment   = "ms: 1.5.x is the development trunk, so do not update 
past 1.4.x"
           version   = %{version}
           url       = http://prdownloads.sourceforge.net/squirrelmail/
  -        regex     = squirrelmail-(__VER__)\.tar\.bz2
  +        regex     = squirrelmail-(\d+\.[4]\.\d+)\.tar\.bz2
       }
       prog squirrelmail:locales = {
  -        comment   = "ms: 1.5.x is the development trunk, so do not update 
past 1.4.x"
           version   = %{V_sqmail}-%{V_locale}
           url       = http://prdownloads.sourceforge.net/squirrelmail/
  -        regex     = all_locales-(__VER__)\.tar\.bz2
  +        regex     = all_locales-(\d+\.[4]\.\d+-\d+)\.tar\.bz2
       }
       prog squirrelmail:compat = {
           version   = %{V_plugin_compat}
  @@ -130,12 +128,12 @@
       prog squirrelmail:avelsieve = {
           version   = %{V_plugin_avelsieve}
           url       = http://email.uoa.gr/download/squirrelmail/avelsieve/
  -        regex     = avelsieve-(__VER__)\.tar\.gz
  +        regex     = avelsieve-(\d+\.[0-8]\.\d+)\.tar\.gz
       }
       prog squirrelmail:saslpwd = {
           version   = %{V_plugin_saslpwd}
           url       = http://www.squirrelmail.org/plugins/
  -        regex     = chg_sasl_passwd-(__VER__)\.tar\.gz
  +        regex     = chg_sasl_passwd-(\d+\.\d+\.\d+-\d+\.\d+)\.tar\.gz
       }
       prog squirrelmail:checkquota = {
           version   = %{V_plugin_checkquota}
  @@ -150,7 +148,7 @@
       prog squirrelmail:gnupg = {
           version   = %{V_plugin_gnupg}
           url       = http://www.squirrelmail.org/plugins/
  -        regex     = gpg.(__VER__)\.tar\.gz
  +        regex     = gpg.(\d+\.\d+\.\d+-\d+\.\d+\.\d+)\.tar\.gz
       }
       prog squirrelmail:ldif = {
           version   = %{V_plugin_ldif}
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to