From owner-dev-commits-ports-main@freebsd.org Tue Sep 21 22:24:58 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7D9967C860; Tue, 21 Sep 2021 22:24:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDbZy4TQ8z4hdJ; Tue, 21 Sep 2021 22:24:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6852643F8; Tue, 21 Sep 2021 22:24:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18LMOwaS038521; Tue, 21 Sep 2021 22:24:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18LMOwkn038520; Tue, 21 Sep 2021 22:24:58 GMT (envelope-from git) Date: Tue, 21 Sep 2021 22:24:58 GMT Message-Id: <202109212224.18LMOwkn038520@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 5bed27d84d39 - main - www/pear-Structures_DataGrid_Renderer_Pager: Add LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5bed27d84d390323115604e77984037a11182980 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 22:24:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bed27d84d390323115604e77984037a11182980 commit 5bed27d84d390323115604e77984037a11182980 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 22:13:14 +0000 Commit: Po-Chuan Hsieh 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