New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79834


Ignore:
Timestamp:
06/27/11 15:22:14 (4 years ago)
Author:
pixilla@…
Message:

www/mod_fcgid: Upgrade 2.3.5. Take maintainership. Closes #26396

Location:
trunk/dports/www/mod_fcgid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/mod_fcgid/Portfile

    r62606 r79834  
    11# $Id$ 
    22 
    3 PortSystem 1.0 
     3PortSystem          1.0 
    44 
    55name                mod_fcgid 
    6 version             2.2 
     6version             2.3.5 
    77 
    88categories          www 
    99platforms           darwin 
    10 maintainers         nomaintainer 
     10maintainers         pixilla 
    1111 
    1212description         An alternative FastCGI module for Apache2 
     
    1414 
    1515homepage            http://httpd.apache.org/mod_fcgid/ 
    16 master_sites        sourceforge:mod-fcgid 
     16master_sites        apache:httpd/${name} 
    1717 
    18 distname            ${name}.${version} 
    19 checksums           md5     ce7d7b16e69643dbd549d43d85025983 \ 
    20                     sha1    dc817a20ad6528480a441e4b7ad6920ec11c55e0 \ 
    21                     rmd160  9c45c2b25fcf0f4069cee4fb8917493f0a13b338 
     18use_bzip2           yes 
     19checksums           sha1    11034ad8231a6ea1e3c9385b9017e0f8dd7faff0 \ 
     20                    rmd160  35f153326cd3688fd66f4654a8d72a96cfb5709f 
     21 
    2222patchfiles          patch-fcgid_conf.c 
    2323 
    2424depends_lib         port:apache2 
    2525 
    26 use_configure       no 
    27  
    28 post-patch { 
    29    reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \ 
    30       ${worksrcpath}/Makefile 
    31 } 
     26configure.env       APXS=${prefix}/apache2/bin/apxs 
     27configure.cmd       ./configure.apxs 
     28configure.pre_args   
    3229 
    3330destroot.violate_mtree   yes 
    3431post-destroot { 
    35    xinstall -m 755 -d ${destroot}${prefix}/apache2/modules \ 
    36       ${destroot}${prefix}/share/doc/${name} 
    37    xinstall -m 644 -W ${worksrcpath} AUTHOR COPYING ChangeLog INSTALL.txt \ 
     32   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
     33   xinstall -m 644 -W ${worksrcpath} \ 
     34      CHANGES-FCGID LICENSE-FCGID NOTICE-FCGID README-FCGID STATUS-FCGID \ 
    3835      ${destroot}${prefix}/share/doc/${name} 
    3936} 
     
    4744For further configuration information please visit 
    4845   http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html 
     46 
     47When upgrading from version 2.2, please see the above URL 
     48   about deprecated config options! 
    4949==========" 
  • trunk/dports/www/mod_fcgid/files/patch-fcgid_conf.c

    r25180 r79834  
    1 --- fcgid_conf.c.org    2007-02-15 18:34:41.000000000 -0800 
    2 +++ fcgid_conf.c        2007-05-15 09:40:35.000000000 -0700 
    3 @@ -16,7 +16,7 @@ 
    4  #define DEFAULT_ERROR_SCAN_INTERVAL 3 
    5  #define DEFAULT_ZOMBIE_SCAN_INTERVAL 3 
    6  #define DEFAULT_PROC_LIFETIME (60*60) 
    7 -#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock" 
    8 +#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock" 
    9  #define DEFAULT_SHM_PATH "logs/fcgid_shm" 
    10  #define DEFAULT_SPAWNSOCRE_UPLIMIT 10 
    11  #define DEFAULT_SPAWN_SCORE 1 
     1--- modules/fcgid/fcgid_conf.c.orig     2011-06-24 15:15:55.000000000 -0700 
     2+++ modules/fcgid/fcgid_conf.c  2011-06-24 15:41:58.000000000 -0700 
     3@@ -28,9 +28,7 @@ 
     4 #include "fcgid_global.h" 
     5 #include "fcgid_conf.h" 
     6  
     7-#ifndef DEFAULT_REL_RUNTIMEDIR /* Win32, etc. */ 
     8-#define DEFAULT_REL_RUNTIMEDIR "logs" 
     9-#endif 
     10+#define DEFAULT_REL_RUNTIMEDIR "var/run" 
     11  
     12 #define DEFAULT_IDLE_TIMEOUT 300 
     13 #define DEFAULT_IDLE_SCAN_INTERVAL 120 
Note: See TracChangeset for help on using the changeset viewer.