diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-29 10:34:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-05-29 10:34:13 +0800 |
commit | b107908c204643766de188432cf507f8ac1a8103 (patch) | |
tree | 9e874ed0ed803cc24f7e705746d96ae1d5287db9 /sysutils | |
parent | 6c1173f4ce511019671aaeacb2b355ee30051753 (diff) | |
download | freebsd-ports-gnome-b107908c204643766de188432cf507f8ac1a8103.tar.gz freebsd-ports-gnome-b107908c204643766de188432cf507f8ac1a8103.tar.zst freebsd-ports-gnome-b107908c204643766de188432cf507f8ac1a8103.zip |
- Update to 5.0.3
PR: 135045
Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monit/Makefile | 11 | ||||
-rw-r--r-- | sysutils/monit/distinfo | 6 |
2 files changed, 5 insertions, 12 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index bf1380428229..b30cd3a9de07 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monit -PORTVERSION= 5.0.2 +PORTVERSION= 5.0.3 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ @@ -25,8 +25,7 @@ CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \ LOCALBASE="${LOCALBASE}" -OPTIONS= SSL "Enable SSL support" on \ - RESOURCE "Enable resource support (not for jail)" on +OPTIONS= SSL "Enable SSL support" on PLIST_FILES= bin/monit \ etc/monitrc.sample @@ -45,12 +44,6 @@ CONFIGURE_ARGS+= --enable-ssl --with-openssl="${OPENSSLBASE}" CONFIGURE_ARGS+= --without-ssl .endif -.if defined(WITH_RESOURCE) -CONFIGURE_ARGS+= --with-resource -.else -CONFIGURE_ARGS+= --without-resource -.endif - post-install: ${INSTALL_SCRIPT} -m 600 ${WRKDIR}/${DISTNAME}/monitrc ${PREFIX}/etc/monitrc.sample .if !defined(NOPORTDOCS) diff --git a/sysutils/monit/distinfo b/sysutils/monit/distinfo index 569e2dd3c8c6..e9a388ec8b77 100644 --- a/sysutils/monit/distinfo +++ b/sysutils/monit/distinfo @@ -1,3 +1,3 @@ -MD5 (monit-5.0.2.tar.gz) = 416db6d616ee3a44d274522103fef9af -SHA256 (monit-5.0.2.tar.gz) = dc5b7a483383bf54e3f8a1dc29089d50e13f15e5f7512bc705a92e52cc41092f -SIZE (monit-5.0.2.tar.gz) = 633790 +MD5 (monit-5.0.3.tar.gz) = dae7859ec10551fc941daeae60dee9d3 +SHA256 (monit-5.0.3.tar.gz) = 5dd2539b3c61d109fa75efaa599168eb91bd59f20eba889e4c8b1990cac587d3 +SIZE (monit-5.0.3.tar.gz) = 625128 |