diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-06-16 21:11:17 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-06-16 21:11:17 +0000 |
commit | ab8162bc432fcd5f4f11eb1ce85806bc742b036c (patch) | |
tree | 7c76b98fe3aa8f663b7226d4ed4d997219a9513a /mail/offlineimap | |
parent | 4707076b2de92c63e54747ac9d964a6dc2e2d1ae (diff) | |
download | freebsd-ports-ab8162bc432fcd5f4f11eb1ce85806bc742b036c.zip |
- 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)
Diffstat (limited to 'mail/offlineimap')
-rw-r--r-- | mail/offlineimap/Makefile | 4 | ||||
-rw-r--r-- | mail/offlineimap/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 908a8540d702..9f07437248ec 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -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 diff --git a/mail/offlineimap/distinfo b/mail/offlineimap/distinfo index 700cf1e230f6..1ddcb94ffd95 100644 --- a/mail/offlineimap/distinfo +++ b/mail/offlineimap/distinfo @@ -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 |