Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 1998 00:56:26 +0300 (EEST)
From:      Ville Eerola <ve@sci.fi>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6866: Upgrade of fetchmail to version 4.4.9
Message-ID:  <199806052156.AAA04107@vebsd.vlsi.fi>

next in thread | raw e-mail | index | archive | help

>Number:         6866
>Category:       ports
>Synopsis:       Upgrade of fetchmail to version 4.4.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun  5 15:10:01 PDT 1998
>Last-Modified:
>Originator:     Ville Eerola
>Organization:
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

FreeBSD ports as of June 6, 1998

>Description:

Fetchmail has been upgraded to version 4.4.9 by the author.

>How-To-Repeat:

% cd /usr/ports/mail/fetchmail
% make

Note that it builds an old version ;-)

>Fix:
	
Commit the patch below.

Food for thought for the committer:

  I noticed that this port installs another version of the GNU
  copyleft file COPYING. This is supposed to be discouraged. However
  in this case there are some notes from the author on the top. So, it
  might be still a good idea to keep this file installed. The file
  appears to be added on the list of installed files by ache, when he
  upgraded the port to version 4.0.0...

The patches:

Index: Makefile
===================================================================
RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	1998/05/27 04:04:59	1.62
+++ Makefile	1998/06/05 21:43:34
@@ -1,17 +1,19 @@
 # New ports collection makefile for:	fetchmail
-# Version required:     4.4.8
+# Version required:     4.4.9
 # Date created:		26 Oct 1996
 # Whom:			Ville Eerola <ve@sci.fi>
 #
 # $Id: Makefile,v 1.62 1998/05/27 04:04:59 mph Exp $
 #
 
-DISTNAME=       fetchmail-4.4.8
+DISTNAME=       fetchmail-4.4.9
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
 MAINTAINER=	ve@sci.fi
 
+RUN_DEPENDS=    python:${PORTSDIR}/lang/python
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2
 CONFIGURE_ENV=  LDFLAGS="${CFLAGS}"
@@ -25,6 +27,7 @@
 
 post-patch:
 	@${CP} -f  /usr/include/md5.h ${WRKSRC}
+	@perl -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf
 
 post-install:
 	${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
Index: files/md5
===================================================================
RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/files/md5,v
retrieving revision 1.56
diff -u -r1.56 md5
--- md5	1998/05/27 04:05:02	1.56
+++ md5	1998/06/05 21:18:17
@@ -1 +1 @@
-MD5 (fetchmail-4.4.8.tar.gz) = a733bcf6191e5e1ebd5cc530a7a3f9d4
+MD5 (fetchmail-4.4.9.tar.gz) = 0382bffb6815182fdfa969da5f71c75a
Index: patches/patch-ab
===================================================================
RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/patches/patch-ab,v
retrieving revision 1.13
diff -u -r1.13 patch-ab
--- patch-ab	1998/05/27 04:05:05	1.13
+++ patch-ab	1998/06/05 21:39:08
@@ -69,7 +69,7 @@
   	@echo "Installing fetchmail configurator..."
 ! 	$(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
   	@echo "Installing manual page..."
-! 	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmailconf.$(manext)
+! 	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
 ! 	ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
   
   uninstall:


>Audit-Trail:
>Unformatted:

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?199806052156.AAA04107>