Ticket #24653: munin-Portfile-1.4.4.patch

File munin-Portfile-1.4.4.patch, 2.3 KB (added by nhruby@…, 14 years ago)
  • (a) Portfile-orig-1.2.6 vs. (b) Portfile

    a b  
    44PortSystem          1.0
    55
    66name                munin
    7 version             1.2.6
     7version             1.4.4
    88categories          net
    99maintainers         alpha
    1010platforms           darwin
     
    2525
    2626homepage            http://munin.projects.linpro.no/
    2727master_sites        sourceforge
    28 distname            ${name}_${version}
     28distname            ${name}-${version}
    2929worksrcdir          ${name}-${version}
    30 checksums           md5     45f84d58f80642ce914f147232f0d396 \
    31                     sha1    bdc6d1767df1ea618071d76f0c4525dda2ea33d9 \
    32                     rmd160  1fe38f8da3b2c88b38d56eb86f7b584c7fded962
    33 depends_lib         port:perl5 port:p5-net-server
     30checksums           md5     18d864fa04134ce67042a99dd3ec23ae \
     31                    sha1    b771065081c699ceb34d28b185c42f42d83cec90 \
     32                    rmd160  45a84ebc5e58379da7526c5909bb260ef7a4b444
     33depends_lib         port:perl5 port:p5-net-server port:p5-module-build port:p5-net-snmp port:p5-net-ssleay
    3434
    3535use_configure       no
    36 patchfiles          patch-Makefile.config patch-munin-node.conf.in
     36use_parallel_build  no
     37patchfiles          patch-Makefile-javaplugin patch-Makefile.config patch-munin-node.conf.in
    3738build.target        build
    3839build.args          PREFIX=${prefix} \
    3940                    CONFDIR=${prefix}/etc/munin \
     
    6263                    ${destroot}${prefix}/etc/munin/plugins \
    6364                    ${destroot}${prefix}/var/munin \
    6465                    ${destroot}${prefix}/www/munin
    65 destroot.target     install-node install-node-plugins install-doc install-man
     66destroot.target     install-common-prime install-node-prime install-plugins-prime install-plugins-java install-man
    6667
    6768startupitem.create  yes
    6869startupitem.name    munin-node
     
    7071startupitem.stop    "kill `cat ${prefix}/var/run/munin/munin-node.pid`"
    7172
    7273variant server description {Install Munin server} {
    73     depends_lib-append port:rrdtool port:p5-html-template
    74     destroot.target-append install-main
     74    depends_lib-append  port:rrdtool \
     75                        port:p5-html-template \
     76                        port:p5-time-hires \
     77                        port:p5-digest-md5 \
     78                        port:p5-text-balanced \
     79                        port:p5-log-log4perl
     80    destroot.target-append install-master-prime
    7581}
    7682
    7783pre-destroot {