From sgk@kolobov.com  Sun Sep 28 12:54:49 2003
Return-Path: <sgk@kolobov.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1CE4E16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 12:54:49 -0700 (PDT)
Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161])
	by mx1.FreeBSD.org (Postfix) with SMTP id E093C44013
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Sep 2003 12:54:46 -0700 (PDT)
	(envelope-from sgk@kolobov.com)
Received: (qmail 20101 invoked from network); 28 Sep 2003 19:54:41 -0000
Received: from dom.kolobov.com (HELO kolobov.com) (213.247.180.114)
  by outpost.globcon.net (62.141.88.161) with SMTP; 28 Sep 2003 19:54:41 -0000
Received: (qmail 4181 invoked by uid 911); 28 Sep 2003 19:44:04 -0000
Message-Id: <20030928194404.4180.qmail@kolobov.com>
Date: 28 Sep 2003 19:44:04 -0000
From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Alex de Kruijff <freebsd@akruijff.dds.nl>
Subject: [MAINTAINER] mail/getmail: update to 3.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57325
>Category:       ports
>Synopsis:       [MAINTAINER] mail/getmail: update to 3.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 28 13:00:31 PDT 2003
>Closed-Date:    Sun Sep 28 13:14:32 PDT 2003
>Last-Modified:  Sun Sep 28 13:14:32 PDT 2003
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 12:09:20 MSD 2003
>Description:
- Update to 3.2.0
- Fix breakage when run under cron (reported by Alex de Kruijff)

Fixes:	ports/53843, ports/57312

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- getmail-3.2.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/mail/getmail/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	21 Jun 2003 08:39:40 -0000	1.20
+++ Makefile	28 Sep 2003 19:38:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	getmail
-PORTVERSION=	3.1.7
+PORTVERSION=	3.2.0
 CATEGORIES=	mail python
 MASTER_SITES=	http://www.qcc.ca/~charlesc/software/getmail-3.0/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. old-versions
@@ -26,7 +26,8 @@
 post-patch:
 	@cd ${WRKSRC} && \
 		${REINPLACE_CMD} -e 's!/usr/lib/getmail!${DATADIR}!' \
-		-e 's!/usr/bin/python!${PYTHON_CMD}!' ${SCRIPTS}
+		-e 's!`which python`!${PYTHON_CMD}!' \
+		-e 's!/usr/bin/python!${PYTHON_CMD}!' ${SCRIPTS} *.py
 
 do-install:
 	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/mail/getmail/distinfo,v
retrieving revision 1.15
diff -u -u -r1.15 distinfo
--- distinfo	21 Jun 2003 08:39:40 -0000	1.15
+++ distinfo	28 Sep 2003 19:33:05 -0000
@@ -1 +1 @@
-MD5 (getmail-3.1.7.tar.gz) = e5bffd36858ed4cdc98236b3b1f50594
+MD5 (getmail-3.2.0.tar.gz) = b64e66f2a44d4f2897b6c7b117aca836
Index: pkg-plist
===================================================================
RCS file: /FreeBSD/cvs/ports/mail/getmail/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	21 Jun 2003 08:39:40 -0000	1.6
+++ pkg-plist	28 Sep 2003 19:40:12 -0000
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 bin/getmail
 bin/getmail_maildir
 bin/getmail_mbox
--- getmail-3.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Sep 28 13:14:16 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57325 
>Unformatted:
