[69236] trunk/dports/www/ajp-wsgi

blb at macports.org blb at macports.org
Mon Jun 28 23:29:07 PDT 2010


Revision: 69236
          http://trac.macports.org/changeset/69236
Author:   blb at macports.org
Date:     2010-06-28 23:29:06 -0700 (Mon, 28 Jun 2010)
Log Message:
-----------
www/ajp-wsgi - update to 1.0.2, remove python24 variant since that is quite old these days, patch for python25 no longer needed

Modified Paths:
--------------
    trunk/dports/www/ajp-wsgi/Portfile

Removed Paths:
-------------
    trunk/dports/www/ajp-wsgi/files/

Modified: trunk/dports/www/ajp-wsgi/Portfile
===================================================================
--- trunk/dports/www/ajp-wsgi/Portfile	2010-06-29 06:23:36 UTC (rev 69235)
+++ trunk/dports/www/ajp-wsgi/Portfile	2010-06-29 06:29:06 UTC (rev 69236)
@@ -2,8 +2,7 @@
 
 PortSystem          1.0
 name                ajp-wsgi
-version             1.0
-revision            1
+version             1.0.2
 categories          www
 maintainers         blb
 description         WSGI server/gateway implementing AJP
@@ -20,9 +19,9 @@
 master_sites        ${homepage}/dist/
 use_bzip2           yes
 
-checksums           md5 bce919cac8d964dfecfc4f407002d52b \
-                    sha1 1c17de9dbd8057b0754850b261a798bfcd874cab \
-                    rmd160 a18856043b83dcdcee4ab41f79de4ae13bc19022
+checksums           md5     68a9c049c662aa243c2e5966a75b130e \
+                    sha1    2edb4a708ab81d9cc8f0c0dd9e309ca62015d4d5 \
+                    rmd160  0bcf03ab21f3840d80c6831570327cccaabf8d63
 
 configure.args      configure.py
 configure.pre_args
@@ -38,36 +37,20 @@
       ${destroot}${prefix}/share/examples/${name}
 }
 
-variant python24 conflicts python25 python26 description {Use with Python 2.4} {
-   depends_lib-append   port:python24
-   configure.cmd        ${prefix}/bin/python2.4
-}
-
-variant python25 conflicts python24 python26 description {Use with Python 2.5} {
+variant python25 conflicts python26 description {Use with Python 2.5} {
    depends_lib-append   port:python25
    configure.cmd        ${prefix}/bin/python2.5
 }
 
-variant python26 conflicts python24 python25 description {Use with Python 2.6} {
+variant python26 conflicts python25 description {Use with Python 2.6} {
    depends_lib-append   port:python26
    configure.cmd        ${prefix}/bin/python2.6
 }
 
-if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26]} {
+if {![variant_isset python25] && ![variant_isset python26]} {
    default_variants     +python26
 }
 
-platform macosx {
-   if {[variant_isset python25]} {
-      # work around funky LINKFORSHARED with python25
-      patchfiles-append   patch-Makefile.in.py25mac.diff
-      post-patch {
-         reinplace "s|@@@FRAMEWORKS_DIR@@@|${frameworks_dir}|g" \
-            ${worksrcpath}/Makefile.in
-      }
-   }
-}
-
 livecheck.type  regex
 livecheck.url   "${master_sites}?C=M;O=D"
 livecheck.regex "${name}-(\[0-9.\]+)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100628/c3774bb7/attachment.html>


More information about the macports-changes mailing list