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: ports/57325: [MAINTAINER] mail/getmail: update to 3.2.0 Message-ID: <20030928194404.4180.qmail@kolobov.com> Resent-Message-ID: <200309282000.h8SK0VvZ044399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 13:00:31 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030928194404.4180.qmail>