From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 15 07:40:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CBC37B401 for ; Thu, 15 May 2003 07:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272A543F3F for ; Thu, 15 May 2003 07:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4FEe9Up074273 for ; Thu, 15 May 2003 07:40:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4FEe9xx074272; Thu, 15 May 2003 07:40:09 -0700 (PDT) Resent-Date: Thu, 15 May 2003 07:40:09 -0700 (PDT) Resent-Message-Id: <200305151440.h4FEe9xx074272@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Klaffenboeck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74A137B40A for ; Thu, 15 May 2003 07:30:19 -0700 (PDT) Received: from httpd1.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 92DAD43FA3 for ; Thu, 15 May 2003 07:30:16 -0700 (PDT) (envelope-from martin@kleinerdrache.org) Received: (qmail 3748 invoked by uid 0); 15 May 2003 14:30:15 -0000 Message-Id: <20030515143015.3747.qmail@httpd1.terions.de> Date: 15 May 2003 14:30:15 -0000 From: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: anders@andersa.net Subject: ports/52282: getmail patch- there is a getmail_mbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Klaffenboeck List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 14:40:14 -0000 >Number: 52282 >Category: ports >Synopsis: getmail patch- there is a getmail_mbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 15 07:40:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Martin Klaffenboeck >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD martin.kleinerdrache.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Tue Apr 29 23:55:02 CEST 2003 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Getmail has now a getmail_mbox script to deliver emails to an mbox. This was not implemented in the install script, but I really need that. So I added it. >How-To-Repeat: >Fix: There will be created a patch-getmail_mbox because we do not have python in /usr/bin, normally we have python scripts with #!/usr/bin/env python. This works now. --- getmail.diff begins here --- diff -Nur getmail.orig/Makefile getmail/Makefile --- getmail.orig/Makefile Sun Feb 23 14:11:57 2003 +++ getmail/Makefile Thu May 15 16:21:13 2003 @@ -25,6 +25,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/getmail ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/getmail_mbox ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} @${MKDIR} ${EXAMPLESDIR} diff -Nur getmail.orig/files/patch-getmail_mbox getmail/files/patch-getmail_mbox --- getmail.orig/files/patch-getmail_mbox Thu Jan 1 01:00:00 1970 +++ getmail/files/patch-getmail_mbox Thu May 15 16:25:25 2003 @@ -0,0 +1,8 @@ +--- getmail_mbox.orig Thu May 15 16:24:37 2003 ++++ getmail_mbox Thu May 15 16:24:55 2003 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/env python + '''getmail_mbox + Reads a message from stdin and delivers it to an mbox file specified as + a commandline argument. Expects the envelope sender address to be in the diff -Nur getmail.orig/pkg-plist getmail/pkg-plist --- getmail.orig/pkg-plist Sun Feb 23 14:11:57 2003 +++ getmail/pkg-plist Thu May 15 16:21:25 2003 @@ -1,4 +1,5 @@ bin/getmail +bin/getmail_mbox %%PORTDOCS%%share/doc/getmail/CHANGELOG %%PORTDOCS%%share/doc/getmail/docs.txt %%PORTDOCS%%share/doc/getmail/faq.txt --- getmail.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: