From 6ecf2d074270461d081865a475c310dd49d834a8 Mon Sep 17 00:00:00 2001 From: roam Date: Fri, 28 Mar 2003 07:07:33 +0000 Subject: Fix PATCH_SITES for the package building case (e.g. bento). PR: 50383 Submitted by: maintainer --- mail/mutt-devel/Makefile | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'mail/mutt-devel') diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 706a7746fb67..d54721499a84 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -78,6 +78,13 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.mutt.org/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i +PATCH_SITES= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ + http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ + ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ + ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ + http://cedricduval.free.fr/download/mutt/:cd \ + http://home.woolridge.ca/mutt/patches/:dw + MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) @@ -111,22 +118,6 @@ CD_PATCH_VERSION= ${PORTVERSION} DW_PATCH_VERSION= ${PORTVERSION} .endif -.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ - defined(WITH_MUTT_QUOTE_PATCH) -PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ - http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \ - ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \ - ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv -.endif - -.if defined(WITH_MUTT_EDIT_THREADS) || defined(WITH_MUTT_SIGNATURE_MENU) || \ - defined(WITH_MUTT_IFDEF_PATCH) -PATCH_SITES+= http://cedricduval.free.fr/download/mutt/:cd -.endif -.if defined(WITH_MUTT_MBOX_HOOK_PATCH) -PATCH_SITES+= http://home.woolridge.ca/mutt/patches/:dw -.endif - # XXX # this should be done automagically by aclocal but .... # for now, this will have to do -- cgit