Ticket #24653: munin-Portfile-1.4.4.patch
File munin-Portfile-1.4.4.patch, 2.3 KB (added by nhruby@…, 15 years ago) |
---|
-
(a) Portfile-orig-1.2.6 vs. (b) Portfile
a b 4 4 PortSystem 1.0 5 5 6 6 name munin 7 version 1. 2.67 version 1.4.4 8 8 categories net 9 9 maintainers alpha 10 10 platforms darwin … … 25 25 26 26 homepage http://munin.projects.linpro.no/ 27 27 master_sites sourceforge 28 distname ${name} _${version}28 distname ${name}-${version} 29 29 worksrcdir ${name}-${version} 30 checksums md5 45f84d58f80642ce914f147232f0d396\31 sha1 b dc6d1767df1ea618071d76f0c4525dda2ea33d9\32 rmd160 1fe38f8da3b2c88b38d56eb86f7b584c7fded96233 depends_lib port:perl5 port:p5-net-server 30 checksums md5 18d864fa04134ce67042a99dd3ec23ae \ 31 sha1 b771065081c699ceb34d28b185c42f42d83cec90 \ 32 rmd160 45a84ebc5e58379da7526c5909bb260ef7a4b444 33 depends_lib port:perl5 port:p5-net-server port:p5-module-build port:p5-net-snmp port:p5-net-ssleay 34 34 35 35 use_configure no 36 patchfiles patch-Makefile.config patch-munin-node.conf.in 36 use_parallel_build no 37 patchfiles patch-Makefile-javaplugin patch-Makefile.config patch-munin-node.conf.in 37 38 build.target build 38 39 build.args PREFIX=${prefix} \ 39 40 CONFDIR=${prefix}/etc/munin \ … … 62 63 ${destroot}${prefix}/etc/munin/plugins \ 63 64 ${destroot}${prefix}/var/munin \ 64 65 ${destroot}${prefix}/www/munin 65 destroot.target install- node install-node-plugins install-docinstall-man66 destroot.target install-common-prime install-node-prime install-plugins-prime install-plugins-java install-man 66 67 67 68 startupitem.create yes 68 69 startupitem.name munin-node … … 70 71 startupitem.stop "kill `cat ${prefix}/var/run/munin/munin-node.pid`" 71 72 72 73 variant 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 75 81 } 76 82 77 83 pre-destroot {