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:   02-Mar-2006 08:51:17
  Branch: HEAD                             Handle: 2006030207511700

  Modified files:
    openpkg-src/proftpd     proftpd.spec

  Log:
    upgrading package: proftpd 1.3.0rc3 -> 1.3.0rc4

  Summary:
    Revision    Changes     Path
    1.103       +7  -4      openpkg-src/proftpd/proftpd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  ============================================================================
  $ cvs diff -u -r1.102 -r1.103 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  1 Jan 2006 13:20:55 -0000       1.102
  +++ openpkg-src/proftpd/proftpd.spec  2 Mar 2006 07:51:17 -0000       1.103
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_proftpd         1.3.0rc3
  +%define       V_proftpd         1.3.0rc4
   %define       V_mod_exec        0.9
   %define       V_mod_exec        0.9
   %define       V_mod_otp         0.9
  @@ -43,7 +43,7 @@
   Group:        FTP
   License:      GPL
   Version:      %{V_proftpd}
  -Release:      20051109
  +Release:      20060302
   
   #   package options
   %option       with_ifsession  no
  @@ -224,10 +224,12 @@
   
       #   prepare optional add-on modules
       cp mod_exec/mod_exec.c contrib/
  -    cp mod_shaper/mod_shaper.c contrib/
       cp mod_sql_sqlite/mod_sql_sqlite.c contrib/
       cp mod_time/mod_time.c contrib/
       cp mod_vroot/mod_vroot.c contrib/
  +%if "%{with_ctrls}" == "yes"
  +    cp mod_shaper/mod_shaper.c contrib/
  +%endif
   
   %build
       #   make non-standard "rundir" the same as standard "sysconfdir"
  @@ -244,13 +246,14 @@
           include/default_paths.h
   
       #   configure the ProFTPd source tree
  -    MOD="mod_ratio:mod_readme:mod_exec:mod_shaper:mod_time:mod_vroot"
  +    MOD="mod_ratio:mod_readme:mod_exec:mod_time:mod_vroot"
       MOD_INC="%{l_prefix}/include"
       MOD_LIB="%{l_prefix}/lib"
   %if "%{with_ifsession}" == "yes"
       MOD="$MOD:mod_ifsession"
   %endif
   %if "%{with_ctrls}" == "yes"
  +    MOD="$MOD:mod_shaper"
       MOD="$MOD:mod_ctrls_admin"
   %endif
   %if "%{with_radius}" == "yes"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to