From owner-freebsd-ports Tue Jan 7 17:20:12 2003 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8917D37B401 for ; Tue, 7 Jan 2003 17:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B857943EDC for ; Tue, 7 Jan 2003 17:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h081K2NS013660 for ; Tue, 7 Jan 2003 17:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h081K2bp013659; Tue, 7 Jan 2003 17:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D576637B406 for ; Tue, 7 Jan 2003 17:14:15 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id 5990543ED8 for ; Tue, 7 Jan 2003 17:14:14 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 66126 invoked by uid 911); 8 Jan 2003 01:14:11 -0000 Message-Id: <20030108011411.66118.qmail@outpost.globcon.net> Date: 8 Jan 2003 01:14:11 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org Cc: nbm@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46848: [PATCH] Update mail/offlineimap to 3.99.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46848 >Category: ports >Synopsis: [PATCH] Update mail/offlineimap to 3.99.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 07 17:20:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Update to 3.99.6 - config format changed - may break compatibilty with existing configs - new sample config file: offlineimap.conf.minimal - new interface: Curses.Blinkenlights - Adjust pkg-message to be PREFIX-safe when generating a package Port maintainer - nbm@FreeBSD.org - has been copied. >How-To-Repeat: >Fix: --- offlineimap-3.99.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/offlineimap/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2002/11/05 15:43:14 1.4 +++ Makefile 2003/01/08 01:08:02 @@ -6,7 +6,7 @@ # PORTNAME= offlineimap -PORTVERSION= 3.99.3 +PORTVERSION= 3.99.6 CATEGORIES= mail python MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,13 +14,17 @@ MAINTAINER= nbm@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +PKGMESSAGE= ${WRKDIR}/pkg-message USE_PYTHON= yes USE_PYDISTUTILS=yes MAN1= offlineimap.1 DOCS= manual.html manual.pdf manual.ps manual.txt +EXAMPLES= offlineimap.conf offlineimap.conf.minimal +DEFAULT_EXAMPLES_DIR=/usr/local/share/examples/offlineimap + post-install: ${INSTALL_MAN} ${WRKSRC}/offlineimap.1 ${MANPREFIX}/man/man1/ .if !defined(NOPORTDOCS) @@ -29,8 +33,12 @@ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/offlineimap.conf ${EXAMPLESDIR} - @${SED} -e 's!__EXAMPLESDIR__!${EXAMPLESDIR}!' ${PKGMESSAGE} + @${MKDIR} ${EXAMPLESDIR} +.for file in ${EXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} +.endfor + @${SED} -e 's!${DEFAULT_EXAMPLES_DIR}!${EXAMPLESDIR}!' \ + ${MASTERDIR}/pkg-message > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/offlineimap/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2002/11/05 15:43:14 1.4 +++ distinfo 2003/01/08 01:08:02 @@ -1 +1 @@ -MD5 (offlineimap_3.99.3.tar.gz) = a7411260ce2be60c237a8783263a2844 +MD5 (offlineimap_3.99.6.tar.gz) = 54cfb2137a0e1a495f4376f39bf01845 Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/mail/offlineimap/pkg-message,v retrieving revision 1.1 diff -u -r1.1 pkg-message --- pkg-message 2002/10/08 14:20:56 1.1 +++ pkg-message 2003/01/08 01:08:02 @@ -1,7 +1,11 @@ ########################################################################### # # Please copy sample configuration file from -# __EXAMPLESDIR__/offlineimap.conf to ~/.offlineimaprc -# and edit to suit your needs. +# /usr/local/share/examples/offlineimap/offlineimap.conf.minimal +# to ~/.offlineimaprc and edit to suit your needs. +# +# WARNING: if you are upgrading from pre-3.99.6 version, please be sure +# to check the manual for changes in configuration file format +# that could be incompatible with your existing configuration. # ########################################################################### Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/offlineimap/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2002/10/08 14:04:03 1.3 +++ pkg-plist 2003/01/08 01:08:02 @@ -2,6 +2,12 @@ %%PYTHON_SITELIBDIR%%/offlineimap/__init__.py %%PYTHON_SITELIBDIR%%/offlineimap/__init__.pyc %%PYTHON_SITELIBDIR%%/offlineimap/__init__.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/CustomConfig.py +%%PYTHON_SITELIBDIR%%/offlineimap/CustomConfig.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/CustomConfig.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/accounts.py +%%PYTHON_SITELIBDIR%%/offlineimap/accounts.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/accounts.pyo %%PYTHON_SITELIBDIR%%/offlineimap/folder/Base.py %%PYTHON_SITELIBDIR%%/offlineimap/folder/Base.pyc %%PYTHON_SITELIBDIR%%/offlineimap/folder/Base.pyo @@ -56,6 +62,12 @@ %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.py %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.pyc %%PYTHON_SITELIBDIR%%/offlineimap/threadutil.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Blinkenlights.py +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Blinkenlights.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Blinkenlights.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Curses.py +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Curses.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/ui/Curses.pyo %%PYTHON_SITELIBDIR%%/offlineimap/ui/Noninteractive.py %%PYTHON_SITELIBDIR%%/offlineimap/ui/Noninteractive.pyc %%PYTHON_SITELIBDIR%%/offlineimap/ui/Noninteractive.pyo @@ -71,6 +83,9 @@ %%PYTHON_SITELIBDIR%%/offlineimap/ui/__init__.py %%PYTHON_SITELIBDIR%%/offlineimap/ui/__init__.pyc %%PYTHON_SITELIBDIR%%/offlineimap/ui/__init__.pyo +%%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.py +%%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.pyc +%%PYTHON_SITELIBDIR%%/offlineimap/ui/debuglock.pyo %%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.py %%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.pyc %%PYTHON_SITELIBDIR%%/offlineimap/ui/detector.pyo @@ -82,6 +97,7 @@ %%PORTDOCS%%share/doc/offlineimap/manual.ps %%PORTDOCS%%share/doc/offlineimap/manual.txt share/examples/offlineimap/offlineimap.conf +share/examples/offlineimap/offlineimap.conf.minimal @dirrm share/examples/offlineimap %%PORTDOCS%%@dirrm share/doc/offlineimap @dirrm %%PYTHON_SITELIBDIR%%/offlineimap/ui --- offlineimap-3.99.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message