Revision: 148178 https://trac.macports.org/changeset/148178 Author: mps@macports.org Date: 2016-04-28 16:07:28 -0700 (Thu, 28 Apr 2016) Log Message: ----------- mailman: update to 2.1.22 Modified Paths: -------------- trunk/dports/mail/mailman/Portfile Modified: trunk/dports/mail/mailman/Portfile =================================================================== --- trunk/dports/mail/mailman/Portfile 2016-04-28 22:06:39 UTC (rev 148177) +++ trunk/dports/mail/mailman/Portfile 2016-04-28 23:07:28 UTC (rev 148178) @@ -4,11 +4,11 @@ PortSystem 1.0 name mailman -version 2.1.20 +version 2.1.22 categories mail platforms darwin license GPL-2 -maintainers gmail.com:mschamschula openmaintainer +maintainers mps openmaintainer description Mailman, the GNU Mailing List Manager long_description Mailman is free software for managing electronic \ @@ -25,8 +25,8 @@ master_sites gnu extract.suffix .tgz -checksums rmd160 b0147399baa57976a8eb5cc48b8ae6fb0aec7978 \ - sha256 522c2b5c5ab91398fdf949a8961162c314f6323cd1bfeb907e0fb2d88277711f +checksums rmd160 713a6ded6d9a0fa0e1654bf9db123747d6417fbb \ + sha256 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 # Create a startupitem startupitem.create yes @@ -103,7 +103,7 @@ # Check installation under destroot system "cd ${destroot}${sharedir} && \ - DESTDIR=${destroot} PYTHONPATH=.:./pythonlib ./bin/check_perms" + DESTDIR=${destroot} PYTHONPATH=.:./Mailman ./bin/check_perms" # Don't register config files to the port so changes are preserved # across upgrades.