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:01
Branch: HEAD Handle: 2002123019430001
Modified files:
openpkg-src/proftpd proftpd.spec
openpkg-web news.txt
Log:
switch to %option(s)
Summary:
Revision Changes Path
1.39 +5 -8 openpkg-src/proftpd/proftpd.spec
1.2448 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 19 Dec 2002 10:03:37 -0000 1.38
+++ openpkg-src/proftpd/proftpd.spec 30 Dec 2002 19:43:01 -0000 1.39
@@ -24,9 +24,7 @@
##
# package options
-%ifndef with_pam
-%define with_pam no
-%endif
+%option with_pam no
# package information
Name: proftpd
@@ -38,7 +36,7 @@
Group: FTP
License: GPL
Version: 1.2.7
-Release: 20021219
+Release: 20021230
# list of sources
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2
@@ -50,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021204, ncurses, make
-PreReq: OpenPKG, openpkg >= 20021204, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20021230, ncurses, make
+PreReq: OpenPKG, openpkg >= 20021230, ncurses
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -75,8 +73,7 @@
list of some of the sites ProFTPD powers -- many of them handling large
volumes of traffic on a daily basis.
- Options:
- --define 'with_pam %{with_pam}'
+ %options
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2447 -r1.2448 news.txt
--- openpkg-web/news.txt 30 Dec 2002 19:41:26 -0000 1.2447
+++ openpkg-web/news.txt 30 Dec 2002 19:43:00 -0000 1.2448
@@ -1,3 +1,4 @@
+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>
30-Dec-2002: New package: P<mico-2.3.7-20021230>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]