mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
- update to 3.99.17
- write pkg-message in ${WRKDIR} PR: 51926 Submitted by: maintainer
This commit is contained in:
parent
a6b3aa1e98
commit
66ecea4cba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81062
@ -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}
|
||||
@ -15,6 +15,7 @@ MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
@ -31,6 +32,8 @@ post-install:
|
||||
.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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (offlineimap_3.99.15.tar.gz) = 9a1f6ecea92170ae542c04c2a0da9de9
|
||||
MD5 (offlineimap_3.99.17.tar.gz) = 4b55bc64190791e73bfc198430cbc16c
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- offlineimap/repository/Maildir.py.orig Thu May 8 01:28:58 2003
|
||||
+++ offlineimap/repository/Maildir.py Thu May 8 01:29:22 2003
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
retval.append(folder.Maildir.MaildirFolder(self.root, foldername,
|
||||
self.getsep(), self, self.accountname))
|
||||
- if self.getsep() == '/':
|
||||
+ if self.getsep() == '/' and dirname != '.':
|
||||
# Check sub-directories for folders.
|
||||
retval.extend(self._getfolders_scandir(root, foldername))
|
||||
self.debug("_GETFOLDERS_SCANDIR RETURNING %s" % \
|
Loading…
Reference in New Issue
Block a user