OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Jul-2003 15:06:12
Branch: HEAD Handle: 2003070714061101
Modified files:
openpkg-src/proftpd proftpd.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.57 +8 -4 openpkg-src/proftpd/proftpd.spec
1.5400 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 4 Jul 2003 14:01:40 -0000 1.56
+++ openpkg-src/proftpd/proftpd.spec 7 Jul 2003 13:06:12 -0000 1.57
@@ -33,7 +33,7 @@
Group: FTP
License: GPL
Version: 1.2.8
-Release: 20030704
+Release: 20030707
# package options
%option with_mysql no
@@ -57,10 +57,13 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, ncurses, getopt, make
-PreReq: OpenPKG, openpkg >= 20030103, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20030103, make
+PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: ncurses, getopt
+PreReq: ncurses, getopt
%if "%{with_mysql}" == "yes"
BuildPreReq: mysql
+PreReq: mysql
%endif
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
@@ -68,10 +71,11 @@
%endif
%if "%{with_pgsql}" == "yes"
BuildPreReq: postgresql, openssl
+PreReq: postgresql, openssl
%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap, openssl
-PreReq: openldap
+PreReq: openldap, openssl
%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5399 -r1.5400 news.txt
--- openpkg-web/news.txt 7 Jul 2003 13:04:41 -0000 1.5399
+++ openpkg-web/news.txt 7 Jul 2003 13:06:11 -0000 1.5400
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<proftpd-1.2.8-20030707>
07-Jul-2003: Upgraded package: P<pound-1.4-20030707>
07-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030707>
07-Jul-2003: Upgraded package: P<postfix-2.0.13-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]