[49740] trunk/dports/www

blb at macports.org blb at macports.org
Thu Apr 16 22:41:01 PDT 2009


Revision: 49740
          http://trac.macports.org/changeset/49740
Author:   blb at macports.org
Date:     2009-04-16 22:40:59 -0700 (Thu, 16 Apr 2009)
Log Message:
-----------
New port - www/mod_python26, Apache2 module that embeds Python 2.6 within the server

Modified Paths:
--------------
    trunk/dports/www/mod_python26/Portfile

Added Paths:
-----------
    trunk/dports/www/mod_python26/

Modified: trunk/dports/www/mod_python26/Portfile
===================================================================
--- trunk/dports/www/mod_python25/Portfile	2009-04-16 21:52:49 UTC (rev 49725)
+++ trunk/dports/www/mod_python26/Portfile	2009-04-17 05:40:59 UTC (rev 49740)
@@ -2,12 +2,11 @@
 
 PortSystem 1.0
 
-name			mod_python25
+name			mod_python26
 version			3.3.1
-revision		3
 categories		www python
 platforms		darwin
-maintainers		mww jwa
+maintainers		blb openmaintainer
 description		Apache2 module that embeds Python within the server.
 long_description	Mod_python is an Apache 2 module that embeds the \
     Python interpreter within the server. With mod_python \
@@ -24,14 +23,14 @@
 checksums		sha1 e538170fd78e09408b6d8593da980b126a0fef93
 
 depends_build	port:flex
-depends_lib		port:apache2 port:python25
+depends_lib		port:apache2 port:python26
 
 patchfiles	patch-dist-Makefile.in.diff \
 		patch-src-connobject.c.diff \
 		patch-configure.diff
 
 configure.args	--with-apxs=${prefix}/apache2/bin/apxs \
-    --with-python=${prefix}/bin/python2.5 \
+    --with-python=${prefix}/bin/python2.6 \
     --with-flex=${prefix}/bin/flex \
     --enable-so
 
@@ -43,12 +42,6 @@
     file copy ${worksrcpath}/doc-html ${destroot}${prefix}/share/doc/${name}
 }
 
-# Workaround for #17998
-post-destroot {
-    move ${destroot}${frameworks_dir}/Python.framework/Versions/2.5/lib/python2.5 \
-        ${destroot}${prefix}/lib/python2.5
-}
-
 post-install {
     ui_msg "########################################################"
     ui_msg "# to enable mod_python add"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090416/f7ff67f5/attachment.html>


More information about the macports-changes mailing list