Date: Sat, 30 Sep 2023 10:35:58 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 48ecb00774a8 - main - devel/composer: Fix dependent ports after move of composer2 Message-ID: <202309301035.38UAZwj2014121@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=48ecb00774a849748926e495005d4ddb3d21db86 commit 48ecb00774a849748926e495005d4ddb3d21db86 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-09-30 10:30:11 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-09-30 10:30:11 +0000 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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301035.38UAZwj2014121>