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-Jun-2003 10:42:03
Branch: HEAD Handle: 2003060309420101
Modified files:
openpkg-src/ssmtp ssmtp.spec
openpkg-web news.txt
Log:
fix shtool install issue
Summary:
Revision Changes Path
1.32 +4 -4 openpkg-src/ssmtp/ssmtp.spec
1.4696 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ssmtp/ssmtp.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 ssmtp.spec
--- openpkg-src/ssmtp/ssmtp.spec 30 May 2003 18:52:09 -0000 1.31
+++ openpkg-src/ssmtp/ssmtp.spec 3 Jun 2003 08:42:02 -0000 1.32
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.48
-Release: 20030530
+Release: 20030603
# list of sources
Source0:
ftp://metalab.unc.edu/pub/Linux/system/mail/mta/ssmtp-%{version}.tar.gz
@@ -43,8 +43,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030516, make, gcc
-PreReq: OpenPKG, openpkg >= 20030516
+BuildPreReq: OpenPKG, openpkg >= 20030603, make, gcc
+PreReq: OpenPKG, openpkg >= 20030603
AutoReq: no
AutoReqProv: no
Provides: MTA
@@ -61,7 +61,7 @@
%prep
%setup -q
rm -rf RCS
- %patch0 -p0
+ %patch -p0
rm -f config.cache
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4695 -r1.4696 news.txt
--- openpkg-web/news.txt 3 Jun 2003 08:37:54 -0000 1.4695
+++ openpkg-web/news.txt 3 Jun 2003 08:42:01 -0000 1.4696
@@ -1,3 +1,4 @@
+03-Jun-2003: Upgraded package: P<ssmtp-2.48-20030603>
03-Jun-2003: Upgraded package: P<perl-net-20030603-20030603>
03-Jun-2003: Upgraded package: P<perl-dbi-20030603-20030603>
03-Jun-2003: Upgraded package: P<openpkg-20030603-20030603>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]