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:
Revision Changes 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 -0000 1.64
+++ openpkg-src/ssmtp/ssmtp.spec 1 Feb 2007 08:16:13 -0000 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 [email protected]