[67426] trunk/dports/sysutils/monit/Portfile

jmr at macports.org jmr at macports.org
Sun May 9 06:09:33 PDT 2010


Revision: 67426
          http://trac.macports.org/changeset/67426
Author:   jmr at macports.org
Date:     2010-05-09 06:09:28 -0700 (Sun, 09 May 2010)
Log Message:
-----------
monit: update to 5.0.3 (#22607), update homepage, add license, install docs

Modified Paths:
--------------
    trunk/dports/sysutils/monit/Portfile

Modified: trunk/dports/sysutils/monit/Portfile
===================================================================
--- trunk/dports/sysutils/monit/Portfile	2010-05-09 08:48:04 UTC (rev 67425)
+++ trunk/dports/sysutils/monit/Portfile	2010-05-09 13:09:28 UTC (rev 67426)
@@ -3,9 +3,10 @@
 PortSystem 1.0
 
 name                monit
-version             4.10.1
+version             5.0.3
 categories          sysutils
 platforms           darwin freebsd linux netbsd openbsd solaris
+license             GPLv3
 maintainers         eridius
 
 description         monit is a utility for managing and monitoring, processes, \
@@ -20,11 +21,12 @@
                     logs to syslog or to its own log file and notifies you about error \
                     conditions and recovery status via customizable alert.
 
-homepage            http://www.tildeslash.com/monit/
-master_sites        http://www.tildeslash.com/monit/dist/
+homepage            http://mmonit.com/monit/
+master_sites        ${homepage}dist/
 
-checksums           md5 d3143b0bbd79b53f1b019d2fc1dae656 \
-                    sha1 c87aa0c6e0b1d13f46b7e9d84937191e25a907a6
+checksums           md5 dae7859ec10551fc941daeae60dee9d3 \
+                    sha1 60cb18678f7d1423e728b44cd09f57a87340b2ba \
+                    rmd160 c75586b174484bab046ed6d4e7e3440596b65917
 
 depends_build       bin:flex:flex bin:bison:bison 
 depends_lib         port:openssl
@@ -40,3 +42,11 @@
 platform openbsd {
     build.type      gnu
 }
+
+post-destroot {
+    xinstall -m 444 ${worksrcpath}/monitrc ${destroot}${prefix}/etc/monitrc.sample
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 444 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS COPYING \
+        FAQ.txt LICENSE PLATFORMS README README.SSL \
+        ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100509/042e17fb/attachment.html>


More information about the macports-changes mailing list