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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   26-Feb-2008 20:57:47
  Branch: HEAD                             Handle: 2008022619574600

  Modified files:
    openpkg-src/exim        exim.spec

  Log:
    add optional support for the Dovecot authenticator

  Summary:
    Revision    Changes     Path
    1.116       +5  -1      openpkg-src/exim/exim.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/exim/exim.spec
  ============================================================================
  $ cvs diff -u -r1.115 -r1.116 exim.spec
  --- openpkg-src/exim/exim.spec        11 Jan 2008 17:01:19 -0000      1.115
  +++ openpkg-src/exim/exim.spec        26 Feb 2008 19:57:46 -0000      1.116
  @@ -32,10 +32,11 @@
   Group:        Mail
   License:      GPL
   Version:      4.69
  -Release:      20080111
  +Release:      20080226
   
   #   package options
   %option       with_auth_cram_md5  no
  +%option       with_auth_dovecot   no
   %option       with_auth_plaintext no
   %option       with_auth_sasl      no
   %option       with_content_scan   no
  @@ -192,6 +193,9 @@
         echo 'SUPPORT_MOVE_FROZEN_MESSAGES=yes'
   
         #   support for external AUTH mechanisms
  +%if "%{with_auth_dovecot}" == "yes"
  +      echo 'AUTH_DOVECOT=yes'
  +%endif
   %if "%{with_auth_sasl}" == "yes"
         echo 'AUTH_CYRUS_SASL=yes'
         echo 'AUTH_LIBS=%{l_ldflags} -lsasl2'
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to