From owner-svn-ports-all@freebsd.org Thu Jun 14 08:21:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95C70100F841; Thu, 14 Jun 2018 08:21:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493577CBC2; Thu, 14 Jun 2018 08:21:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A84725D8D; Thu, 14 Jun 2018 08:21:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5E8LDCa015879; Thu, 14 Jun 2018 08:21:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5E8LCnL015876; Thu, 14 Jun 2018 08:21:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201806140821.w5E8LCnL015876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 14 Jun 2018 08:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472368 - head/devel/aphpbreakdown X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/aphpbreakdown X-SVN-Commit-Revision: 472368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 08:21:13 -0000 Author: pi Date: Thu Jun 14 08:21:12 2018 New Revision: 472368 URL: https://svnweb.freebsd.org/changeset/ports/472368 Log: devel/aphpbreakdown: update 2.1.0 -> 2.2.0 - Added support for ignoring modules by file - CI File will only exit if a module is missing. Missing functions, classes and constants are displayed as before but don't exit with error. PR: 228980 Submitted by: Felix Flor Approved by: freebsd@code-mesa.com (maintainer) Relnotes: https://gitlab.code-mesa.com/code-mesa/aphpbreakdown/blob/master/CHANGELOG.md Modified: head/devel/aphpbreakdown/Makefile head/devel/aphpbreakdown/distinfo head/devel/aphpbreakdown/pkg-descr Modified: head/devel/aphpbreakdown/Makefile ============================================================================== --- head/devel/aphpbreakdown/Makefile Thu Jun 14 08:17:40 2018 (r472367) +++ head/devel/aphpbreakdown/Makefile Thu Jun 14 08:21:12 2018 (r472368) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aphpbreakdown -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.0 CATEGORIES= devel www MASTER_SITES= http://phar.code-mesa.com/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} Modified: head/devel/aphpbreakdown/distinfo ============================================================================== --- head/devel/aphpbreakdown/distinfo Thu Jun 14 08:17:40 2018 (r472367) +++ head/devel/aphpbreakdown/distinfo Thu Jun 14 08:21:12 2018 (r472368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524129483 -SHA256 (aphpbreakdown-2.1.0.phar) = 8414be3dffc201e9a15fce5b9b8e8925bd391a220eb01fd8c634f86d0f943662 -SIZE (aphpbreakdown-2.1.0.phar) = 283205 +TIMESTAMP = 1528888320 +SHA256 (aphpbreakdown-2.2.0.phar) = 1b4ed5214aeb196ad98b5a56c7d954a32e4fe1d31a0cf0d09829f6ecd0fc631d +SIZE (aphpbreakdown-2.2.0.phar) = 284319 Modified: head/devel/aphpbreakdown/pkg-descr ============================================================================== --- head/devel/aphpbreakdown/pkg-descr Thu Jun 14 08:17:40 2018 (r472367) +++ head/devel/aphpbreakdown/pkg-descr Thu Jun 14 08:21:12 2018 (r472368) @@ -1,13 +1,15 @@ -This software analyzes all files of your project and collect all PHP classes, -functions and constants found in your project. For the collection of classes, -functions and constants it determined all modules of PHP needed to be installed -on the webserver for your project. +This software analyzes all files of your project and collect all +PHP classes, functions and constants found in your project. For the +collection of classes, functions and constants it determined all +modules of PHP needed to be installed on the webserver for your +project. -To display the result of the analyze you can choose different ways. One way is -to display an output on your command line. But what do you do if you don't have -a command line access on the server you want to test? Then you use the testfile -generator of aPHPbreakdown! It generates a testfile you can upload to the -webserver, or sent it to you customer to upload it, and run it very simple in -the browser. +To display the result of the analysis you can choose different ways. +One way is to display an output on your command line. But what do +you do if you don't have a command line access on the server you +want to test? Then you use the testfile generator of aPHPbreakdown! +It generates a testfile you can upload to the webserver, or sent +it to you customer to upload it, and run it very simple in the +browser. WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown/