Ticket #22607: Portfile.patch

File Portfile.patch, 1.1 KB (added by n0ts (Naoya Nakazawa), 14 years ago)

Portfile patch for monit Portfile

  • sysutils/monit/Portfile

    old new  
    33PortSystem 1.0
    44
    55name                monit
    6 version             4.10.1
     6version             5.0.3
    77categories          sysutils
    88platforms           darwin freebsd linux netbsd openbsd solaris
    99maintainers         eridius
     
    2323homepage            http://www.tildeslash.com/monit/
    2424master_sites        http://www.tildeslash.com/monit/dist/
    2525
    26 checksums           md5 d3143b0bbd79b53f1b019d2fc1dae656 \
    27                     sha1 c87aa0c6e0b1d13f46b7e9d84937191e25a907a6
     26checksums        md5 dae7859ec10551fc941daeae60dee9d3 \
     27                 sha1 60cb18678f7d1423e728b44cd09f57a87340b2ba \
     28                 rmd160 c75586b174484bab046ed6d4e7e3440596b65917
    2829
    2930depends_build       bin:flex:flex bin:bison:bison
    3031depends_lib         port:openssl
     
    4041platform openbsd {
    4142    build.type      gnu
    4243}
     44
     45pre-destroot {
     46    xinstall -m 755 ${workpath}/${name}-${version}/monitrc ${destroot}${prefix}/etc/monitrc.sample
     47}
     48