mail/ssmtp port out of date in 4.9p
Roman Neuhauser
neuhauser at chello.cz
Wed May 12 01:32:26 PDT 2004
# list-freebsd at 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
-------------- next part --------------
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
More information about the freebsd-ports
mailing list