- Unbreak by upgrading to 4.0.4 (previous version was removed
from the master site due to a discovered bug): * Reverted the header insertion point patch applied in 4.0.3. It has apparently caused header corruption. Pointed out by: pointyhat (via kris)
This commit is contained in:
parent
4707076b2d
commit
ab8162bc43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111631
2 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= offlineimap
|
||||
PORTVERSION= 4.0.3
|
||||
PORTVERSION= 4.0.4
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://gopher.quux.org:70/devel/offlineimap/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|||
MAINTAINER= sergei@FreeBSD.org
|
||||
COMMENT= Powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
BROKEN= Unfetchable
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS= ${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (offlineimap_4.0.3.tar.gz) = 360143778cba385e277719f1f9b078ba
|
||||
SIZE (offlineimap_4.0.3.tar.gz) = 440699
|
||||
MD5 (offlineimap_4.0.4.tar.gz) = 8a3f25fb790a8903cd68b0d64f0c02b0
|
||||
SIZE (offlineimap_4.0.4.tar.gz) = 441688
|
||||
|
|
Loading…
Reference in a new issue