Date: Fri, 25 May 2018 11:20:55 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470830 - head/devel/aphpbreakdown Message-ID: <201805251120.w4PBKt28036733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri May 25 11:20:54 2018 New Revision: 470830 URL: https://svnweb.freebsd.org/changeset/ports/470830 Log: devel/aphpbreakdown: Update from 1.0.0 to 2.1.0 Changelogs: - http://gitlab.code-mesa.com/code-mesa/aphpbreakdown/tags/2.0.0 - http://gitlab.code-mesa.com/code-mesa/aphpbreakdown/tags/2.1.0 While here also introduce PHP Flavors to this port PR: 227610 Submitted by: Felix Flor <freebsd@felix.flornet.de> Differential Revision: https://reviews.freebsd.org/D15192 Modified: head/devel/aphpbreakdown/Makefile head/devel/aphpbreakdown/distinfo Modified: head/devel/aphpbreakdown/Makefile ============================================================================== --- head/devel/aphpbreakdown/Makefile Fri May 25 09:34:14 2018 (r470829) +++ head/devel/aphpbreakdown/Makefile Fri May 25 11:20:54 2018 (r470830) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= aphpbreakdown -DISTVERSION= 1.0.0 +DISTVERSION= 2.1.0 CATEGORIES= devel www MASTER_SITES= http://phar.code-mesa.com/ +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} EXTRACT_SUFX= .phar MAINTAINER= freebsd@code-mesa.com @@ -11,7 +12,7 @@ COMMENT= Code-Analyzer for PHP for Compatibility Check LICENSE= BSD2CLAUSE -USES= php +USES= php:flavors USE_PHP= tokenizer phar hash NO_ARCH= yes Modified: head/devel/aphpbreakdown/distinfo ============================================================================== --- head/devel/aphpbreakdown/distinfo Fri May 25 09:34:14 2018 (r470829) +++ head/devel/aphpbreakdown/distinfo Fri May 25 11:20:54 2018 (r470830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512382399 -SHA256 (aphpbreakdown-1.0.0.phar) = d1162cd8db67b9205e4d53181609439f30f5fd0b8b2f5070c3493878fa9c2b18 -SIZE (aphpbreakdown-1.0.0.phar) = 278480 +TIMESTAMP = 1524129483 +SHA256 (aphpbreakdown-2.1.0.phar) = 8414be3dffc201e9a15fce5b9b8e8925bd391a220eb01fd8c634f86d0f943662 +SIZE (aphpbreakdown-2.1.0.phar) = 283205
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805251120.w4PBKt28036733>