Changeset 98180


Ignore:
Timestamp:
Sep 27, 2012, 7:08:05 PM (12 years ago)
Author:
jwa@…
Message:

php5-midgard2: restore this port, now marked as replaced_by php53_midgard2

Location:
trunk/dports/php/php5-midgard2
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php5-midgard2/Portfile

    r94914 r98180  
    44PortSystem 1.0
    55
     6replaced_by php53-midgard2
     7PortGroup   obsolete 1.0
     8
    69name            php5-midgard2
    710version         10.05.7
    811license         GPL-2
    912
    10 categories      php
    11 maintainers     jwa
    12 description     A content management system
    13 long_description Midgard is a content management system platform using \
    14     Apache, PHP and MySQL.
    15 platforms       darwin
    1613homepage        http://www.midgard-project.org/
    17 
    18 master_sites    https://github.com/midgardproject/midgard-php5/downloads
    19 
    20 #use_bzip2      yes
    21 checksums           rmd160  575b6c916370ea695bcb28972e9c86d3f52ce9e3 \
    22                     sha256  7c51606cd21cc3398755a8ea75e55a1bd1910e2de1736a0731a34405935fac0b
    23 
    24 depends_lib     port:midgard2-core \
    25     path:bin/php:php54
    26 
    27 pre-configure   {
    28     system "cd ${worksrcpath} && phpize"
    29 }
    30 
    31 configure.args  --sysconfdir=${prefix}/etc/midgard/ \
    32     --with-php-config=${prefix}/bin/php-config
    33 
    34 destroot.destdir        INSTALL_ROOT=${destroot}
    35 
    36 post-install {
    37     ui_msg "========================   IMPORTANT   ========================="
    38     ui_msg "If this is the first time you're installing Midgard, or you have"
    39     ui_msg "recently upgraded PHP, make sure to check your php.ini to verify"
    40     ui_msg "that extension_dir at least includes"
    41     system "php-config --extension-dir"
    42     ui_msg "================================================================"
    43 }
    44 
    45 livecheck.type  regex
    46 livecheck.url   ${master_sites}
    47 livecheck.regex ${name}-(\[0-9.\]+)\\.tar\\.\[bg\]z
Note: See TracChangeset for help on using the changeset viewer.