diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-10-15 21:15:24 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-10-15 21:15:24 +0000 |
commit | 03c0ae84e1b4e99e9c0f3803523cd38f0bbbfeb7 (patch) | |
tree | ee6a4ac7d390a85ce5d8d66a21f7b2a1b366875d /mail/pine4 | |
parent | 74368270a0c5eee491e56111b6a586fc94650d9c (diff) |
Add an OPTION for maildir support, and update to the latest version
of the maildir patch:
October 10, 2006
Fix a bug in the Courier driver that did not allow it to create non existent
folders when trying to save a message to a non-existent folder.
Approved by: portmgr (clement)
Notes
Notes:
svn path=/head/; revision=175340
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 1 | ||||
-rw-r--r-- | mail/pine4/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 69ba43f89753..1fb051360136 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -22,6 +22,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= PINE(tm) -- a Program for Internet News & Email OPTIONS= PICO "Build and install pico, the default editor" on \ + MAILDIR "Add a patch that provides maildir support" off \ LDAP "Add support for LDAP" off \ IPV6 "Add support for IPv6" off diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo index 1f9d2c516533..b07d453d84b6 100644 --- a/mail/pine4/distinfo +++ b/mail/pine4/distinfo @@ -1,6 +1,6 @@ MD5 (pine4.64.tar.gz) = 9cc68749675f1c35a2147a35d2c5b344 SHA256 (pine4.64.tar.gz) = c200646bc2e7128370be3b6d28d26944984a0d4003982762f97ee4aa142d183d SIZE (pine4.64.tar.gz) = 4218629 -MD5 (maildir.patch.gz) = 523b43b16b7c86d172b4180e8529a9b3 -SHA256 (maildir.patch.gz) = 6471c4f35e905aa90e9e510bfca14ba38a3c6b0a95c2c5b8fca1e407d87848f8 -SIZE (maildir.patch.gz) = 31040 +MD5 (maildir.patch.gz) = 241c3c4cd88de89ef43f7022210e4766 +SHA256 (maildir.patch.gz) = 09ad28b4fc7c801104597f8326061acafb78e04442de876ced46a8634a5160d5 +SIZE (maildir.patch.gz) = 31170 |