Date: Tue, 21 Sep 2021 22:24:58 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: 5bed27d84d39 - main - www/pear-Structures_DataGrid_Renderer_Pager: Add LICENSE Message-ID: <202109212224.18LMOwkn038520@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=5bed27d84d390323115604e77984037a11182980 commit 5bed27d84d390323115604e77984037a11182980 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 22:13:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 22:23:27 +0000 www/pear-Structures_DataGrid_Renderer_Pager: Add LICENSE - Change the way *_DEPENDS are set - Sort RUN_DEPENDS - Add NO_ARCH --- www/pear-Structures_DataGrid_Renderer_Pager/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/www/pear-Structures_DataGrid_Renderer_Pager/Makefile b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile index 63d9309045b5..329ce8e7bb4d 100644 --- a/www/pear-Structures_DataGrid_Renderer_Pager/Makefile +++ b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile @@ -5,11 +5,15 @@ PORTVERSION= 0.1.3 CATEGORIES= www pear MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Pager Renderer for pear-Structures_DataGrid +COMMENT= Renderer driver using PEAR::Pager -RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ - ${PEARDIR}/Pager/Pager.php:devel/pear-Pager@${PHP_FLAVOR} +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Pager>=2.4.4:devel/pear-Pager@${PHP_FLAVOR} \ + ${PEAR_PKGNAMEPREFIX}Structures_DataGrid>=0.7.0:devel/pear-Structures_DataGrid@${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?202109212224.18LMOwkn038520>