mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
- Update to version 3.19.0 [1]
- Convert ot USES=ssl - Move options block to proper place PR: 211658 [1] Submitted by: maintainer [1]
This commit is contained in:
parent
7681aa75fe
commit
72493441d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420131
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= monit
|
||||
PORTVERSION= 5.18
|
||||
PORTVERSION= 5.19.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.mmonit.com/monit/dist/
|
||||
|
||||
@ -15,9 +15,6 @@ GNU_CONFIGURE= yes
|
||||
USES= bison gmake
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS SSL
|
||||
OPTIONS_DEFAULT=SSL
|
||||
|
||||
PLIST_FILES= bin/monit \
|
||||
etc/monitrc.sample \
|
||||
man/man1/monit.1.gz
|
||||
@ -26,8 +23,11 @@ SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= COPYING README CHANGES
|
||||
|
||||
OPTIONS_DEFINE= DOCS SSL
|
||||
OPTIONS_DEFAULT=SSL
|
||||
|
||||
SSL_CONFIGURE_OFF= --without-ssl
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_USES= ssl
|
||||
|
||||
post-install:
|
||||
${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (monit-5.18.tar.gz) = 75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf
|
||||
SIZE (monit-5.18.tar.gz) = 1239752
|
||||
TIMESTAMP = 1470649547
|
||||
SHA256 (monit-5.19.0.tar.gz) = befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8
|
||||
SIZE (monit-5.19.0.tar.gz) = 1260248
|
||||
|
Loading…
Reference in New Issue
Block a user