aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-09-12 02:29:53 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-09-12 02:29:53 +0000
commit9d95d69a95552af469bc6aaada16652259ec2b8b (patch)
treee06150f7d47a15214f0aedeb0f63f9f4d27b57d7 /mail/mutt/Makefile
parentb267ac4371ae795341c75813bc10a5f179868a43 (diff)
downloadports-9d95d69a95552af469bc6aaada16652259ec2b8b.tar.gz
ports-9d95d69a95552af469bc6aaada16652259ec2b8b.zip
Update VVV patch to support 1.9.0, and unbreak the NNTP option.
PR: 222244 Submitted by: maintainer (dereks lifeofadishwasher com)
Notes
Notes: svn path=/head/; revision=449669
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r--mail/mutt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 1038c8aef0f7..b0647c658731 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mutt
PORTVERSION= 1.9.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= mail ipv6
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
@@ -201,7 +201,6 @@ NNTP_PATCHFILES= patch-${VVV_PATCH_VERSION}.vvv.nntp.gz:-p1:vvv
NNTP_CONFIGURE_ON= --enable-nntp
NNTP_VARS= XML_NEEDED=yes
NNTP_CATEGORIES= news
-NNTP_BROKEN= NNTP fails to apply to 1.9.0
SIDEBAR_CONFIGURE_ENABLE= sidebar
@@ -210,7 +209,7 @@ DOCS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-doc-ref
.include <bsd.port.options.mk>
# un/comment as each VERSION is created for PORTVERSION
-VVV_PATCH_VERSION= 1.8.3
+#VVV_PATCH_VERSION= 1.8.3
#GREETING_PATCH_VERSION= 1.8.3
.if !defined(VVV_PATCH_VERSION)