From owner-freebsd-ports Sat Oct 28 18:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5188937B4C5 for ; Sat, 28 Oct 2000 18:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA58254; Sat, 28 Oct 2000 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 28 Oct 2000 18:20:02 -0700 (PDT) Message-Id: <200010290120.SAA58254@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/22382: Change request for fetchmail port Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22382; it has been noted by GNATS. From: Peter Pentchev To: blovett@oneinsane.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/22382: Change request for fetchmail port Date: Sun, 29 Oct 2000 03:12:27 +0200 On Sat, Oct 28, 2000 at 05:03:36PM -0700, blovett@oneinsane.net wrote: > > >Number: 22382 > >Category: ports > >Synopsis: Update of fetchmail port [snip] > >Description: > > Fetchmail 5.5.5 has been released, and the port is still at 5.5.3. The patch in the PR is not quite sufficient, I think; the patch that I had already sent to the maintainer (Ville Eerola ) contains a little tweaking of files/patch-ah (to ./Makefile - the install paths changed a bit). I'm attaching my version of the patch, just in case; but wouldn't it be better to wait for the port maintainer to react? :) G'luck, Peter -- If this sentence didn't exist, somebody would have invented it. diff -urN ports/mail/fetchmail/Makefile myports/mail/fetchmail/Makefile --- ports/mail/fetchmail/Makefile Thu Oct 26 19:09:32 2000 +++ myports/mail/fetchmail/Makefile Sat Oct 28 14:40:50 2000 @@ -10,7 +10,7 @@ # want fetchmailconf to work, define WITH_X11 PORTNAME= fetchmail -PORTVERSION= 5.5.3 +PORTVERSION= 5.5.5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ diff -urN ports/mail/fetchmail/distinfo myports/mail/fetchmail/distinfo --- ports/mail/fetchmail/distinfo Thu Oct 26 19:09:33 2000 +++ myports/mail/fetchmail/distinfo Sat Oct 28 14:48:24 2000 @@ -1 +1 @@ -MD5 (fetchmail-5.5.3.tar.gz) = bc4cbae5af3f0f64a68762e3d3eb33a0 +MD5 (fetchmail-5.5.5.tar.gz) = 58e63756f9de6d504a1398164e1638e8 diff -urN ports/mail/fetchmail/files/patch-ah myports/mail/fetchmail/files/patch-ah --- ports/mail/fetchmail/files/patch-ah Fri Feb 25 23:59:04 2000 +++ myports/mail/fetchmail/files/patch-ah Sat Oct 28 14:56:40 2000 @@ -1,7 +1,6 @@ -diff -ruN ../fetchmail-5.3.0.OLD/Makefile.in ./Makefile.in ---- ../fetchmail-5.3.0.OLD/Makefile.in Tue Feb 22 13:48:21 2000 -+++ ./Makefile.in Wed Feb 23 23:40:25 2000 -@@ -70,6 +70,8 @@ +--- ./Makefile.in Wed Oct 18 00:50:22 2000 ++++ ./Makefile.in Sat Oct 28 14:54:23 2000 +@@ -72,6 +72,8 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ # Program to install the man page. INSTALL_DATA = @INSTALL_DATA@ @@ -10,12 +9,12 @@ # Generic install program. INSTALL = @INSTALL@ -@@ -152,7 +154,7 @@ +@@ -154,7 +156,7 @@ @echo "Installing fetchmail binary..." - $(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail + $(INSTALL_PROGRAM) ./fetchmail $(DESTDIR)$(bindir)/fetchmail @echo "Installing fetchmail configurator..." -- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf -+ $(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf +- $(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf ++ $(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(DESTDIR)$(bindir)/fetchmailconf @echo "Installing manual page..." - $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext) - rm -f $(mandir)/fetchmailconf.$(manext) + $(INSTALL_DATA) $(srcdir)/fetchmail.man $(DESTDIR)$(mandir)/fetchmail.$(manext) + rm -f $(DESTDIR)$(mandir)/fetchmailconf.$(manext) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message