Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#22607 closed update (fixed)

monit 5.0.3 has been released.

Reported by: n0ts (Naoya Nakazawa) Owned by: kballard (Lily Ballard)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: monit

Description

monit version 5.0.3 has been released.

Attached Portfile. Attached Portfile is installing monitrc.sample.

Attachments (1)

Portfile.patch (1.1 KB) - added by n0ts (Naoya Nakazawa) 14 years ago.
Portfile patch for monit Portfile

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by n0ts (Naoya Nakazawa)

Here is my patch for Portfile.

--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/monit/Portfile    2009-05-15 04:41:55.000000000 +0900
+++ sysutils/monit/Portfile     2009-11-19 21:38:55.000000000 +0900
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                monit
-version             4.10.1
+version             5.0.3
 categories          sysutils
 platforms           darwin freebsd linux netbsd openbsd solaris
 maintainers         eridius
@@ -23,8 +23,9 @@
 homepage            http://www.tildeslash.com/monit/
 master_sites        http://www.tildeslash.com/monit/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 +41,8 @@
 platform openbsd {
     build.type      gnu
 }
+
+pre-destroot {
+    xinstall -m 755 ${workpath}/${name}-${version}/monitrc ${destroot}${prefix}/etc/monitrc.sample
+}
+
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)

Owner: changed from macports-tickets@… to eridius@…
Port: monit added

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Use an attachment for the patch, or at least preview to make sure your formatting is right.

Changed 14 years ago by n0ts (Naoya Nakazawa)

Attachment: Portfile.patch added

Portfile patch for monit Portfile

comment:4 Changed 14 years ago by n0ts (Naoya Nakazawa)

I attached Portfile.patch.

Thank you for your comment.

comment:5 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Version: 1.8.1
Note: See TracTickets for help on using tickets.