diff options
author | pi <pi@FreeBSD.org> | 2018-06-14 16:21:12 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-06-14 16:21:12 +0800 |
commit | 7931c2ca241226d2befda4c5bbdcb6c35f5abed6 (patch) | |
tree | 0a12d12180b86773e989a756d7289967ccd772db | |
parent | 4fff9edf5979f19794c2ba3eea1a852fe4d7c7a3 (diff) | |
download | freebsd-ports-gnome-7931c2ca241226d2befda4c5bbdcb6c35f5abed6.tar.gz freebsd-ports-gnome-7931c2ca241226d2befda4c5bbdcb6c35f5abed6.tar.zst freebsd-ports-gnome-7931c2ca241226d2befda4c5bbdcb6c35f5abed6.zip |
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 <freebsd@felix.flornet.de>
Approved by: freebsd@code-mesa.com (maintainer)
Relnotes: https://gitlab.code-mesa.com/code-mesa/aphpbreakdown/blob/master/CHANGELOG.md
-rw-r--r-- | devel/aphpbreakdown/Makefile | 2 | ||||
-rw-r--r-- | devel/aphpbreakdown/distinfo | 6 | ||||
-rw-r--r-- | devel/aphpbreakdown/pkg-descr | 22 |
3 files changed, 16 insertions, 14 deletions
diff --git a/devel/aphpbreakdown/Makefile b/devel/aphpbreakdown/Makefile index 3c8ade2b83df..285a3aac8794 100644 --- a/devel/aphpbreakdown/Makefile +++ b/devel/aphpbreakdown/Makefile @@ -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} diff --git a/devel/aphpbreakdown/distinfo b/devel/aphpbreakdown/distinfo index 24f0d51eebca..a9da4ca9d217 100644 --- a/devel/aphpbreakdown/distinfo +++ b/devel/aphpbreakdown/distinfo @@ -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 diff --git a/devel/aphpbreakdown/pkg-descr b/devel/aphpbreakdown/pkg-descr index 085a301c1f8f..a9f1aa2e1f3e 100644 --- a/devel/aphpbreakdown/pkg-descr +++ b/devel/aphpbreakdown/pkg-descr @@ -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/ |