Lines 78-83
Link Here
|
78 |
ftp://ftp.mutt.org/mutt/devel/ |
78 |
ftp://ftp.mutt.org/mutt/devel/ |
79 |
DISTNAME= mutt-${PORTVERSION}i |
79 |
DISTNAME= mutt-${PORTVERSION}i |
80 |
|
80 |
|
|
|
81 |
PATCH_SITES= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ |
82 |
http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ |
83 |
ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ |
84 |
ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ |
85 |
http://cedricduval.free.fr/download/mutt/:cd \ |
86 |
http://home.woolridge.ca/mutt/patches/:dw |
87 |
|
81 |
MAINTAINER?= udo.schweigert@siemens.com |
88 |
MAINTAINER?= udo.schweigert@siemens.com |
82 |
COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) |
89 |
COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) |
83 |
|
90 |
|
Lines 109-130
Link Here
|
109 |
.endif |
116 |
.endif |
110 |
.if !defined(DW_PATCH_VERSION) |
117 |
.if !defined(DW_PATCH_VERSION) |
111 |
DW_PATCH_VERSION= ${PORTVERSION} |
118 |
DW_PATCH_VERSION= ${PORTVERSION} |
112 |
.endif |
|
|
113 |
|
114 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ |
115 |
defined(WITH_MUTT_QUOTE_PATCH) |
116 |
PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ |
117 |
http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ |
118 |
ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ |
119 |
ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv |
120 |
.endif |
121 |
|
122 |
.if defined(WITH_MUTT_EDIT_THREADS) || defined(WITH_MUTT_SIGNATURE_MENU) || \ |
123 |
defined(WITH_MUTT_IFDEF_PATCH) |
124 |
PATCH_SITES+= http://cedricduval.free.fr/download/mutt/:cd |
125 |
.endif |
126 |
.if defined(WITH_MUTT_MBOX_HOOK_PATCH) |
127 |
PATCH_SITES+= http://home.woolridge.ca/mutt/patches/:dw |
128 |
.endif |
119 |
.endif |
129 |
|
120 |
|
130 |
# XXX |
121 |
# XXX |