diff options
author | dougb <dougb@FreeBSD.org> | 2006-10-16 05:15:24 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-10-16 05:15:24 +0800 |
commit | 5dbd82e07e0aec48e492782924495747b9018c5a (patch) | |
tree | c43b7d2504de2c2e9bfba09e96583373fce46846 /mail/pine4 | |
parent | ddfa2717c9ddae437faf21aa5b25bf669e4653cc (diff) | |
download | freebsd-ports-gnome-5dbd82e07e0aec48e492782924495747b9018c5a.tar.gz freebsd-ports-gnome-5dbd82e07e0aec48e492782924495747b9018c5a.tar.zst freebsd-ports-gnome-5dbd82e07e0aec48e492782924495747b9018c5a.zip |
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)
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 |