Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:59:30 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: 41f561480cef - main - devel/pear-HTML_QuickForm: Change the way *_DEPENDS are set
Message-ID:  <202403231459.42NExUcJ087749@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=41f561480cef6cfada516ffa6cfd99988af6a0f8

commit 41f561480cef6cfada516ffa6cfd99988af6a0f8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:20:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:58 +0000

    devel/pear-HTML_QuickForm: Change the way *_DEPENDS are set
    
    - Update WWW
    - Remove BUILD_DEPENDS
    - Add NO_ARCH
---
 devel/pear-HTML_QuickForm/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/devel/pear-HTML_QuickForm/Makefile b/devel/pear-HTML_QuickForm/Makefile
index f041808e1605..9af82797ea9c 100644
--- a/devel/pear-HTML_QuickForm/Makefile
+++ b/devel/pear-HTML_QuickForm/Makefile
@@ -4,15 +4,17 @@ CATEGORIES=	devel www pear
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Provide methods for creating, validating, and processing HTML forms
-WWW=		https://pear.php.net/package/HTML_QuickForm
+WWW=		https://pear.php.net/package/HTML_QuickForm \
+		https://github.com/pear/HTML_QuickForm
 
 LICENSE=	PHP301
 
-BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
-RUN_DEPENDS:=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
+RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}HTML_Common>=1.2.1:devel/pear-HTML_Common@${PHP_FLAVOR}
 
 USES=		cpe pear
 
+NO_ARCH=	yes
+
 CPE_VENDOR=	html_quickform_project
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExUcJ087749>