Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2016 23:14:19 +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: r413797 - in head/mail/mailman: . files
Message-ID:  <201604222314.u3MNEJtP015523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Apr 22 23:14:18 2016
New Revision: 413797
URL: https://svnweb.freebsd.org/changeset/ports/413797

Log:
  Update to new upstream release 2.1.22.
  
  Changelog: http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1643/NEWS#L8

Deleted:
  head/mail/mailman/files/extra-patch-LP1551075
Modified:
  head/mail/mailman/Makefile
  head/mail/mailman/distinfo

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Fri Apr 22 20:44:21 2016	(r413796)
+++ head/mail/mailman/Makefile	Fri Apr 22 23:14:18 2016	(r413797)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	mailman
-DISTVERSION=	2.1.21
-PORTREVISION=	4
+DISTVERSION=	2.1.22
 CATEGORIES=	mail
 MASTER_SITES=	GNU \
 		SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
 		https://launchpad.net/mailman/${DISTVERSION:R}/${DISTVERSION}/+download/
-PATCH_SITES=	LOCAL/mandree
 DIST_SUBDIR=	mailman
 
+PATCH_SITES=	LOCAL/mandree
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	mandree@FreeBSD.org
@@ -112,16 +111,15 @@ MAIL_GID?=	_smtpd
 .if ${PORT_OPTIONS:MHTDIG}
 PKGNAMESUFFIX+=	-with-htdig
 # how to create PATCHFILES:
-#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1632?start_revid=1632
+#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643
 #X unpack this tarball, and the original distfile
-#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1632.patch.xz
+#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz
 #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory
-PATCHFILES+=	msapiro-htdig-1632.patch.xz
+PATCHFILES+=	msapiro-htdig-1643.patch.xz
 RUN_DEPENDS+=	htdig:textproc/htdig
 PLIST_SUB+=	SUB_HTDIG=""
 .else
 PLIST_SUB+=	SUB_HTDIG="@comment "
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-LP1551075
 .endif
 
 .if ${PORT_OPTIONS:MNAMAZU2}
@@ -157,6 +155,7 @@ post-patch:
 .if empty(PORT_OPTIONS:MNLS)
 	${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in
 .endif
+	${MV} ${WRKSRC}/configure.in ${WRKSRC}/configure.ac # suppress warning
 
 .if ${PORT_OPTIONS:MPOSTFIX}
 pre-configure:

Modified: head/mail/mailman/distinfo
==============================================================================
--- head/mail/mailman/distinfo	Fri Apr 22 20:44:21 2016	(r413796)
+++ head/mail/mailman/distinfo	Fri Apr 22 23:14:18 2016	(r413797)
@@ -1,4 +1,4 @@
-SHA256 (mailman/mailman-2.1.21.tgz) = fed33a18154deaa4e81a20798c814485ed4b2e5d8b42cf6d3d55867ff4f70843
-SIZE (mailman/mailman-2.1.21.tgz) = 9266286
-SHA256 (mailman/msapiro-htdig-1632.patch.xz) = 241128c0a10a0f4a31d62433de0cbdc7c96673ff5dd1012af70beb7658f9b38c
-SIZE (mailman/msapiro-htdig-1632.patch.xz) = 50956
+SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1
+SIZE (mailman/mailman-2.1.22.tgz) = 9267810
+SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c
+SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988



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