Lines 67-81
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 |
71 |
#PORTREVISION?= 0 |
72 |
CATEGORIES+= mail |
72 |
CATEGORIES+= mail |
73 |
.if defined(WITH_MUTT_NNTP) |
73 |
.if defined(WITH_MUTT_NNTP) |
74 |
CATEGORIES+= news |
74 |
CATEGORIES+= news |
75 |
.endif |
75 |
.endif |
76 |
MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ |
76 |
MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ |
77 |
ftp://ftp.parodius.com/pub/mutt/devel/ \ |
77 |
ftp://ftp.parodius.com/pub/mutt/devel/ \ |
78 |
ftp://ftp.mutt.org/pub/mutt/devel/ |
78 |
ftp://ftp.mutt.org/mutt/devel/ |
79 |
DISTNAME= mutt-${PORTVERSION}i |
79 |
DISTNAME= mutt-${PORTVERSION}i |
80 |
|
80 |
|
81 |
MAINTAINER= udo.schweigert@siemens.com |
81 |
MAINTAINER= udo.schweigert@siemens.com |
Lines 220-239
Link Here
|
220 |
SGML_NEEDED= yes |
220 |
SGML_NEEDED= yes |
221 |
.endif |
221 |
.endif |
222 |
.if defined(WITH_MUTT_EDIT_THREADS) |
222 |
.if defined(WITH_MUTT_EDIT_THREADS) |
223 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 |
223 |
.error The WITH_MUTT_EDIT_THREADS option is currently not available |
|
|
224 |
#PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 |
224 |
CONFIGURE_ARGS+= --enable-imap-edit-threads |
225 |
CONFIGURE_ARGS+= --enable-imap-edit-threads |
225 |
SGML_NEEDED= yes |
226 |
SGML_NEEDED= yes |
226 |
.endif |
227 |
.endif |
227 |
.if defined(WITH_MUTT_SIGNATURE_MENU) |
228 |
.if defined(WITH_MUTT_SIGNATURE_MENU) |
228 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 |
229 |
.error The WITH_MUTT_SIGNATURE_MENU option is currently not available |
|
|
230 |
#PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 |
229 |
SGML_NEEDED= yes |
231 |
SGML_NEEDED= yes |
230 |
.endif |
232 |
.endif |
231 |
.if defined(WITH_MUTT_IFDEF_PATCH) |
233 |
.if defined(WITH_MUTT_IFDEF_PATCH) |
232 |
PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 |
234 |
.error The WITH_MUTT_IFDEF_PATCH option is currently not available |
|
|
235 |
#PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 |
233 |
SGML_NEEDED= yes |
236 |
SGML_NEEDED= yes |
234 |
.endif |
237 |
.endif |
235 |
.if defined(WITH_MUTT_MBOX_HOOK_PATCH) |
238 |
.if defined(WITH_MUTT_MBOX_HOOK_PATCH) |
236 |
PATCHFILES+= patch-1.5.1.dw.mbox-hook.1 |
239 |
.error The WITH_MUTT_MBOX_HOOK_PATCH option is currently not available |
|
|
240 |
#PATCHFILES+= patch-1.5.1.dw.mbox-hook.1 |
237 |
.endif |
241 |
.endif |
238 |
|
242 |
|
239 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |
243 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |