From owner-dev-commits-ports-all@freebsd.org Sun Sep 19 06:07:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 749EC6ABA73; Sun, 19 Sep 2021 06:07:50 +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 4HBy0Q044Jz3NJv; Sun, 19 Sep 2021 06:07:50 +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 E7B7E18491; Sun, 19 Sep 2021 06:07:46 +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 18J67kMT053687; Sun, 19 Sep 2021 06:07:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18J67kcx053686; Sun, 19 Sep 2021 06:07:46 GMT (envelope-from git) Date: Sun, 19 Sep 2021 06:07:46 GMT Message-Id: <202109190607.18J67kcx053686@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: ab4835b807d5 - main - textproc/pear-XML_DTD: Change the way *_DEPENDS are set 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: ab4835b807d5c92da682916fb60af3c84df0620f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 06:07:50 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab4835b807d5c92da682916fb60af3c84df0620f commit ab4835b807d5c92da682916fb60af3c84df0620f Author: Po-Chuan Hsieh AuthorDate: 2021-09-19 05:38:11 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-19 06:00:10 +0000 textproc/pear-XML_DTD: Change the way *_DEPENDS are set - Add LICENSE - Remove BUILD_DEPENDS - Remove USES=dos2unix - Add NO_ARCH --- textproc/pear-XML_DTD/Makefile | 9 ++++++--- textproc/pear-XML_DTD/pkg-descr | 11 +++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/textproc/pear-XML_DTD/Makefile b/textproc/pear-XML_DTD/Makefile index 246800a18aaa..5c9b84932469 100644 --- a/textproc/pear-XML_DTD/Makefile +++ b/textproc/pear-XML_DTD/Makefile @@ -7,9 +7,12 @@ CATEGORIES= textproc devel pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parsing of DTD files and DTD validation of XML files -BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} +LICENSE= BSD2CLAUSE -USES= dos2unix pear +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.1:devel/pear-XML_Parser@${PHP_FLAVOR} + +USES= pear + +NO_ARCH= yes .include diff --git a/textproc/pear-XML_DTD/pkg-descr b/textproc/pear-XML_DTD/pkg-descr index 8f7ba391ba61..d5f47d42deba 100644 --- a/textproc/pear-XML_DTD/pkg-descr +++ b/textproc/pear-XML_DTD/pkg-descr @@ -1,9 +1,8 @@ -PEAR::XML_DTD parsing of DTD files and DTD validation of XML files. -The XML validation is done with the php sax parser, the xml extension, it -does not use the domxml extension. +Parsing of DTD files and DTD validation of XML files. The XML validation is done +with the php sax parser, the xml extension, it does not use the domxml +extension. -Currently supports most of the current XML spec, including entities, -elements and attributes. Some uncommon parts of the spec may still be -unsupported. +Currently supports most of the current XML spec, including entities, elements +and attributes. Some uncommon parts of the spec may still be unsupported. WWW: https://pear.php.net/package/XML_DTD