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:43:22
Branch: HEAD Handle: 2003010311432101
Modified files:
openpkg-src/sendmail sendmail.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.50 +9 -11 openpkg-src/sendmail/sendmail.spec
1.2538 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 30 Dec 2002 22:06:45 -0000 1.49
+++ openpkg-src/sendmail/sendmail.spec 3 Jan 2003 11:43:22 -0000 1.50
@@ -23,12 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%option with_tls no
-%option with_sasl no
-%option with_milter no
-%option with_ldap no
-
# package information
Name: sendmail
Summary: Mail Transfer Agent
@@ -39,7 +33,13 @@
Group: Mail
License: BSD
Version: 8.12.7
-Release: 20021230
+Release: 20030103
+
+# package options
+%option with_tls no
+%option with_sasl no
+%option with_milter no
+%option with_ldap no
# list of sources
Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
@@ -51,8 +51,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, m4, fsl, tar, gcc, make, db >= 4.1.25
-PreReq: OpenPKG, openpkg >= 20021230, m4, fsl, make, perl
+BuildPreReq: OpenPKG, openpkg >= 20030103, m4, fsl, tar, gcc, make, db >= 4.1.25
+PreReq: OpenPKG, openpkg >= 20030103, m4, fsl, make, perl
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
%endif
@@ -72,8 +72,6 @@
contains features specific to the OpenPKG distribution including
fsl(3) logging rather than syslog(3) and optional STARTTLS,
SMTPAUTH, Milter and LDAP support.
-
- %options -p11
%prep
# unpack standard tarballs
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2537 -r1.2538 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:43:08 -0000 1.2537
+++ openpkg-web/news.txt 3 Jan 2003 11:43:21 -0000 1.2538
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<sendmail-8.12.7-20030103>
03-Jan-2003: New package: P<spegla-1.1p4-20030103>
03-Jan-2003: New package: P<sasl-2.1.10-20030103>
03-Jan-2003: New package: P<samba-2.2.7a-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]