summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-15 10:12:45 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-15 10:12:45 +0000
commit538cabf76932538b4c2cc8d8201107c66757429e (patch)
tree93bcc1690703a6082b2c5e8132b0347cf15955b7 /mail/mutt-devel
parentUpdate to 0.99.17.165 (diff)
- Update the sidebar patch to 20060225
- Add WITH_MUTT_ASSUMED_CHARSET_PATCH knob - Bump PORTREVISION PR: ports/93906 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=157173
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile24
-rw-r--r--mail/mutt-devel/distinfo9
2 files changed, 26 insertions, 7 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 2cbb71d118aa..867f265956b6 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -92,13 +92,16 @@
# If you do not want mutt to use the flock() function define:
# WITHOUT_MUTT_FLOCK
#
-# If you want to enable reverse_reply option define:
+# If you want to enable the reverse_reply option define:
# WITH_MUTT_REVERSE_REPLY_PATCH
#
+# If you want to enable the assumed_charset option define:
+# WITH_MUTT_ASSUMED_CHARSET_PATCH
+#
PORTNAME= mutt-devel
PORTVERSION= 1.5.11
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES+= mail ipv6
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
@@ -126,7 +129,8 @@ PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \
ftp://ftp3.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \
http://cedricduval.free.fr/mutt/patches/download/:cd \
http://home.woolridge.ca/mutt/patches/:dw \
- http://www.spinnaker.de/mutt/compressed/:rr
+ http://www.spinnaker.de/mutt/compressed/:rr \
+ http://www.emaillab.org/mutt/${AC_PATCH_VERSION}/:jp
MAINTAINER?= udo.schweigert@siemens.com
COMMENT?= The Mongrel of Mail User Agents (development version)
@@ -158,6 +162,7 @@ SCRIPTS_ENV= WRKDIR="${WRKDIR}"
CD_PATCH_VERSION= 1.5.5.1
CD_IFDEF_PATCH_VERSION= 1.5.4
DW_PATCH_VERSION= 1.5.6
+AC_PATCH_VERSION= 1.5.9
.if !defined(VVV_PATCH_VERSION)
VVV_PATCH_VERSION= ${PORTVERSION}
.endif
@@ -176,6 +181,9 @@ DW_PATCH_VERSION= ${PORTVERSION}
.if !defined(DW_MBOX_PATCH_VERSION)
DW_MBOX_PATCH_VERSION= ${DW_PATCH_VERSION}
.endif
+.if !defined(AC_PATCH_VERSION)
+AC_PATCH_VERSION= ${PORTVERSION}
+.endif
.if defined(WITH_MUTT_MAILDIR_HEADER_CACHE)
WITH_MUTT_IMAP_HEADER_CACHE= yes
.endif
@@ -190,6 +198,11 @@ IGNORE= cannot install: the WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_NNTP are not c
IGNORE= cannot install: the WITH_MUTT_SIDEBAR_PATCH and WITH_MUTT_SIGNATURE_MENU are not compatible
.endif
.endif
+.if defined(WITH_MUTT_ASSUMED_CHARSET_PATCH)
+.if defined(WITH_MUTT_NNTP)
+IGNORE= cannot install: the WITH_MUTT_ASSUMED_CHARSET_PATCH and WITH_MUTT_NNTP are not compatible
+.endif
+.endif
.if defined (MUTT_LITE)
WITHOUT_MUTT_XML= yes
@@ -396,7 +409,7 @@ pre-patch::
PATCHFILES+= p0-patch-${DW_MBOX_PATCH_VERSION}.dw.mbox-hook.1:dw
.endif
.if defined(WITH_MUTT_SIDEBAR_PATCH)
-SIDEBAR_PATCH= patch-1.5.11.sidebar.20060127.txt
+SIDEBAR_PATCH= patch-1.5.11.sidebar.20060225.txt
DISTFILES+= ${SIDEBAR_PATCH}:thomer
XML_NEEDED= yes
pre-patch::
@@ -405,6 +418,9 @@ pre-patch::
${WRKDIR}/patch-sidebar
@${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/patch-sidebar
.endif
+.if defined(WITH_MUTT_ASSUMED_CHARSET_PATCH)
+PATCHFILES+= patch-${AC_PATCH_VERSION}.tt.assumed_charset.2.gz:jp
+.endif
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//}
MAN1= mutt.1 mutt_dotlock.1 flea.1 muttbug.1
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 82a43b7f0377..625ac2f5e6be 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -19,6 +19,9 @@ SIZE (mutt/patch-1.5.11.vvv.quote.gz) = 1958
MD5 (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = 9e29a6778ab07a4de3442691e4573fea
SHA256 (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = ec9511b86a595f9b4f1f96b05d9e9e12e997bc62b0a0f2b5a36e2817dee61406
SIZE (mutt/p0-patch-1.5.6.dw.mbox-hook.1) = 6405
-MD5 (mutt/patch-1.5.11.sidebar.20060127.txt) = fa28f836623356cde6d91e9ea4514e62
-SHA256 (mutt/patch-1.5.11.sidebar.20060127.txt) = 7a0a5378c0771e179bcc6558cebae9cbcea83bcfd17f14dda86d974dd1d59d2d
-SIZE (mutt/patch-1.5.11.sidebar.20060127.txt) = 47451
+MD5 (mutt/patch-1.5.9.tt.assumed_charset.2.gz) = 45cacc5155f1865ace31c72e2bffee63
+SHA256 (mutt/patch-1.5.9.tt.assumed_charset.2.gz) = 41ae6d049d2d39c3bb01d534a760372ec571bc51e90c259f529c477aa41d3d7e
+SIZE (mutt/patch-1.5.9.tt.assumed_charset.2.gz) = 2555
+MD5 (mutt/patch-1.5.11.sidebar.20060225.txt) = a1d5726cfcd6ddb55c40491b2567f6db
+SHA256 (mutt/patch-1.5.11.sidebar.20060225.txt) = 2bdc62298cffed83854a83a1ad100fdf8285dd6d9bfb59a818e5cf4dc5d2b700
+SIZE (mutt/patch-1.5.11.sidebar.20060225.txt) = 47547