aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-13 15:26:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-13 15:26:13 +0000
commitb8374f12e41439f2fc1bb1f0acc35952b140b8d8 (patch)
tree35da4e094a6df830eecf2221e38f0813da67595e /mail/mutt
parentf132494f37b1c92ff83d966b765ace657b314e22 (diff)
downloadports-b8374f12e41439f2fc1bb1f0acc35952b140b8d8.tar.gz
ports-b8374f12e41439f2fc1bb1f0acc35952b140b8d8.zip
Notes
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile8
-rw-r--r--mail/mutt/distinfo6
-rw-r--r--mail/mutt/files/patch-gpgme18036
3 files changed, 7 insertions, 43 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 5c9171e90a09..3a038ff6f137 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= mutt
-PORTVERSION= 1.7.1
-PORTREVISION?= 2
+PORTVERSION= 1.7.2
+PORTREVISION?= 0
CATEGORIES+= mail ipv6
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
@@ -218,8 +218,8 @@ 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.7.0
-#RR_PATCH_VERSION= 1.7.0
+VVV_PATCH_VERSION= 1.7.1
+RR_PATCH_VERSION= 1.7.1
#GREETING_PATCH_VERSION= 1.7.0
.if !defined(VVV_PATCH_VERSION)
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index 40c171daceaf..75e22bfbe65f 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1476585934
-SHA256 (mutt/mutt-1.7.1.tar.gz) = e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df
-SIZE (mutt/mutt-1.7.1.tar.gz) = 4025008
+TIMESTAMP = 1480971443
+SHA256 (mutt/mutt-1.7.2.tar.gz) = 1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9
+SIZE (mutt/mutt-1.7.2.tar.gz) = 4025880
SHA256 (mutt/patch-1.7.1.rr.compressed.gz) = 97bc56bbc6b0312b87e8dfb68dd9b551edb9d6771bb1b52b1c6f63f51d0bd05b
SIZE (mutt/patch-1.7.1.rr.compressed.gz) = 9985
SHA256 (mutt/patch-1.7.1.vvv.nntp.gz) = 798db983e3d63d954bfd88e0b8771f806afddf0ae07cc9a03d27def355675687
diff --git a/mail/mutt/files/patch-gpgme180 b/mail/mutt/files/patch-gpgme180
deleted file mode 100644
index c69ef6466830..000000000000
--- a/mail/mutt/files/patch-gpgme180
+++ /dev/null
@@ -1,36 +0,0 @@
-Use gpgme hg commit 84ad86e8b8ab to support gpgme 1.8.0. This patch
-should be removed once mutt hg commit 84ad86e8b8ab is in an official
-release.
-
---- crypt-gpgme.c.orig 2016-11-27 02:22:51 UTC
-+++ crypt-gpgme.c
-@@ -4946,7 +4946,7 @@ int smime_gpgme_verify_sender (HEADER *h
- return verify_sender (h, GPGME_PROTOCOL_CMS);
- }
-
--void gpgme_set_sender (const char *sender)
-+void mutt_gpgme_set_sender (const char *sender)
- {
- mutt_error ("[setting sender] mailbox: %s\n", sender);
- FREE (&current_sender);
---- crypt-gpgme.h.orig 2016-11-27 02:22:51 UTC
-+++ crypt-gpgme.h
-@@ -53,6 +53,6 @@ int smime_gpgme_send_menu (HEADER *msg,
-
- int smime_gpgme_verify_sender (HEADER *h);
-
--void gpgme_set_sender (const char *sender);
-+void mutt_gpgme_set_sender (const char *sender);
-
- #endif
---- crypt-mod-pgp-gpgme.c.orig 2016-11-27 02:22:51 UTC
-+++ crypt-mod-pgp-gpgme.c
-@@ -104,7 +104,7 @@ static BODY *crypt_mod_pgp_make_key_atta
-
- static void crypt_mod_pgp_set_sender (const char *sender)
- {
-- gpgme_set_sender (sender);
-+ mutt_gpgme_set_sender (sender);
- }
-
- struct crypt_module_specs crypt_mod_pgp_gpgme =