Hi

After updating the baikal package I was greeted with this message:

Composer detected issues in your platform: Your Composer dependencies
require the following PHP extensions to be installed: curl

OK for below diff?

Remi


Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/baikal/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    2 Nov 2020 19:46:44 -0000       1.24
+++ Makefile    11 Jan 2021 22:51:52 -0000
@@ -7,6 +7,7 @@ DISTNAME=       baikal-${VERSION}
 MASTER_SITES=  https://github.com/sabre-io/Baikal/releases/download/${VERSION}/
 DISTFILES=     ${DISTNAME}.zip
 CATEGORIES=    productivity www
+REVISION=      0
 
 HOMEPAGE=      http://sabre.io/baikal/
 
@@ -16,6 +17,8 @@ MAINTAINER =  Martin Reindl <martin@catai
 PERMIT_PACKAGE=        Yes
 
 MODULES=       lang/php
+
+RUN_DEPENDS=   lang/php/${MODPHP_VERSION},-curl
 
 WRKDIST=       ${WRKDIR}/baikal
 NO_BUILD=      Yes


Reply via email to