Date: Mon, 6 Jan 2003 18:01:15 +0100 (CET) From: Udo Schweigert <udo.schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46806: maintainer-update Message-ID: <200301061701.h06H1FNT020019@alaska.cert.siemens.de>
next in thread | raw e-mail | index | archive | help
>Number: 46806 >Category: ports >Synopsis: maintainer-update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 06 09:10:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.7-STABLE FreeBSD 4.7-STABLE #37: Mon Dec 23 13:35:29 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of mail/mutt-devel: add grouping of PATCH_SITES and PATCHFILES. >How-To-Repeat: >Fix: diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Jan 6 15:12:05 2003 +++ ./Makefile Mon Jan 6 17:47:40 2003 @@ -101,18 +101,18 @@ .if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ defined(WITH_MUTT_QUOTE_PATCH) -PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ - http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ - ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ \ - ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ +PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ + http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/:vvv \ + ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/:vvv \ + ftp://ftp2.mutt.org.ua/pub/mutt/mutt-${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/ +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/ +PATCH_SITES+= http://home.woolridge.ca/mutt/patches/:dw .endif # XXX @@ -206,36 +206,36 @@ PATCH_DIST_STRIP= -p1 .if defined(WITH_MUTT_COMPRESSED_FOLDERS) -PATCHFILES+= patch-${PATCH_VERSION}.rr.compressed.gz +PATCHFILES+= patch-${PATCH_VERSION}.rr.compressed.gz:vvv CONFIGURE_ARGS+= --enable-compressed SGML_NEEDED= yes .endif .if defined(WITH_MUTT_NNTP) -PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz +PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz:vvv CONFIGURE_ARGS+= --enable-nntp SGML_NEEDED= yes .endif .if defined(WITH_MUTT_QUOTE_PATCH) -PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz \ - patch-${PATCH_VERSION}.vvv.quote.gz +PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz:vvv \ + patch-${PATCH_VERSION}.vvv.quote.gz:vvv SGML_NEEDED= yes .endif .if defined(WITH_MUTT_EDIT_THREADS) -PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.3 +PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.3:cd CONFIGURE_ARGS+= --enable-imap-edit-threads SGML_NEEDED= yes .endif .if defined(WITH_MUTT_SIGNATURE_MENU) -PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 +PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1:cd SGML_NEEDED= yes .endif .if defined(WITH_MUTT_IFDEF_PATCH) -PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 +PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1:cd SGML_NEEDED= yes .endif .if defined(WITH_MUTT_MBOX_HOOK_PATCH) .error The WITH_MUTT_MBOX_HOOK_PATCH option is currently not available -#PATCHFILES+= patch-${PATCH_VERSION}.dw.mbox-hook.1 +#PATCHFILES+= patch-${PATCH_VERSION}.dw.mbox-hook.1:dw .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301061701.h06H1FNT020019>