Skip to content

Commit

Permalink
devel/composer: Fix dependent ports after move of composer2
Browse files Browse the repository at this point in the history
This adapts the depend lines of ports depending on composer after
commit 8ed8145

Reported by:	antoine@ (thanks)
Fixes:		8ed8145
Pointyhat to:	madpilot (myself)
  • Loading branch information
madpilot78 committed Sep 30, 2023
1 parent 18175e0 commit 48ecb00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devel/websvn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= websvn
PORTVERSION= 2.8.2
PORTREVISION= 1
CATEGORIES= devel www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion www/ilias/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ilias
DISTVERSIONPREFIX= v
DISTVERSION= 8.5
PORTREVISION= 1
CATEGORIES= www education
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}

Expand All @@ -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

Expand Down

0 comments on commit 48ecb00

Please sign in to comment.