Index: head/devel/aphpbreakdown/Makefile =================================================================== --- head/devel/aphpbreakdown/Makefile (revision 472367) +++ head/devel/aphpbreakdown/Makefile (revision 472368) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= aphpbreakdown -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.0 CATEGORIES= devel www MASTER_SITES= http://phar.code-mesa.com/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} EXTRACT_SUFX= .phar MAINTAINER= freebsd@code-mesa.com COMMENT= Code-Analyzer for PHP for Compatibility Check-UP LICENSE= BSD2CLAUSE USES= php:flavors USE_PHP= tokenizer phar hash NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/aphpbreakdown # Download isn't compressed or aggregated, it's just the single file do-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/devel/aphpbreakdown/distinfo =================================================================== --- head/devel/aphpbreakdown/distinfo (revision 472367) +++ head/devel/aphpbreakdown/distinfo (revision 472368) @@ -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 Index: head/devel/aphpbreakdown/pkg-descr =================================================================== --- head/devel/aphpbreakdown/pkg-descr (revision 472367) +++ head/devel/aphpbreakdown/pkg-descr (revision 472368) @@ -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/