Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 2000 18:20:02 -0700 (PDT)
From:      Peter Pentchev <roam@orbitel.bg>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22382: Change request for fetchmail port
Message-ID:  <200010290120.SAA58254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22382; it has been noted by GNATS.

From: Peter Pentchev <roam@orbitel.bg>
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 <ve@sci.fi>) 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




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