Ticket #30173: mod_chroot.diff

File mod_chroot.diff, 10.4 KB (added by miwi@…, 13 years ago)
  • neon/Portfile

     
    2424                port:openssl \
    2525                port:zlib
    2626
     27<<<<<<< .mine
     28checksums           sha1    ae1109923303f67ed3421157927bc4bc29c58961 \
     29                    rmd160  f2cd96ed659675812a97b99d1b54e3d8eb66e4ed
     30=======
    2731checksums       md5     591e0c82e6979e7e615211b386b8f6bc \
    2832                sha1    ae1109923303f67ed3421157927bc4bc29c58961 \
    2933                rmd160  f2cd96ed659675812a97b99d1b54e3d8eb66e4ed
     34>>>>>>> .r80437
    3035
    3136use_parallel_build      yes
    3237
  • drupal6/Portfile

     
    33PortSystem          1.0
    44
    55name                drupal6
    6 version             6.15
     6version             6.22
    77categories          www php
    88platforms           darwin
    99maintainers         acm.org:c_dantonio
     
    1313                    to easily publish, manage and organize a wide variety of content on a website. Tens of thousands of \
    1414                    people and organizations have used Drupal to power scores of different web sites, including community \
    1515                    web portals, corporate web sites, social networking sites, personal web sites or blogs, and much more.
    16                    
     16
    1717homepage            http://drupal.org/
    1818distname            drupal-${version}
    1919master_sites        http://ftp.drupal.org/files/projects/ \
    2020                    http://ftp.osuosl.org/pub/drupal/files/projects/
    21 checksums           md5     43c60bde08d6ea67682a998c2804c357 \
    22                     sha1    5be5ebf85c9ffa33e71c5a0f05d1308d3af19ab8 \
    23                     rmd160  146709dd487fa6a0d1cb39d1a79c7f7519f73643
     21
     22checksums           md5     447490f3bc155fd1d5c2d47280c999a5 \
     23                    sha1    a67acdb606aabbd9da6ddd2c016d43bb9ec17431 \
     24                    rmd160  42cb64a32ca457779e498ef8edb952e04f8b2c86
     25
    2426depends_lib         port:apache2 \
    25                     port:php52 \
     27                    port:php5 \
    2628                    path:bin/mysql_config5:mysql5
     29                    port:php5-gd \
     30                    port:php5-mbstring
    2731
    28 variant apache1 description "use apache 1.x instead of apache 2.x" {
     32ariant apache1 description "use apache 1.x instead of apache 2.x" {
    2933  depends_lib-append      port:apache
    3034  depends_lib-delete      port:apache2
    3135}
    3236
    3337variant php4 description "use php4 instead of php5" {
    3438  depends_lib-append      port:php4
    35   depends_lib-delete      port:php52
     39  depends_lib-delete      port:php5
    3640}
    3741
    3842variant mysql4 conflicts postgresql postgresql80 postgresql81 postgresql82 postgresql83 postgresql84 description "use mysql4 instead of mysql5" {
  • drupal7/Portfile

     
    11# $Id$
    22PortSystem          1.0
    33name                drupal7
    4 version             7.0
     4version             7.4
    55categories          www php
    66platforms           darwin
    77
     
    1313    people and organizations have used Drupal to power scores of different web \
    1414    sites, including community web portals, corporate web sites, social \
    1515    networking sites, personal web sites or blogs, and much more.
    16                    
     16
    1717homepage            http://drupal.org
    1818distname            drupal-${version}
    1919master_sites        http://ftp.drupal.org/files/projects/ \
    2020                    http://ftp.osuosl.org/pub/drupal/files/projects/
    21 checksums           md5     e96c0a5e47c5d7706897384069dfb920 \
    22                     sha1    124911c7de07b5acd1f801c4a7093440a0e0e3d3 \
    23                     rmd160  fd27d5f4b826fb818d6b35754b2ea6b548445369
     21
     22checksums           md5     84704de078e9f5432c9bb5c6ecd841d4 \
     23                    sha1    5baafc27b3473dae1056e6053734fab42a1bfc25 \
     24                    rmd160  bfb44319df159fd7597b1a043abffb0f27e37a2f
     25
    2426depends_lib         port:apache2 \
    25                     port:php52 \
     27                    port:php5 \
    2628                    path:bin/mysql_config5:mysql5
     29                    port:php5-gd \
     30                    port:php5-mbstring
    2731
    2832variant apache1 description "use apache 1.x instead of apache 2.x" {
    2933  depends_lib-append      port:apache
  • moodle/Portfile

     
    33PortSystem              1.0
    44
    55name                    moodle
    6 version                 1.9.9
     6version                 2.1
    77revision                1
    88set branch              [join [lrange [split ${version} .] 0 1] {}]
    99categories              www
  • mod_cband/Portfile

     
    33PortSystem 1.0
    44
    55name                    mod_cband
    6 version                 0.9.5.3
     6version                 0.9.7.5
    77categories              www
    88platforms               darwin
    99maintainers             nomaintainer
     
    1414                redirect all further requests to a location specified in the \
    1515                configuration file.
    1616
    17 homepage                http://cband.linux.pl/
    18 master_sites    http://dembol.nasa.pl/download/
     17homepage        http://codee.pl/cband.html
     18master_sites    http://cband.linux.pl/download/
    1919distname                mod-cband-${version}
    2020extract.suffix  .tgz
    21 checksums               md5 85f1bbcacae4e0360612cdec8f5005ed
    22 
     21checksums           md5     5c5d65dc9abe6cdc6931b6dd33be5018
    2322depends_lib             port:apache2
    2423
    2524configure.args  --with-apxs=${prefix}/apache2/bin/apxs
  • wordpress/Portfile

     
    77version                 3.2
    88categories              www
    99platforms               darwin freebsd
     10<<<<<<< .mine
     11maintainers             freebsd.org:miwi           
     12=======
    1013maintainers             freebsd.org:miwi
     14>>>>>>> .r80397
    1115supported_archs         noarch
    1216worksrcdir              ${name}
    1317
     
    1923homepage                http://wordpress.org/
    2024master_sites            ${homepage}
    2125
     26<<<<<<< .mine
     27checksums               md5     55fa6c8a79771ed258b6671a12be594e \
     28                        sha1    ee2e7e0415e41d1ae0f82a1c1e5583a6ed257802 \
     29                        rmd160  517aa89ed46f011607ca056b8a54747bf53af5e2
     30=======
    2231checksums               sha1    ee2e7e0415e41d1ae0f82a1c1e5583a6ed257802 \
    2332                        rmd160  517aa89ed46f011607ca056b8a54747bf53af5e2
     33>>>>>>> .r80397
    2434
    2535depends_lib             port:php5-web \
     36<<<<<<< .mine
    2637                        port:php5-mysql \
     38                        port:php5-zip \
     39                        port:php5-gd
     40=======
     41                        port:php5-mysql \
    2742                        port:php5-zip \
    2843                        port:php5-gd
     44>>>>>>> .r80397
    2945
    3046livecheck.type          regex
    3147livecheck.url           ${homepage}
  • moin/Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
    4 PortGroup python25 1.0
     4PortGroup python26 1.0
    55
    66name                moin
    7 version             1.8.2
     7version             1.9.3
    88categories          www python
    99platforms           darwin
    1010maintainers         nomaintainer
     
    1818
    1919homepage            http://moinmo.in/
    2020master_sites        http://static.moinmo.in/files/
    21 checksums           md5 b3ced56bbe09311a7c56049423214cdb
     21checksums           md5 b22c15446e9fabda180fc88b21635184
    2222
    2323post-destroot {
    2424    set docdir ${prefix}/share/doc/${name}
  • mod_proxy_html/Portfile

     
    33PortSystem          1.0
    44
    55name                mod_proxy_html
    6 version             3.0.1
     6version             3.1.2
    77categories          www
    88maintainers         nomaintainer
    99description         apache output filter to rewrite HTML
  • mod_chroot/Portfile

     
    22
    33PortSystem 1.0
    44
    5 name                    mod_chroot
    6 version                 0.5
    7 categories              www security
    8 platforms               darwin
    9 maintainers             freebsd.org:miwi
    10 description             module for running apache2 in a secure chroot environment
    11 long_description        mod_chroot makes running apache2 in a secure chroot \
    12                                 environment easy. You don't need to create a special \
    13                                 directory hierarchy containing /dev, /lib, /etc...
     5name               mod_chroot
     6version            0.5
     7categories         www security
     8platforms          darwin
     9maintainers        freebsd.org:miwi
     10description        module for running apache2 in a secure chroot environment
     11long_description   mod_chroot makes running apache2 in a secure chroot \
     12                   environment easy. You don't need to create a special \
     13                   directory hierarchy containing /dev, /lib, /etc...
    1414
    15 homepage                http://core.segfault.pl/~hobbit/mod_chroot
    16 master_sites    ${homepage}/dist/ \
    17                                 freebsd
     15homepage           http://core.segfault.pl/~hobbit/mod_chroot
     16master_sites        {homepage}/dist/ \
     17                   freebsd
    1818
    19 checksums               sha1    42935c37fb163ff519651ddd0b0fd6982a978015 \
    20                                 rmd160  baba1cac0f05953dac5ab7f483bbc49417eaf8ff
     19checksums          sha1    42935c37fb163ff519651ddd0b0fd6982a978015 \
     20                   rmd160  baba1cac0f05953dac5ab7f483bbc49417eaf8ff
    2121
    22 depends_lib             path:apache2/bin/apxs:apache2
     22depends_lib        path:apache2/bin/apxs:apache2
    2323
    24 use_configure   no
     24use_configure      no
    2525
    26 build.cmd               ${prefix}/apache2/bin/apxs
    27 build.args              -c mod_chroot.c
     26build.cmd          ${prefix}/apache2/bin/apxs
     27build.args         -c mod_chroot.c
    2828build.target
    2929
    3030destroot {
    31         set mdir ${destroot}${prefix}/apache2/modules/
    32         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir}
    33         xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir}
    34         xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \
    35                 README README.Apache20 ${destroot}${prefix}/share/doc/${name}
     31         set mdir ${destroot}${prefix}/apache2/modules/
     32         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} ${mdir}
     33         xinstall -m 644 ${worksrcpath}/.libs/mod_chroot.so ${mdir}
     34         xinstall -m 644 -W ${worksrcpath} CAVEATS ChangeLog INSTALL LICENSE \
     35         README README.Apache20 ${destroot}${prefix}/share/doc/${name}
    3636}
    3737
    3838destroot.violate_mtree yes