Ticket #45650: Portfile-mailman.diff
File Portfile-mailman.diff, 1.7 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name mailman 7 version 2.1. 137 version 2.1.20 8 8 categories mail 9 9 license GPL-2 10 maintainers nomaintainer10 maintainers gmail.com:mschamschula openmaintainer 11 11 description Mailman, the GNU Mailing List Manager 12 12 long_description Mailman is free software for managing electronic \ 13 13 mail discussion and e-newsletter lists. Mailman is \ … … 18 18 filtering, digest delivery, spam filters, and more. 19 19 20 20 homepage http://www.list.org/ 21 master_sites sourceforge21 master_sites gnu 22 22 extract.suffix .tgz 23 23 24 checksums md5 3235323ccb3e0135c10b7c66a440390b \ 25 sha1 923dd78a17cbab576354b53a80443fe05f134398 \ 26 rmd160 3a62b04ea0f48c3ecbe815eb927d282f765e416c 24 checksums rmd160 b0147399baa57976a8eb5cc48b8ae6fb0aec7978 \ 25 sha256 522c2b5c5ab91398fdf949a8961162c314f6323cd1bfeb907e0fb2d88277711f 27 26 28 27 platforms darwin 29 28 30 depends_lib port:python26 29 depends_lib port:python27 \ 30 port:py27-dnspython 31 31 32 32 # Create a startupitem 33 33 startupitem.create yes … … 61 61 --with-cgi-gid=${cgigroup} \ 62 62 --with-cgi-ext=.cgi \ 63 63 --without-permcheck \ 64 --with-python=${prefix}/bin/python2. 664 --with-python=${prefix}/bin/python2.7 65 65 66 66 pre-destroot { 67 67 addgroup ${mmgroup}