Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2020 10:04:48 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540696 - in head/mail/mailman: . files
Message-ID:  <202006281004.05SA4mbq007147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Jun 28 10:04:47 2020
New Revision: 540696
URL: https://svnweb.freebsd.org/changeset/ports/540696

Log:
  mail/mailman: update to 2.1.34 (bugfixes)
  
  Changelog:
  http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1859/NEWS#L8
  
  (Note the ValueError fix was already in FreeBSD's 2.1.33_1 and
  - on quarterly - the 2.1.30_5 port/package versions.)
  
  Follow POLA:
  No MFH requested, as 2020Q2 and head/ have diverged too far,
  so let 2020Q3 pick up the change instead.

Deleted:
  head/mail/mailman/files/patch-zzz-bzr-1850
Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/distinfo

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Sun Jun 28 09:35:07 2020	(r540695)
+++ head/mail/mailman/Makefile	Sun Jun 28 10:04:47 2020	(r540696)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mailman
-DISTVERSION=	2.1.33
-PORTREVISION=	1
+DISTVERSION=	2.1.34
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@@ -128,11 +127,11 @@ MAIL_GID?=	_smtpd
 PKGNAMESUFFIX+=	-with-htdig
 # how to create PATCHFILES:
 #X identify what is the version of msapiro's patches corresponding to the release.
-#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1815
+#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1822
 #X unpack this tarball, and the original distfile
-#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1815.patch.xz
+#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1822.patch.xz
 #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory
-_HTDIGREV=	1815
+_HTDIGREV=	1822
 PATCHFILES+=	msapiro-htdig-${_HTDIGREV}.patch.xz
 RUN_DEPENDS+=	htdig:textproc/htdig
 PLIST_SUB+=	SUB_HTDIG=""

Modified: head/mail/mailman/distinfo
==============================================================================
--- head/mail/mailman/distinfo	Sun Jun 28 09:35:07 2020	(r540695)
+++ head/mail/mailman/distinfo	Sun Jun 28 10:04:47 2020	(r540696)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1588881655
-SHA256 (mailman/mailman-2.1.33.tgz) = 6d7e81753c78120f479a275ea623194cac188a3daf301eb76aa9d39a942d5234
-SIZE (mailman/mailman-2.1.33.tgz) = 9412979
-SHA256 (mailman/msapiro-htdig-1815.patch.xz) = 740aeb99b1e25706ad32bd73ac2035f758b5ec566856d6816aed76496931563b
-SIZE (mailman/msapiro-htdig-1815.patch.xz) = 50408
+TIMESTAMP = 1593337994
+SHA256 (mailman/mailman-2.1.34.tgz) = daeec8917f75620be1397833fe81293b9a6af528aa1ed0020f5a888b86102389
+SIZE (mailman/mailman-2.1.34.tgz) = 9414225
+SHA256 (mailman/msapiro-htdig-1822.patch.xz) = fa1da6fb7c0946a6723bc2766501c222fa73c8d794566a3b6e5718a7d1840265
+SIZE (mailman/msapiro-htdig-1822.patch.xz) = 50700



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006281004.05SA4mbq007147>