Ticket #24785: mailman-2.1.13.txt

File mailman-2.1.13.txt, 1.3 KB (added by mfisher@…, 14 years ago)
Line 
1--- Portfile.orig       2010-05-15 16:04:45.000000000 -0400
2+++ Portfile    2010-05-15 16:08:56.000000000 -0400
3@@ -1,9 +1,10 @@
4 # $Id: Portfile 51955 2009-06-07 10:04:10Z arthurk@macports.org $
5+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
6 
7 PortSystem             1.0
8 
9 name                   mailman
10-version                        2.1.12
11+version                        2.1.13
12 categories             mail
13 maintainers            nomaintainer
14 description            Mailman, the GNU Mailing List Manager
15@@ -18,13 +19,13 @@
16 homepage               http://www.list.org/
17 master_sites           sourceforge
18 extract.suffix         .tgz
19-checksums           md5     d565a6d2d0ec6d2dd6936a81e1c1ca86 \
20-                    sha1    6d6281f7ce322e271f0259321f4d8931ff46e6ae \
21-                    rmd160  94d8d132bb37180bf4c02ccd2a5fb3862ce13b94
22+checksums              md5     3235323ccb3e0135c10b7c66a440390b \
23+                       sha1    923dd78a17cbab576354b53a80443fe05f134398 \
24+                       rmd160  3a62b04ea0f48c3ecbe815eb927d282f765e416c
25 
26 platforms              darwin
27 
28-depends_lib            port:python25
29+depends_lib            port:python26
30 
31 # Create a startupitem
32 startupitem.create     yes
33@@ -58,7 +59,7 @@
34                        --with-cgi-gid=${cgigroup} \
35                        --with-cgi-ext=.cgi \
36                        --without-permcheck \
37-                       --with-python=${prefix}/bin/python2.5
38+                       --with-python=${prefix}/bin/python2.6
39 
40 pre-destroot {
41        addgroup        ${mmgroup}