aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-09-30 10:30:11 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-30 10:30:11 +0000
commit48ecb00774a849748926e495005d4ddb3d21db86 (patch)
tree0bd3dc9f4acc4fce3bf821d79161f11fbe2c16ca
parent18175e0fad52e247e31d294eb854394d03b669ed (diff)
downloadports-48ecb00774a849748926e495005d4ddb3d21db86.tar.gz
ports-48ecb00774a849748926e495005d4ddb3d21db86.zip
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)
-rw-r--r--devel/websvn/Makefile3
-rw-r--r--www/ilias/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/websvn/Makefile b/devel/websvn/Makefile
index 0978ccc77a7b..77df80000c64 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 407624f51884..882114c9ec25 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