From owner-svn-ports-all@freebsd.org Mon Feb 29 23:33:26 2016 Return-Path: Delivered-To: svn-ports-all@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 13C8EAB91D4; Mon, 29 Feb 2016 23:33:26 +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 CA5B7B; Mon, 29 Feb 2016 23:33:25 +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 u1TNXO75037543; Mon, 29 Feb 2016 23:33:24 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1TNXOKW037540; Mon, 29 Feb 2016 23:33:24 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201602292333.u1TNXOKW037540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Feb 2016 23:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409835 - head/mail/mailman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 23:33:26 -0000 Author: mandree Date: Mon Feb 29 23:33:24 2016 New Revision: 409835 URL: https://svnweb.freebsd.org/changeset/ports/409835 Log: Upgrade to new release 2.1.21. Disable HTDIG option. Disable experimental HTDIG integration option, the relevant ht://Dig patch no longer fits. Changelog: https://launchpad.net/mailman/2.1/2.1.21 Modified: head/mail/mailman/Makefile head/mail/mailman/distinfo head/mail/mailman/pkg-plist Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Mon Feb 29 23:23:45 2016 (r409834) +++ head/mail/mailman/Makefile Mon Feb 29 23:33:24 2016 (r409835) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.20 -PORTREVISION= 2 +DISTVERSION= 2.1.21 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -64,7 +63,7 @@ PORTDOCS= ACKNOWLEDGMENTS BUGS FAQ INSTA OPTIONS_SINGLE= MTA OPTIONS_SINGLE_MTA= COURIER EXIM4 OPENSMTPD POSTFIX SENDMAIL -OPTIONS_DEFINE= HTDIG NAMAZU2 NLS DOCS +OPTIONS_DEFINE= NAMAZU2 NLS DOCS # HTDIG defunct in 2.1.21 OPTIONS_DEFAULT= SENDMAIL COURIER_DESC= for use with courier EXIM4_DESC= for use with exim4 Modified: head/mail/mailman/distinfo ============================================================================== --- head/mail/mailman/distinfo Mon Feb 29 23:23:45 2016 (r409834) +++ head/mail/mailman/distinfo Mon Feb 29 23:33:24 2016 (r409835) @@ -1,4 +1,4 @@ -SHA256 (mailman/mailman-2.1.20.tgz) = 522c2b5c5ab91398fdf949a8961162c314f6323cd1bfeb907e0fb2d88277711f -SIZE (mailman/mailman-2.1.20.tgz) = 9204867 +SHA256 (mailman/mailman-2.1.21.tgz) = fed33a18154deaa4e81a20798c814485ed4b2e5d8b42cf6d3d55867ff4f70843 +SIZE (mailman/mailman-2.1.21.tgz) = 9266286 SHA256 (mailman/index_htdig.patch.2.1.20) = 6b47c01b3d65b280829adc8d937e0e8b42d175cceb2a5bc7518e46819f960ac2 SIZE (mailman/index_htdig.patch.2.1.20) = 324328 Modified: head/mail/mailman/pkg-plist ============================================================================== --- head/mail/mailman/pkg-plist Mon Feb 29 23:23:45 2016 (r409834) +++ head/mail/mailman/pkg-plist Mon Feb 29 23:33:24 2016 (r409835) @@ -1,5 +1,5 @@ -@unexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi -@unexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc +@postunexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi +@postunexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc %%IMGDIR%%/mailman-large.jpg %%IMGDIR%%/gnu-head-tiny.jpg %%IMGDIR%%/mailman.jpg @@ -308,7 +308,7 @@ %%MMDIR%%/Mailman/i18n.py %%MMDIR%%/Mailman/i18n.pyc %%MMDIR%%/Mailman/mm_cfg.py.dist -@exec [ -f %B/mm_cfg.py ] || cp %B/%f %B/mm_cfg.py +@postexec [ -f %B/mm_cfg.py ] || cp %B/%f %B/mm_cfg.py %%MMDIR%%/Mailman/versions.py %%MMDIR%%/Mailman/versions.pyc %%MMDIR%%/bin/FreeBSD-post-install @@ -379,7 +379,7 @@ %%MMDIR%%/cron/mailpasswds %%MMDIR%%/cron/nightly_gzip %%SUB_HTDIG%%%%MMDIR%%/cron/nightly_htdig -@unexec rm -f %%MMDIR%%/cron/paths.pyc +@postunexec rm -f %%MMDIR%%/cron/paths.pyc %%MMDIR%%/cron/paths.py %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl @@ -716,6 +716,7 @@ %%NLS%%%%MMDIR%%/templates/da/unsubauth.txt %%NLS%%%%MMDIR%%/templates/da/userpass.txt %%NLS%%%%MMDIR%%/templates/da/verify.txt +%%NLS%%%%MMDIR%%/templates/de/adminaddrchgack.txt %%NLS%%%%MMDIR%%/templates/de/admindbdetails.html %%NLS%%%%MMDIR%%/templates/de/admindbpreamble.html %%NLS%%%%MMDIR%%/templates/de/admindbsummary.html @@ -1351,6 +1352,7 @@ %%NLS%%%%MMDIR%%/templates/it/verify.txt %%NLS%%%%MMDIR%%/templates/it/probe.txt %%NLS%%%%MMDIR%%/templates/ja/probe.txt +%%NLS%%%%MMDIR%%/templates/ja/adminaddrchgack.txt %%NLS%%%%MMDIR%%/templates/ja/admindbdetails.html %%NLS%%%%MMDIR%%/templates/ja/admindbpreamble.html %%NLS%%%%MMDIR%%/templates/ja/admindbsummary.html @@ -1555,9 +1557,6 @@ %%NLS%%%%MMDIR%%/templates/no/unsubauth.txt %%NLS%%%%MMDIR%%/templates/no/userpass.txt %%NLS%%%%MMDIR%%/templates/no/verify.txt -%%NLS%%%%MMDIR%%/templates/pl/admindbdetails.html -%%NLS%%%%MMDIR%%/templates/pl/admindbpreamble.html -%%NLS%%%%MMDIR%%/templates/pl/admindbsummary.html %%NLS%%%%MMDIR%%/templates/pl/adminsubscribeack.txt %%NLS%%%%MMDIR%%/templates/pl/adminunsubscribeack.txt %%NLS%%%%MMDIR%%/templates/pl/admlogin.html @@ -1573,11 +1572,9 @@ %%NLS%%%%MMDIR%%/templates/pl/article.html %%NLS%%%%MMDIR%%/templates/pl/bounce.txt %%NLS%%%%MMDIR%%/templates/pl/checkdbs.txt -%%NLS%%%%MMDIR%%/templates/pl/convert.txt %%NLS%%%%MMDIR%%/templates/pl/cronpass.txt %%NLS%%%%MMDIR%%/templates/pl/disabled.txt %%NLS%%%%MMDIR%%/templates/pl/emptyarchive.html -%%NLS%%%%MMDIR%%/templates/pl/headfoot.html %%NLS%%%%MMDIR%%/templates/pl/help.txt %%NLS%%%%MMDIR%%/templates/pl/invite.txt %%NLS%%%%MMDIR%%/templates/pl/listinfo.html