Date: Sat, 23 Mar 2024 14:59:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b56660129dd - main - devel/pear-HTML_QuickForm_SelectFilter: Change the way *_DEPENDS are set Message-ID: <202403231459.42NExVMR087803@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b56660129ddb816029b1cb718a3cb80a0e2533d commit 5b56660129ddb816029b1cb718a3cb80a0e2533d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:59 +0000 devel/pear-HTML_QuickForm_SelectFilter: Change the way *_DEPENDS are set - Remove BUILD_DEPENDS - Add NO_ARCH --- devel/pear-HTML_QuickForm_SelectFilter/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/pear-HTML_QuickForm_SelectFilter/Makefile b/devel/pear-HTML_QuickForm_SelectFilter/Makefile index 41c2a9cc575f..ccfeb7f821c1 100644 --- a/devel/pear-HTML_QuickForm_SelectFilter/Makefile +++ b/devel/pear-HTML_QuickForm_SelectFilter/Makefile @@ -1,7 +1,7 @@ PORTNAME= HTML_QuickForm_SelectFilter PORTVERSION= 1.0.0 CATEGORIES= devel www pear -DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 +DISTNAME= HTML_QuickForm_SelectFilter-${PORTVERSION}RC1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Element for PEAR::HTML_QuickForm that defines dynamic filters @@ -9,9 +9,10 @@ WWW= https://pear.php.net/package/HTML_QuickForm_SelectFilter LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}HTML_QuickForm>=3.2.3:devel/pear-HTML_QuickForm@${PHP_FLAVOR} USES= pear +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExVMR087803>