From owner-freebsd-ports@FreeBSD.ORG Wed May 12 01:32:26 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3639916A4CE for ; Wed, 12 May 2004 01:32:26 -0700 (PDT) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 457F643D41 for ; Wed, 12 May 2004 01:32:24 -0700 (PDT) (envelope-from neuhauser@chello.cz) Received: (qmail 64753 invoked by uid 0); 12 May 2004 08:32:22 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 12 May 2004 08:32:22 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id A422E2FDA01; Wed, 12 May 2004 10:32:22 +0200 (CEST) Date: Wed, 12 May 2004 10:32:22 +0200 From: Roman Neuhauser To: Eugene Lee Message-ID: <20040512083222.GD86555@isis.wad.cz> Mail-Followup-To: Eugene Lee , freebsd-ports@freebsd.org, clement@freebsd.org References: <20040511215436.GG12660@Dark-Age.local> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20040511215436.GG12660@Dark-Age.local> User-Agent: Mutt/1.5.6i cc: clement@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: mail/ssmtp port out of date in 4.9p X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 08:32:26 -0000 --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--