OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-Dec-2002 20:43:42
Branch: HEAD Handle: 2002123019434101
Modified files:
openpkg-src/pureftpd pureftpd.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.39 +5 -8 openpkg-src/pureftpd/pureftpd.spec
1.2449 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pureftpd/pureftpd.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 pureftpd.spec
--- openpkg-src/pureftpd/pureftpd.spec 1 Dec 2002 08:02:55 -0000 1.38
+++ openpkg-src/pureftpd/pureftpd.spec 30 Dec 2002 19:43:42 -0000 1.39
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_pam
-%define with_pam no
-%endif
+%option with_pam no
# package information
Name: pureftpd
@@ -38,7 +36,7 @@
Group: FTP
License: GPL
Version: 1.1.0
-Release: 20020916
+Release: 20021230
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/pureftpd/pure-ftpd-%{version}.tar.gz
@@ -47,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021230, make
+PreReq: OpenPKG, openpkg >= 20021230
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -67,8 +65,7 @@
protocol, bandwidth throttling, ratios, LDAP, XML and HTML reports,
support for external programs to post-process uploads and more.
- Options:
- --define 'with_pam %{with_pam}'
+ %options
%prep
%setup -q -n pure-ftpd-%{version}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2448 -r1.2449 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:43:00 -0000 1.2448
+++ openpkg-web/news.txt 30 Dec 2002 19:43:41 -0000 1.2449
@@ -1,3 +1,4 @@
+30-Dec-2002: Upgraded package: P<pureftpd-1.1.0-20021230>
30-Dec-2002: Upgraded package: P<proftpd-1.2.7-20021230>
30-Dec-2002: Upgraded package: P<postgresql-7.3.1-20021230>
30-Dec-2002: Upgraded package: P<mysql-3.23.54a-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]