[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2007-02-01 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Feb-2007 09:16:14
  Branch: HEAD Handle: 2007020108161300

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
use HTTP for better access

  Summary:
RevisionChanges Path
1.65+3  -3  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.64 -r1.65 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  1 Jan 2007 17:42:02 -   1.64
  +++ openpkg-src/ssmtp/ssmtp.spec  1 Feb 2007 08:16:13 -   1.65
  @@ -33,14 +33,14 @@
   Group:Mail
   License:  GPL
   Version:  2.61
  -Release:  20061020
  +Release:  20070201
   
   #   package options
   %option   with_fsl  yes
   %option   with_ssl  no
   
   #   list of sources
  -Source0:  
ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
  +Source0:  
http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
   Source1:  ssmtp.conf
   Source2:  rc.ssmtp
   Source3:  fsl.ssmtp
  @@ -75,7 +75,7 @@
   %track
   prog ssmtp = {
   version   = %{version}
  -url   = ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
  +url   = http://ftp.debian.org/debian/pool/main/s/ssmtp/
   regex = ssmtp_(__VER__)(\.orig)\.tar\.gz
   }
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2006-10-20 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   20-Oct-2006 20:27:10
  Branch: HEAD Handle: 2006102019271000

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
ops, fix substitution

  Summary:
RevisionChanges Path
1.62+2  -2  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.61 -r1.62 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  20 Oct 2006 18:11:59 -  1.61
  +++ openpkg-src/ssmtp/ssmtp.spec  20 Oct 2006 18:27:10 -  1.62
  @@ -115,8 +115,8 @@
   -e 's;.B /usr/lib/sendmail;.B %{l_prefix}/sbin/sendmail;' \
   ssmtp.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
   %{l_shtool} install -c -m 644 \
  --e 's;.B /etc/ssmtp/ssmtp\.conf;.B 
%{l_prefix}/etc/ssmtp/ssmtp.conf;' \
  --e 's;.B /usr/lib/sendmail;.B %{l_prefix}/sbin/sendmail;' \
  +-e 's;/etc/ssmtp/ssmtp\.conf;%{l_prefix}/etc/ssmtp/ssmtp.conf;' \
  +-e 's;/usr/lib/sendmail;%{l_prefix}/sbin/sendmail;' \
   newaliases.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
   %{l_shtool} install -c -m 644 \
   ssmtp.conf.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2006-10-20 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   20-Oct-2006 20:38:02
  Branch: HEAD Handle: 2006102019380200

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
the ssmtp.conf is referenced only in its own manual page

  Summary:
RevisionChanges Path
1.63+1  -1  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.62 -r1.63 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  20 Oct 2006 18:27:10 -  1.62
  +++ openpkg-src/ssmtp/ssmtp.spec  20 Oct 2006 18:38:02 -  1.63
  @@ -115,10 +115,10 @@
   -e 's;.B /usr/lib/sendmail;.B %{l_prefix}/sbin/sendmail;' \
   ssmtp.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
   %{l_shtool} install -c -m 644 \
  --e 's;/etc/ssmtp/ssmtp\.conf;%{l_prefix}/etc/ssmtp/ssmtp.conf;' \
   -e 's;/usr/lib/sendmail;%{l_prefix}/sbin/sendmail;' \
   newaliases.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
   %{l_shtool} install -c -m 644 \
  +-e 's;/etc/ssmtp/ssmtp\.conf;%{l_prefix}/etc/ssmtp/ssmtp.conf;' \
   ssmtp.conf.5 $RPM_BUILD_ROOT%{l_prefix}/man/man5/
   ln  $RPM_BUILD_ROOT%{l_prefix}/sbin/ssmtp \
   $RPM_BUILD_ROOT%{l_prefix}/sbin/sendmail
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2005-03-23 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Mar-2005 11:58:33
  Branch: HEAD Handle: 2005032310583300

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
upgrading package: ssmtp 2.60.12 - 2.61

  Summary:
RevisionChanges Path
1.55+5  -9  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.54 -r1.55 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  1 Jan 2005 10:55:00 -   1.54
  +++ openpkg-src/ssmtp/ssmtp.spec  23 Mar 2005 10:58:33 -  1.55
  @@ -23,10 +23,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   package version
  -%define   V_major 2.60
  -%define   V_minor 12
  -
   #   package information
   Name: ssmtp
   Summary:  Simple SMTP Send-Only MTA
  @@ -37,15 +33,15 @@
   Class:BASE
   Group:Mail
   License:  GPL
  -Version:  %{V_major}.%{V_minor}
  -Release:  20041209
  +Version:  2.61
  +Release:  20050323
   
   #   package options
   %option   with_fsl  yes
   %option   with_ssl  no
   
   #   list of sources
  -Source0:  
ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.tar.gz
  +Source0:  
ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_%{version}.orig.tar.gz
   Source1:  ssmtp.conf
   Source2:  rc.ssmtp
   Source3:  fsl.ssmtp
  @@ -81,11 +77,11 @@
   prog ssmtp = {
   version   = %{version}
   url   = ftp://ftp.debian.org/debian/pool/main/s/ssmtp/
  -regex = ssmtp_(__VER__)\.tar\.gz
  +regex = ssmtp_(__VER__)(\.orig)\.tar\.gz
   }
   
   %prep
  -%setup -q -n ssmtp-%{V_major}
  +%setup -q
   %patch -p0
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2004-07-27 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Jul-2004 08:48:22
  Branch: HEAD Handle: 2004072707482100

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
upgrading package: ssmtp 2.60.9 - 2.60.11

  Summary:
RevisionChanges Path
1.50+2  -2  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.49 -r1.50 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  18 May 2004 06:57:07 -  1.49
  +++ openpkg-src/ssmtp/ssmtp.spec  27 Jul 2004 06:48:21 -  1.50
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major 2.60
  -%define   V_minor 9
  +%define   V_minor 11
   
   #   package information
   Name: ssmtp
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040518
  +Release:  20040727
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/ssmtp/ ssmtp.spec

2004-05-18 Thread Ralf S. Engelschall
  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  Date:   18-May-2004 08:57:07
  Branch: HEAD Handle: 2004051807570700

  Modified files:
openpkg-src/ssmtp   ssmtp.spec

  Log:
upgrading package: ssmtp 2.60.8 - 2.60.9

  Summary:
RevisionChanges Path
1.49+2  -2  openpkg-src/ssmtp/ssmtp.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ssmtp/ssmtp.spec
  
  $ cvs diff -u -r1.48 -r1.49 ssmtp.spec
  --- openpkg-src/ssmtp/ssmtp.spec  7 May 2004 19:31:57 -   1.48
  +++ openpkg-src/ssmtp/ssmtp.spec  18 May 2004 06:57:07 -  1.49
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major 2.60
  -%define   V_minor 8
  +%define   V_minor 9
   
   #   package information
   Name: ssmtp
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040507
  +Release:  20040518
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]