OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 23-Jul-2003 15:45:28
Branch: HEAD Handle: 2003072314452403
Modified files:
openpkg-src/exim exim.spec
openpkg-src/postfix postfix.spec
openpkg-src/sendmail sendmail.spec
openpkg-src/ssmtp ssmtp.spec
openpkg-web news.txt
Log:
sort conflict for MTA providers
Summary:
Revision Changes Path
1.53 +1 -1 openpkg-src/exim/exim.spec
1.162 +1 -1 openpkg-src/postfix/postfix.spec
1.93 +1 -1 openpkg-src/sendmail/sendmail.spec
1.43 +2 -2 openpkg-src/ssmtp/ssmtp.spec
1.5754 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/exim/exim.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 exim.spec
--- openpkg-src/exim/exim.spec 23 Jul 2003 13:31:50 -0000 1.52
+++ openpkg-src/exim/exim.spec 23 Jul 2003 13:45:25 -0000 1.53
@@ -60,7 +60,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: sendmail, postfix, ssmtp
+Conflicts: postfix, sendmail, ssmtp
%description
Exim is a message transfer agent (MTA) developed at the University
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.161 -r1.162 postfix.spec
--- openpkg-src/postfix/postfix.spec 23 Jul 2003 13:32:17 -0000 1.161
+++ openpkg-src/postfix/postfix.spec 23 Jul 2003 13:45:26 -0000 1.162
@@ -94,7 +94,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: sendmail, ssmtp, exim
+Conflicts: exim, sendmail, ssmtp
%description
Postfix is a new-generation Mail Transfer Agent (MTA) able to fully
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sendmail/sendmail.spec
============================================================================
$ cvs diff -u -r1.92 -r1.93 sendmail.spec
--- openpkg-src/sendmail/sendmail.spec 23 Jul 2003 13:32:22 -0000 1.92
+++ openpkg-src/sendmail/sendmail.spec 23 Jul 2003 13:45:27 -0000 1.93
@@ -81,7 +81,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: ssmtp, exim, postfix
+Conflicts: exim, postfix, ssmtp
%description
Sendmail is the most popular Mail Transfer Agent (MTA). This copy
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ssmtp/ssmtp.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 ssmtp.spec
--- openpkg-src/ssmtp/ssmtp.spec 21 Jul 2003 08:40:53 -0000 1.42
+++ openpkg-src/ssmtp/ssmtp.spec 23 Jul 2003 13:45:27 -0000 1.43
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.48
-Release: 20030721
+Release: 20030723
# package options
%option with_fsl yes
@@ -57,7 +57,7 @@
AutoReq: no
AutoReqProv: no
Provides: MTA
-Conflicts: sendmail, exim, postfix
+Conflicts: exim, postfix, sendmail
%description
This is sSMTP, a program that replaces sendmail on workstations
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5753 -r1.5754 news.txt
--- openpkg-web/news.txt 23 Jul 2003 13:41:11 -0000 1.5753
+++ openpkg-web/news.txt 23 Jul 2003 13:45:24 -0000 1.5754
@@ -1,3 +1,4 @@
+23-Jul-2003: Upgraded package: P<ssmtp-2.48-20030723>
23-Jul-2003: New package: P<zlex-1.02-20030723>
23-Jul-2003: Upgraded package: P<zyacc-1.03-20030723>
23-Jul-2003: Upgraded package: P<zebra-0.93b-20030723>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]