From owner-svn-ports-head@freebsd.org Fri Oct 27 21:04:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1A57E5107C; Fri, 27 Oct 2017 21:04:36 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 867F077473; Fri, 27 Oct 2017 21:04:36 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9RL4ZIS063852; Fri, 27 Oct 2017 21:04:35 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9RL4ZBe063850; Fri, 27 Oct 2017 21:04:35 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201710272104.v9RL4ZBe063850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 27 Oct 2017 21:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453025 - head/mail/mailman X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: head/mail/mailman X-SVN-Commit-Revision: 453025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 21:04:36 -0000 Author: mandree Date: Fri Oct 27 21:04:35 2017 New Revision: 453025 URL: https://svnweb.freebsd.org/changeset/ports/453025 Log: Update to new upstream release 2.1.25. This is a routine bug fix release with a minor new feature and some accessibility improvements for screen readers. Changelog: Modified: head/mail/mailman/Makefile head/mail/mailman/distinfo Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Fri Oct 27 20:02:25 2017 (r453024) +++ head/mail/mailman/Makefile Fri Oct 27 21:04:35 2017 (r453025) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.24 -PORTREVISION= 2 +DISTVERSION= 2.1.25 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -128,7 +128,8 @@ PKGNAMESUFFIX+= -with-htdig #X unpack this tarball, and the original distfile #X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1702.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1702.patch.xz +_HTDIGREV= 1717 +PATCHFILES+= msapiro-htdig-${_HTDIGREV}.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else Modified: head/mail/mailman/distinfo ============================================================================== --- head/mail/mailman/distinfo Fri Oct 27 20:02:25 2017 (r453024) +++ head/mail/mailman/distinfo Fri Oct 27 21:04:35 2017 (r453025) @@ -1,5 +1,5 @@ -TIMESTAMP = 1502457748 -SHA256 (mailman/mailman-2.1.24.tgz) = e723cbc9093f1e3e83aae09004fe8cc4f5e09112eccb157b215bad2aaf92dae4 -SIZE (mailman/mailman-2.1.24.tgz) = 9251020 -SHA256 (mailman/msapiro-htdig-1702.patch.xz) = 770b43d44b48e9d730ac842fe6eaefa2def669e497aaa1a78043b83b26573909 -SIZE (mailman/msapiro-htdig-1702.patch.xz) = 50864 +TIMESTAMP = 1509135818 +SHA256 (mailman/mailman-2.1.25.tgz) = 83a6dcbdc5356648db0ad03a0d55d4786071c04d4d6e69d5e95e1815975e0169 +SIZE (mailman/mailman-2.1.25.tgz) = 9254776 +SHA256 (mailman/msapiro-htdig-1717.patch.xz) = 9c272ce70507ece4f46b81a443540a2dbd68661d2f5db904e073782765b0e4a0 +SIZE (mailman/msapiro-htdig-1717.patch.xz) = 198620