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: 03-Jan-2003 12:36:07
Branch: HEAD Handle: 2003010311360601
Modified files:
openpkg-src/proftpd proftpd.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.42 +6 -6 openpkg-src/proftpd/proftpd.spec
1.2530 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 3 Jan 2003 10:54:22 -0000 1.41
+++ openpkg-src/proftpd/proftpd.spec 3 Jan 2003 11:36:07 -0000 1.42
@@ -23,9 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%option with_pam no
-
# package information
Name: proftpd
Summary: Professional FTP Daemon
@@ -36,7 +33,10 @@
Group: FTP
License: GPL
Version: 1.2.7
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_pam no
# list of sources
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2
@@ -48,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, ncurses, make
-PreReq: OpenPKG, openpkg >= 20021230, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20030103, ncurses, make
+PreReq: OpenPKG, openpkg >= 20030103, ncurses
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2529 -r1.2530 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:35:26 -0000 1.2529
+++ openpkg-web/news.txt 3 Jan 2003 11:36:06 -0000 1.2530
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<proftpd-1.2.7-20030103>
03-Jan-2003: New package: P<postgresql-7.3.1-20030103>
03-Jan-2003: New package: P<postfix-2.0.0.2-20030103>
03-Jan-2003: New package: P<perl-xml-20030103-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]