diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-05 23:15:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-05 23:15:25 +0000 |
commit | 650ff2dc631b0f815886adcc4e0223c4c3f4a0d8 (patch) | |
tree | a65767b4b33c297cf287ea0d4e14500700e09d06 /sysutils/monit/Makefile | |
parent | 52e64acacba11d00ab04befb6790d9c2010916b8 (diff) | |
download | ports-650ff2dc631b0f815886adcc4e0223c4c3f4a0d8.tar.gz ports-650ff2dc631b0f815886adcc4e0223c4c3f4a0d8.zip |
Notes
Diffstat (limited to 'sysutils/monit/Makefile')
-rw-r--r-- | sysutils/monit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 211501f83e2c..6b09b6c5cfcf 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= monit -PORTVERSION= 4.10.1 -PORTREVISION= 1 +PORTVERSION= 5.0.1 CATEGORIES= sysutils -MASTER_SITES= http://www.tildeslash.com/monit/dist/ +MASTER_SITES= http://www.mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and monitoring @@ -62,7 +61,6 @@ post-install: ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/LICENSE ${PREFIX}/share/doc/monit/LICENSE ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/monit/README ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/README.SSL ${PREFIX}/share/doc/monit/README.SSL - ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/STATUS ${PREFIX}/share/doc/monit/STATUS ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/doc/examples.html ${PREFIX}/share/doc/monit/examples.html ${INSTALL_SCRIPT} -m 644 ${WRKDIR}/${DISTNAME}/doc/monit.html ${PREFIX}/share/doc/monit/monit.html .endif |