From swell.k@gmail.com  Fri May  7 03:29:31 2010
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 9733C106567B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 May 2010 03:29:31 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155])
	by mx1.freebsd.org (Postfix) with ESMTP id 2A5D58FC26
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 May 2010 03:29:30 +0000 (UTC)
Received: by fg-out-1718.google.com with SMTP id l26so459587fgb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 06 May 2010 20:29:22 -0700 (PDT)
Received: by 10.87.53.28 with SMTP id f28mr2671084fgk.70.1273202962658;
        Thu, 06 May 2010 20:29:22 -0700 (PDT)
Received: from localhost (95-25-129-213.broadband.corbina.ru [95.25.129.213])
        by mx.google.com with ESMTPS id 1sm3274025fkt.41.2010.05.06.20.29.21
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 06 May 2010 20:29:22 -0700 (PDT)
Message-Id: <86sk64l78v.fsf@gmail.com>
Date: Fri, 07 May 2010 07:29:20 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] mail/offlineimap: update to 6.2.0.10 git-3c4dee1

>Number:         146366
>Category:       ports
>Synopsis:       [patch] mail/offlineimap: update to 6.2.0.10 git-3c4dee1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sergei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 07 03:30:04 UTC 2010
>Closed-Date:    Sun Aug 08 21:33:10 UTC 2010
>Last-Modified:  Sun Aug  8 21:40:04 UTC 2010
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
- update to git snapshot
- include ports/142769, moves pkg-message into ${FILESDIR}, needs
  repomove to preserve history.
- Tk.Blinkenlights is long gone, no need to depend on Tkinter anymore

There is a doc in SGML format. But I'm not sure how to process it with
minimum dependencies. So, I'm leaving it out.
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: mail/offlineimap/Makefile
===================================================================
RCS file: /a/.cvsup/ports/mail/offlineimap/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- mail/offlineimap/Makefile	26 Jan 2009 14:59:34 -0000	1.30
+++ mail/offlineimap/Makefile	7 May 2010 02:58:57 -0000
@@ -6,28 +6,25 @@
 #
 
 PORTNAME=	offlineimap
-PORTVERSION=	6.0.3
+DISTVERSION=	6.2.0-10
+DISTVERSIONSUFFIX=-g3c4dee1
 CATEGORIES=	mail python
-MASTER_SITES=	http://software.complete.org/software/attachments/download/334/ \
+MASTER_SITES=	http://download.github.com/ \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	sergei
-DISTNAME=	${PORTNAME}_${PORTVERSION}
+DISTNAME=	jgoerzen-${PORTNAME}-debian-${DISTVERSION}${DISTVERSIONSUFFIX}
 
 MAINTAINER=	sergei@FreeBSD.org
 COMMENT=	Powerful IMAP/Maildir synchronization and reader support
 
-.if !defined(WITHOUT_X11)
-RUN_DEPENDS=	${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
-TKINTER=	${PYTHON_SITELIBDIR}/_tkinter.so
-.endif
-
-WRKSRC=		${WRKDIR}/${PORTNAME}
-PKGMESSAGE=	${WRKDIR}/pkg-message
+WRKSRC=		${WRKDIR}/jgoerzen-${PORTNAME}-${DISTVERSIONSUFFIX:S/^-g//}
+SUB_FILES=	pkg-message
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_PKGVERSION=${PORTVERSION:R}
 
-DOCS=		COPYING COPYRIGHT FAQ.html README UPGRADING
+DOCS=		COPYING COPYRIGHT FAQ.html UPGRADING
 EXAMPLES=	offlineimap.conf offlineimap.conf.minimal
 
 post-install:
@@ -37,8 +34,6 @@ post-install:
 .endif
 	@${MKDIR} ${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
-		${MASTERDIR}/pkg-message > ${PKGMESSAGE}
 	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
Index: mail/offlineimap/distinfo
===================================================================
RCS file: /a/.cvsup/ports/mail/offlineimap/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- mail/offlineimap/distinfo	26 Jan 2009 14:59:34 -0000	1.19
+++ mail/offlineimap/distinfo	7 May 2010 00:11:34 -0000
@@ -1,3 +1,3 @@
-MD5 (offlineimap_6.0.3.tar.gz) = 0c81d33e123c3d5b6645a68a809bcaef
-SHA256 (offlineimap_6.0.3.tar.gz) = e2d15e78db06539459ffb8df97ff30ef3f6885ad7ec1f4e0dc56f2ca59f004ad
-SIZE (offlineimap_6.0.3.tar.gz) = 97537
+MD5 (jgoerzen-offlineimap-debian-6.2.0-10-g3c4dee1.tar.gz) = 2de4ff5486e597c98b18b8a0cfb227bc
+SHA256 (jgoerzen-offlineimap-debian-6.2.0-10-g3c4dee1.tar.gz) = 1b7c940d293022ce9346d2e830eacfe272aa7e0b7b3956cdb747966057d08523
+SIZE (jgoerzen-offlineimap-debian-6.2.0-10-g3c4dee1.tar.gz) = 103509
Index: mail/offlineimap/pkg-plist
===================================================================
RCS file: /a/.cvsup/ports/mail/offlineimap/pkg-plist,v
retrieving revision 1.7
diff -u -p -r1.7 pkg-plist
--- mail/offlineimap/pkg-plist	27 Jul 2008 19:12:24 -0000	1.7
+++ mail/offlineimap/pkg-plist	7 May 2010 00:26:41 -0000
@@ -109,7 +109,6 @@ bin/offlineimap
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
 %%PORTDOCS%%%%DOCSDIR%%/FAQ.html
-%%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%EXAMPLESDIR%%/offlineimap.conf
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sergei 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 7 03:30:15 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146366 
State-Changed-From-To: open->closed 
State-Changed-By: sergei 
State-Changed-When: Sun Aug 8 21:32:02 UTC 2010 
State-Changed-Why:  
Committed (with minor modifications), thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146366 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146366: commit references a PR
Date: Sun,  8 Aug 2010 21:31:54 +0000 (UTC)

 sergei      2010-08-08 21:31:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/offlineimap     Makefile distinfo pkg-plist 
   Log:
   - Update to version 6.2.0.2
   - Project moved to GitHub - update MASTER_SITES accordingly
   - Tk.Blinkenlights is long gone, no need to depend on Tkinter anymore
   
   PR:             ports/146366
   Submitted by:   Anonymous <swell.k@gmail.com>
   
   Revision  Changes    Path
   1.32      +7 -11     ports/mail/offlineimap/Makefile
   1.20      +3 -3      ports/mail/offlineimap/distinfo
   1.8       +1 -2      ports/mail/offlineimap/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
