svn commit: r522974 - head/mail/mutt

Kurt Jaeger pi at FreeBSD.org
Mon Jan 13 20:23:03 UTC 2020


Author: pi
Date: Mon Jan 13 20:23:02 2020
New Revision: 522974
URL: https://svnweb.freebsd.org/changeset/ports/522974

Log:
  mail/mutt: upgrade 1.13.2 -> 1.13.3
  
  - This is a bug fix release, fixing exit screen handling and a possible
    segv on imap-logout-all.
  
  PR:		243304
  Submitted by:	dereks at lifeofadishwasher.com (maintainer)
  Relnotes:	https://marc.info/?l=mutt-users&m=157886764632256&w=2

Modified:
  head/mail/mutt/Makefile
  head/mail/mutt/distinfo

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Mon Jan 13 20:09:34 2020	(r522973)
+++ head/mail/mutt/Makefile	Mon Jan 13 20:23:02 2020	(r522974)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mutt
-DISTVERSION=	1.13.2
+DISTVERSION=	1.13.3
 CATEGORIES+=	mail
 MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/ \
 		ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
@@ -193,7 +193,7 @@ DOCS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-doc-ref
 
 # un/comment as each VERSION is created for PORTVERSION
 VVV_PATCH_VERSION=	1.12.1
-GREETING_PATCH_VERSION=	1.13.1
+GREETING_PATCH_VERSION=	1.13.2
 
 post-patch-NNTP-on:
 # Restore timestamps for autotools sources

Modified: head/mail/mutt/distinfo
==============================================================================
--- head/mail/mutt/distinfo	Mon Jan 13 20:09:34 2020	(r522973)
+++ head/mail/mutt/distinfo	Mon Jan 13 20:23:02 2020	(r522974)
@@ -1,8 +1,8 @@
-TIMESTAMP = 1576710333
-SHA256 (mutt/mutt-1.13.2.tar.gz) = 2f73931bff408ef64b829f595b0daf83ac818d154458952040b70482e6769e74
-SIZE (mutt/mutt-1.13.2.tar.gz) = 4895334
-SHA256 (mutt/mutt-1.13.1.vc.greeting) = b11fcfad1f53f16f89a8ecc334fba615698f5bcaa9373fd487a6c9d95c3872ad
-SIZE (mutt/mutt-1.13.1.vc.greeting) = 4573
+TIMESTAMP = 1578869944
+SHA256 (mutt/mutt-1.13.3.tar.gz) = 78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378
+SIZE (mutt/mutt-1.13.3.tar.gz) = 4896808
+SHA256 (mutt/mutt-1.13.2.vc.greeting) = b11fcfad1f53f16f89a8ecc334fba615698f5bcaa9373fd487a6c9d95c3872ad
+SIZE (mutt/mutt-1.13.2.vc.greeting) = 4573
 SHA256 (mutt/patch-1.12.1.vvv.nntp.xz) = 9c420584d549ac0bb49c52ddfd2ab5bee0f89e59cb938673444ec27ad7c782ad
 SIZE (mutt/patch-1.12.1.vvv.nntp.xz) = 49672
 SHA256 (mutt/patch-1.12.1.vvv.initials.xz) = 6c66fe6c23362b0f4970a5028a75a33454e1e53ba178e5801113939f1bc22920


More information about the svn-ports-head mailing list