From owner-dev-commits-ports-main@freebsd.org Sun Sep 19 06:07:37 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 F3CEC6ABAE5; Sun, 19 Sep 2021 06:07:36 +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 4HBy066qJYz3MlZ; Sun, 19 Sep 2021 06:07:34 +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 12C3818377; Sun, 19 Sep 2021 06:07:33 +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 18J67W6l053382; Sun, 19 Sep 2021 06:07:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18J67Wb4053381; Sun, 19 Sep 2021 06:07:32 GMT (envelope-from git) Date: Sun, 19 Sep 2021 06:07:32 GMT Message-Id: <202109190607.18J67Wb4053381@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: 6e47d94d4705 - main - devel/pear-PHP_UML: Fix *_DEPENDS 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: 6e47d94d470552abba2e10423a8b9e1316fbc7e7 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: Sun, 19 Sep 2021 06:07:37 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e47d94d470552abba2e10423a8b9e1316fbc7e7 commit 6e47d94d470552abba2e10423a8b9e1316fbc7e7 Author: Po-Chuan Hsieh AuthorDate: 2021-09-19 05:29:03 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-19 06:00:04 +0000 devel/pear-PHP_UML: Fix *_DEPENDS - Remove duplicate BUILD_DEPENDS and RUN_DEPENDS - Add NO_ARCH - pkg-descr - Bump PORTREVISION for dependency change --- devel/pear-PHP_UML/Makefile | 8 ++++---- devel/pear-PHP_UML/pkg-descr | 9 +++++++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile index 76b392ebd04a..016e12ee94d8 100644 --- a/devel/pear-PHP_UML/Makefile +++ b/devel/pear-PHP_UML/Makefile @@ -9,11 +9,11 @@ COMMENT= PEAR Class to Create UML Representation of PHP Code LICENSE= LGPL3 -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR} \ - ${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=0:devel/pear-Console_CommandLine@${PHP_FLAVOR} -USES= pear php +USES= pear USE_PHP= spl xsl +NO_ARCH= yes + .include diff --git a/devel/pear-PHP_UML/pkg-descr b/devel/pear-PHP_UML/pkg-descr index 1fb139a9848b..614e706eb2bd 100644 --- a/devel/pear-PHP_UML/pkg-descr +++ b/devel/pear-PHP_UML/pkg-descr @@ -1,4 +1,9 @@ -PHP_UML is a reverse-engineering package that scans PHP files and directories, -and delivers an UML/XMI representation of the classes and packages found. +PHP_UML is a PHP parser, an XMI generator and a documentation tool. + +Practically, with PHP_UML, you will be able to feed a UML CASE tool, like +Rational Rose or Argouml, with a UML representation of existing PHP source code. +This way, you get an instant overview of a PHP application, with all the usual +functions of a software design tool (such as class diagrams exportation, +refactoring of object-oriented applications, or automatic code generation). WWW: https://pear.php.net/package/PHP_UML