aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-03 19:38:24 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-08-03 19:38:24 +0000
commitea7d71403c29cbb75d777ec98750b07061f573c5 (patch)
treeb270b40feee6c1df425c14a60c57f7243a5b9500
parentaf8f311a290bde778422f84584790a9ea8e8db5c (diff)
downloadports-ea7d71403c29cbb75d777ec98750b07061f573c5.tar.gz
ports-ea7d71403c29cbb75d777ec98750b07061f573c5.zip
net-mgmt/icingaweb2-module-x509: Convert to USES=ssl
PR: 257591 Approved by: gettoknowmi <gettoknowmi@yahoo.com> (maintainer)
-rw-r--r--net-mgmt/icingaweb2-module-x509/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/icingaweb2-module-x509/Makefile b/net-mgmt/icingaweb2-module-x509/Makefile
index 8d931b80f3a8..6048492a0831 100644
--- a/net-mgmt/icingaweb2-module-x509/Makefile
+++ b/net-mgmt/icingaweb2-module-x509/Makefile
@@ -2,7 +2,7 @@ PORTNAME= icingaweb2-module-x509
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0-8
DISTVERSIONSUFFIX= -g39fd7e1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@@ -12,12 +12,11 @@ COMMENT= Automates certificate monitoring with Icinga
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS+= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
- openssl>0:security/openssl \
+RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
icingaweb2-module-reactbundle${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-reactbundle@${PHP_FLAVOR} \
icingaweb2-module-ipl${PHP_PKGNAMESUFFIX}>0:net-mgmt/icingaweb2-module-ipl@${PHP_FLAVOR}
-USES= php:web,flavors mysql:server
+USES= php:web,flavors mysql:server ssl
USE_GITHUB= yes
GH_ACCOUNT= Icinga