Ticket #22607: Portfile.patch
File Portfile.patch, 1.1 KB (added by n0ts (Naoya Nakazawa), 15 years ago) |
---|
-
sysutils/monit/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name monit 6 version 4.10.16 version 5.0.3 7 7 categories sysutils 8 8 platforms darwin freebsd linux netbsd openbsd solaris 9 9 maintainers eridius … … 23 23 homepage http://www.tildeslash.com/monit/ 24 24 master_sites http://www.tildeslash.com/monit/dist/ 25 25 26 checksums md5 d3143b0bbd79b53f1b019d2fc1dae656 \ 27 sha1 c87aa0c6e0b1d13f46b7e9d84937191e25a907a6 26 checksums md5 dae7859ec10551fc941daeae60dee9d3 \ 27 sha1 60cb18678f7d1423e728b44cd09f57a87340b2ba \ 28 rmd160 c75586b174484bab046ed6d4e7e3440596b65917 28 29 29 30 depends_build bin:flex:flex bin:bison:bison 30 31 depends_lib port:openssl … … 40 41 platform openbsd { 41 42 build.type gnu 42 43 } 44 45 pre-destroot { 46 xinstall -m 755 ${workpath}/${name}-${version}/monitrc ${destroot}${prefix}/etc/monitrc.sample 47 } 48