Date: Mon, 4 Sep 2000 17:30:03 -0700 (PDT) From: Peter Pentchev <roam@orbitel.bg> To: freebsd-ports@FreeBSD.org Subject: Re: ports/20716: [PATCH] update port: mail/fetchmail to 5.5.0 Message-ID: <200009050030.RAA89408@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20716; it has been noted by GNATS. From: Peter Pentchev <roam@orbitel.bg> To: Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/20716: [PATCH] update port: mail/fetchmail to 5.5.0 Date: Tue, 5 Sep 2000 03:27:10 +0300 On Tue, Sep 05, 2000 at 01:39:17AM +0300, Ville Eerola wrote: > > Hmmm... I seem to have missed the PR. However, I checked the fetchmail > www-site, ad it appears that there is already a new version available > (5.5.1), which fixes the problem that you fixed in a new patch. I > would prefer the port to be upgraded to 5.5.1 in order to avoid extra > patch files in the FreeBSD ports repository... > > Could you try the newer version and see if it works for you without > the new patch? It should be a simple matter of new checksum and > distfile name change in the Makefile. Yup, you're correct :) 5.5.1 is out, and the only code change is exactly this bugfix - all the other changes are in the language files. Attached is a trivial checksum-and-distfile Makefile patch :) Normally I'd be reluctant to recommend (and even to trust..) a non-gold fetchmail release - I have been bitten by fetchmail instabilities in the past - but seeing as the only change is really this bugfix, it seems safe to skip a gold version in this case :) G'luck, Peter -- This sentence contains exactly threee erors. diff -urN ports/mail/fetchmail/Makefile myports/mail/fetchmail/Makefile --- ports/mail/fetchmail/Makefile Wed Aug 9 18:09:27 2000 +++ myports/mail/fetchmail/Makefile Tue Sep 5 03:21:52 2000 @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.4.4 +PORTVERSION= 5.5.1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff -urN ports/mail/fetchmail/files/md5 myports/mail/fetchmail/files/md5 --- ports/mail/fetchmail/files/md5 Wed Aug 9 18:09:27 2000 +++ myports/mail/fetchmail/files/md5 Tue Sep 5 03:24:10 2000 @@ -1 +1 @@ -MD5 (fetchmail-5.4.4.tar.gz) = 92e45cba6e248588278d53cecb1da7a3 +MD5 (fetchmail-5.5.1.tar.gz) = 4f1124bcb616b9ec2724bef93e9cfea2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009050030.RAA89408>