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: 08-Jan-2007 19:21:51
Branch: HEAD Handle: 2007010818215100
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
ProFTPD I've already ported from SQLite version 2 to version 3, so no
need to require version 2 any longer
Summary:
Revision Changes Path
1.122 +3 -3 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.121 -r1.122 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 1 Jan 2007 17:41:15 -0000 1.121
+++ openpkg-src/proftpd/proftpd.spec 8 Jan 2007 18:21:51 -0000 1.122
@@ -43,7 +43,7 @@
Group: FTP
License: GPL
Version: %{V_proftpd}
-Release: 20061214
+Release: 20070108
# package options
%option with_ifsession no
@@ -98,8 +98,8 @@
PreReq: postgresql, openssl
%endif
%if "%{with_sqlite}" == "yes"
-BuildPreReq: sqlite, sqlite::with_v2 = yes
-PreReq: sqlite, sqlite::with_v2 = yes
+BuildPreReq: sqlite
+PreReq: sqlite
%endif
%if "%{with_odbc}" == "yes"
BuildPreReq: ODBC
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]