Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2002 10:13:37 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ve@sci.fi
Subject:   ports/38328: Port update: mail/fetchmail
Message-ID:  <20020520091337.57AED47A@host217-41-15-143.in-addr.btopenworld.com>

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

>Number:         38328
>Category:       ports
>Synopsis:       Port update: mail/fetchmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 20 02:20:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-RC i386
>Organization:
Student
>Environment:
System: FreeBSD gallium 4.6-RC FreeBSD 4.6-RC #4:
Thu May 16 22:38:19 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386
	
>Description:
	mail/fetchmail 5.9.6 -> 5.9.11
	
>How-To-Repeat:
	NA.
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.131
diff -u -r1.131 Makefile
--- Makefile	2002/04/12 17:09:46	1.131
+++ Makefile	2002/05/20 09:05:39
@@ -10,8 +10,7 @@
 # want fetchmailconf to work, define WITH_X11
 
 PORTNAME=	fetchmail
-PORTVERSION=	5.9.6
-PORTREVISION=	1
+PORTVERSION=	5.9.11
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.tuxedo.org/~esr/fetchmail/ \
 		ftp://ftp.ccil.org/pub/esr/fetchmail/
@@ -76,8 +75,11 @@
 
 pre-patch:
 	@${CP} -f  /usr/include/md5.h ${WRKSRC}
-	@${PERL} -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf
-	@${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
+	@${SED} -e "s,^#!/.*/python,#!${PREFIX}/bin/python,g" \
+		${WRKSRC}/fetchmailconf > ${WRKDIR}/fetchmailconf.temp
+	@${MV} -f ${WRKDIR}/fetchmailconf.temp ${WRKSRC}/fetchmailconf
+	@${SED} -e "s,@PREFIX@,${PREFIX},g" \
+		${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf
 
 post-install:
 .if !defined(NOPORTDOCS)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/distinfo,v
retrieving revision 1.106
diff -u -r1.106 distinfo
--- distinfo	2001/12/27 18:04:46	1.106
+++ distinfo	2002/05/20 09:05:39
@@ -1 +1 @@
-MD5 (fetchmail-5.9.6.tar.gz) = 8a97f627da2f09c536b3ba86e2ae8919
+MD5 (fetchmail-5.9.11.tar.gz) = fff00cbf7be1d01a17605fee23ac96dd
	


>Release-Note:
>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?20020520091337.57AED47A>