ports/51926: [MAINTAINER] Update mail/offlineimap to 3.99.17

Sergei Kolobov sergei at kolobov.com
Mon May 12 11:47:49 UTC 2003


On 2003-05-11 at 20:04 -0500, Pete Fritchman wrote:
> ++ 12/05/03 02:33 +0400 - Sergei Kolobov:
> | -	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' < ${PKGMESSAGE}
> | +	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
> | +		${MASTERDIR}/pkg-message > ${PKGMESSAGE}
> | +	@${CAT} ${PKGMESSAGE}
> 
> Ports should work with a r/o /usr/ports.  I'd suggest setting PKGMESSAGE
> to ${WRKDIR}/pkg-message.  What do you think?

Of course. Actually, it was in the original PR, but got lost in the
follow-up.

Just in case, here is the diff against the last patch:

--- Makefile.orig	Mon May 12 15:44:16 2003
+++ Makefile	Mon May 12 15:44:38 2003
@@ -15,6 +15,7 @@
 COMMENT=	Powerful IMAP/Maildir synchronization and reader support
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+PKGMESSAGE=	${WRKDIR}/pkg-message
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes



More information about the freebsd-ports-bugs mailing list