Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 May 2010 07:29:20 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146366: [patch] mail/offlineimap: update to 6.2.0.10 git-3c4dee1
Message-ID:  <86sk64l78v.fsf@gmail.com>
Resent-Message-ID: <201005070330.o473U5cp054705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146366
>Category:       ports
>Synopsis:       [patch] mail/offlineimap: update to 6.2.0.10 git-3c4dee1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 07 03:30:04 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86sk64l78v.fsf>