Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 10:32:22 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        Eugene Lee <list-freebsd@fsck.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: mail/ssmtp port out of date in 4.9p
Message-ID:  <20040512083222.GD86555@isis.wad.cz>
In-Reply-To: <20040511215436.GG12660@Dark-Age.local>
References:  <20040511215436.GG12660@Dark-Age.local>

next in thread | previous in thread | raw e-mail | index | archive | help

--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

# list-freebsd@fsck.net / 2004-05-11 16:54:36 -0500:
> mail/ssmtp does not install on FreeBSD 4.9p7 plus ports (cvsup'd last
> night) because it cannot find ssmtp_2.60.4.tar.gz in:
> 
> 	http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/s/ssmtp/
> 	ftp://ftp.us.debian.org/debian/pool/main/s/ssmtp/
> 	...
> 
> or any other Debian FTP mirrors.  Looking at the gatech.edu link, the
> oldest version is ssmtp_2.60.7 (not including the 2.50.6.x series).
> Can I get trick the port to use ssmtp_2.60.8?  Any suggestions are
> appreciated.

    does this patch work for you?

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

--AhhlLboLdkugWU4S
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="mail::ssmtp-2.60.8.patch"

Index: mail/ssmtp/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/ssmtp/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- mail/ssmtp/Makefile	25 Feb 2004 21:08:45 -0000	1.16
+++ mail/ssmtp/Makefile	12 May 2004 08:07:26 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ssmtp
-PORTVERSION=	2.60.4
-PORTREVISION=	2
+PORTVERSION=	2.60.8
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
Index: mail/ssmtp/distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/ssmtp/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- mail/ssmtp/distinfo	7 Feb 2004 17:16:17 -0000	1.4
+++ mail/ssmtp/distinfo	12 May 2004 08:08:11 -0000
@@ -1,2 +1,2 @@
-MD5 (ssmtp_2.60.4.tar.gz) = 88fff70f14a001e09b713aa6326162cf
-SIZE (ssmtp_2.60.4.tar.gz) = 160073
+MD5 (ssmtp_2.60.8.tar.gz) = 3f2d2629fcf58b29edade7667d212e94
+SIZE (ssmtp_2.60.8.tar.gz) = 61307

--AhhlLboLdkugWU4S--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040512083222.GD86555>