Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 02:33:28 +0400
From:      Sergei Kolobov <sergei@kolobov.com>
To:        Pete Fritchman <petef@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/51926: [MAINTAINER] Update mail/offlineimap to 3.99.17
Message-ID:  <20030511223328.GB697@globcon.net>
In-Reply-To: <200305101257.h4ACvoOf042133@freefall.freebsd.org>
References:  <200305101257.h4ACvoOf042133@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-05-10 at 07:57 -0500, Pete Fritchman wrote:
> Could you submit an updated diff, please?

Sure, the diff is much more compact now:

Removed files:
- files/patch-Maildir.py (the patch has been intergrated into the
  release)

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/offlineimap/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2003/05/07 17:34:42	1.10
+++ Makefile	2003/05/11 22:31:19
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	offlineimap
-PORTVERSION=	3.99.15
+PORTVERSION=	3.99.17
 CATEGORIES=	mail python
 MASTER_SITES=	http://gopher.quux.org:70/devel/offlineimap/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -31,6 +31,8 @@
 .endif
 	@${MKDIR} ${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' < ${PKGMESSAGE}
+	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
+		${MASTERDIR}/pkg-message > ${PKGMESSAGE}
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/offlineimap/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	2003/05/07 17:34:42	1.7
+++ distinfo	2003/05/11 22:31:19
@@ -1 +1 @@
-MD5 (offlineimap_3.99.15.tar.gz) = 9a1f6ecea92170ae542c04c2a0da9de9
+MD5 (offlineimap_3.99.17.tar.gz) = 4b55bc64190791e73bfc198430cbc16c



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