New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23338 (closed update: duplicate)

Opened 2 years ago

Last modified 21 months ago

Update monit 5.0.3

Reported by: naoya.n@… Owned by: eridius@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: monit

Description

monit has been released version 5.0.3. Portfile is attached.

Attachments

Portfile Download (1.8 KB) - added by naoya.n@… 2 years ago.

Change History

Changed 2 years ago by naoya.n@…

Changed 2 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to eridius@…
  • keywords haspatch added
  • version 1.8.2 deleted
  • port set to monit

Note that a  unified diff of the portfile is preferred.

Changed 2 years ago by naoya.n@…

Portfile diff is below.

--- Portfile-org      2010-01-19 18:55:39.000000000 +0900
+++ 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
+}
+

Changed 21 months ago by jmr@…

  • status changed from new to closed
  • resolution set to duplicate

You reported this previously: #22607

Note: See TracTickets for help on using tickets.