From 48ecb00774a849748926e495005d4ddb3d21db86 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sat, 30 Sep 2023 12:30:11 +0200 Subject: [PATCH] devel/composer: Fix dependent ports after move of composer2 This adapts the depend lines of ports depending on composer after commit 8ed8145684356244c2a05ff696bf9f3bc9262a21 Reported by: antoine@ (thanks) Fixes: 8ed8145684356244c2a05ff696bf9f3bc9262a21 Pointyhat to: madpilot (myself) --- devel/websvn/Makefile | 3 ++- www/ilias/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile index 0978ccc77a7be..77df80000c647 100644 --- a/devel/websvn/Makefile +++ b/devel/websvn/Makefile @@ -1,5 +1,6 @@ PORTNAME= websvn PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= devel www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -11,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= ${LOCALBASE}/bin/svn:devel/subversion \ - ${LOCALBASE}/bin/composer:devel/php-composer2@${PHP_FLAVOR} + ${LOCALBASE}/bin/composer:devel/php-composer@${PHP_FLAVOR} USES= php:web,flavors cpe USE_GITHUB= yes diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 407624f518842..882114c9ec25a 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -1,6 +1,7 @@ PORTNAME= ilias DISTVERSIONPREFIX= v DISTVERSION= 8.5 +PORTREVISION= 1 CATEGORIES= www education PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth@${PHP_FLAV ${LOCALBASE}/share/pear/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} \ ${UNZIP_CMD}:archivers/unzip \ - composer:devel/php-composer2@${PHP_FLAVOR} \ + composer:devel/php-composer@${PHP_FLAVOR} \ sudo:security/sudo \ zip:archivers/zip