Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= mutt |
4 |
PORTNAME= mutt |
5 |
PORTVERSION= 1.5.24 |
5 |
PORTVERSION= 1.5.24 |
6 |
PORTREVISION?= 6 |
6 |
PORTREVISION?= 7 |
7 |
CATEGORIES+= mail ipv6 |
7 |
CATEGORIES+= mail ipv6 |
8 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |
8 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |
9 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ |
9 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ |
Lines 55-61
Link Here
|
55 |
OPTIONS_UNSET= NLS DOCS EXAMPLES |
55 |
OPTIONS_UNSET= NLS DOCS EXAMPLES |
56 |
.else |
56 |
.else |
57 |
OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \ |
57 |
OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \ |
58 |
GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ |
58 |
FORCEBASE64 GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ |
59 |
IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ |
59 |
IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ |
60 |
MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH \ |
60 |
MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH \ |
61 |
MIXMASTER NLS NNTP PARENT_CHILD_MATCH_PATCH \ |
61 |
MIXMASTER NLS NNTP PARENT_CHILD_MATCH_PATCH \ |
Lines 73-78
Link Here
|
73 |
SASL_DESC= SASL authentication |
73 |
SASL_DESC= SASL authentication |
74 |
DEBUG_DESC= Debugging capabilities |
74 |
DEBUG_DESC= Debugging capabilities |
75 |
FLOCK_DESC= flock() usage |
75 |
FLOCK_DESC= flock() usage |
|
|
76 |
FORCEBASE64_DESC= Option to force base64 encoding for compose |
76 |
GPGME_DESC= Gpgme interface |
77 |
GPGME_DESC= Gpgme interface |
77 |
GREETING_PATCH_DESC= Greeting support |
78 |
GREETING_PATCH_DESC= Greeting support |
78 |
HTML_DESC= HTML documentation |
79 |
HTML_DESC= HTML documentation |
Lines 284-289
Link Here
|
284 |
post-install-NNTP-on: |
285 |
post-install-NNTP-on: |
285 |
${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} |
286 |
${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} |
286 |
|
287 |
|
|
|
288 |
post-patch-FORCEBASE64-on: |
289 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-forcebase64 |
290 |
|
287 |
post-patch-GREETING_PATCH-on: |
291 |
post-patch-GREETING_PATCH-on: |
288 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-greeting |
292 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-greeting |
289 |
|
293 |
|