|
Lines 67-74
Link Here
|
| 67 |
# WITH_MUTT_IFDEF_PATCH |
67 |
# WITH_MUTT_IFDEF_PATCH |
| 68 |
|
68 |
|
| 69 |
PORTNAME= mutt-devel |
69 |
PORTNAME= mutt-devel |
| 70 |
PORTVERSION= 1.5.1 |
70 |
PORTVERSION= 1.5.2 |
| 71 |
PORTREVISION?= 4 |
|
|
| 72 |
CATEGORIES+= mail |
71 |
CATEGORIES+= mail |
| 73 |
.if defined(WITH_MUTT_NNTP) |
72 |
.if defined(WITH_MUTT_NNTP) |
| 74 |
CATEGORIES+= news |
73 |
CATEGORIES+= news |
|
Lines 107-120
Link Here
|
| 107 |
ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ |
106 |
ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ |
| 108 |
.endif |
107 |
.endif |
| 109 |
|
108 |
|
| 110 |
.if defined(WITH_MUTT_EDIT_THREADS) || defined(WITH_MUTT_SIGNATURE_MENU) || \ |
|
|
| 111 |
defined(WITH_MUTT_IFDEF_PATCH) |
| 112 |
PATCH_SITES+= http://cedricduval.free.fr/download/mutt/ |
| 113 |
.endif |
| 114 |
.if defined(WITH_MUTT_MBOX_HOOK_PATCH) |
| 115 |
PATCH_SITES+= http://home.woolridge.ca/mutt/patches/ |
| 116 |
.endif |
| 117 |
|
| 118 |
# XXX |
109 |
# XXX |
| 119 |
# this should be done automagically by aclocal but .... |
110 |
# this should be done automagically by aclocal but .... |
| 120 |
# for now, this will have to do |
111 |
# for now, this will have to do |
|
Lines 218-239
Link Here
|
| 218 |
PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz \ |
209 |
PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz \ |
| 219 |
patch-${PATCH_VERSION}.vvv.quote.gz |
210 |
patch-${PATCH_VERSION}.vvv.quote.gz |
| 220 |
SGML_NEEDED= yes |
211 |
SGML_NEEDED= yes |
| 221 |
.endif |
|
|
| 222 |
.if defined(WITH_MUTT_EDIT_THREADS) |
| 223 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 |
| 224 |
CONFIGURE_ARGS+= --enable-imap-edit-threads |
| 225 |
SGML_NEEDED= yes |
| 226 |
.endif |
| 227 |
.if defined(WITH_MUTT_SIGNATURE_MENU) |
| 228 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 |
| 229 |
SGML_NEEDED= yes |
| 230 |
.endif |
| 231 |
.if defined(WITH_MUTT_IFDEF_PATCH) |
| 232 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 |
| 233 |
SGML_NEEDED= yes |
| 234 |
.endif |
| 235 |
.if defined(WITH_MUTT_MBOX_HOOK_PATCH) |
| 236 |
PATCHFILES+= patch-1.5.1.dw.mbox-hook.1 |
| 237 |
.endif |
212 |
.endif |
| 238 |
|
213 |
|
| 239 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |
214 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |