- Update to 5.8
- While I'm here: - Fix LICENSE - Remove LICENSE_FILE for well-known licenses - Update OPTIONS_DEFINE: add DOCS - Convert to new options helper - Simplify Makefile Changes: https://bitbucket.org/tildeslash/monit/src/master/CHANGES PR: ports/188029 Submitted by: Martin Pala <martinp@tildeslash.com> (maintainer)
This commit is contained in:
parent
f6d06e79a9
commit
d6eed96068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349563
2 changed files with 8 additions and 16 deletions
|
@ -2,25 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= monit
|
||||
PORTVERSION= 5.7
|
||||
PORTVERSION= 5.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mmonit.com/monit/dist/
|
||||
|
||||
MAINTAINER= martinp@tildeslash.com
|
||||
COMMENT= Unix system management and proactive monitoring
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE= AGPLv3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= bison gmake
|
||||
USES= bison gmake
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
CONFIGURE_ENV= CONFIG_SHELL="${SH}" \
|
||||
LOCALBASE="${LOCALBASE}"
|
||||
|
||||
OPTIONS_DEFINE= SSL
|
||||
OPTIONS_DEFAULT= SSL
|
||||
OPTIONS_DEFINE= DOCS SSL
|
||||
OPTIONS_DEFAULT=SSL
|
||||
|
||||
PLIST_FILES= bin/monit \
|
||||
etc/monitrc.sample \
|
||||
|
@ -30,18 +29,11 @@ SUB_FILES= pkg-message
|
|||
|
||||
PORTDOCS= CHANGES COPYING README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MSSL}
|
||||
CONFIGURE_ARGS+= --without-ssl
|
||||
.endif
|
||||
SSL_CONFIGURE_OFF= --without-ssl
|
||||
|
||||
post-install:
|
||||
${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${INSTALL} -d ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (monit-5.7.tar.gz) = bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2
|
||||
SIZE (monit-5.7.tar.gz) = 1266763
|
||||
SHA256 (monit-5.8.tar.gz) = 0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5
|
||||
SIZE (monit-5.8.tar.gz) = 1237958
|
||||
|
|
Loading…
Reference in a new issue