Ticket #26396: Portfile.diff
File Portfile.diff, 1.4 KB (added by ro@…, 14 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name mod_fcgid 6 version 2. 26 version 2.3.5 7 7 8 8 categories www 9 9 platforms darwin … … 13 13 long_description ${description} 14 14 15 15 homepage http://httpd.apache.org/mod_fcgid/ 16 master_sites sourceforge:mod-fcgid16 master_sites apache:httpd/${name} 17 17 18 distname ${name} .${version}19 checksums md5 ce7d7b16e69643dbd549d43d85025983 \ 20 sha1 dc817a20ad6528480a441e4b7ad6920ec11c55e0\21 rmd160 9c45c2b25fcf0f4069cee4fb8917493f0a13b33818 distname ${name}-${version} 19 use_bzip2 yes 20 checksums md5 640a49c9ddf8596bd913835118b4a6aa \ 21 sha1 11034ad8231a6ea1e3c9385b9017e0f8dd7faff0 22 22 patchfiles patch-fcgid_conf.c 23 23 24 24 depends_lib port:apache2 25 25 26 26 use_configure no 27 #configure { 28 # APXS=/opt/local/apache2/bin/apxs ./configure.apxs 29 #} 27 30 28 31 post-patch { 29 32 reinplace "s|/usr/local/apache2|${prefix}/apache2|g" \ … … 46 49 47 50 For further configuration information please visit 48 51 http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html 52 53 When upgrading from version 2.2, please see the above URL 54 about deprecated config options! 49 55 =========="