git: 5eecca3abc54 - main - net-mgmt/icingaweb2-module-x509: Resolve php version conflicts

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 28 13:51:14 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5eecca3abc54b20895fe9280539a22c2ab8b5edd

commit 5eecca3abc54b20895fe9280539a22c2ab8b5edd
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-28 13:51:08 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-28 13:51:08 +0000

    net-mgmt/icingaweb2-module-x509: Resolve php version conflicts
    
    PR:             257437
    Reported by:    gettoknowmi <gettoknowmi at yahoo.com>
---
 net-mgmt/icingaweb2-module-x509/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-mgmt/icingaweb2-module-x509/Makefile b/net-mgmt/icingaweb2-module-x509/Makefile
index e428bca1c72a..588e6900d095 100644
--- a/net-mgmt/icingaweb2-module-x509/Makefile
+++ b/net-mgmt/icingaweb2-module-x509/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	icingaweb2-module-x509
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0-8
 DISTVERSIONSUFFIX=	-g39fd7e1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -22,6 +23,8 @@ USES=		php:web,flavors mysql:server
 USE_GITHUB=	yes
 GH_ACCOUNT=	Icinga
 
+USE_PHP=	gmp
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 


More information about the dev-commits-ports-all mailing list