Date: Thu, 29 Mar 2018 09:04:08 +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: r465873 - head/devel/aphpunit Message-ID: <201803290904.w2T948ks063594@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Mar 29 09:04:08 2018 New Revision: 465873 URL: https://svnweb.freebsd.org/changeset/ports/465873 Log: devel/aphpunit: Update from 1.3 to 1.4 - Feature: Remove source-path of test-cases to make Testcase-Summary more readable Port-Changes: - set IGNORE_WITH_PHP because it needs at least PHP 7.0 - flavorize port Differential Revision: https://reviews.freebsd.org/D14693 Modified: head/devel/aphpunit/Makefile head/devel/aphpunit/distinfo Modified: head/devel/aphpunit/Makefile ============================================================================== --- head/devel/aphpunit/Makefile Thu Mar 29 09:03:25 2018 (r465872) +++ head/devel/aphpunit/Makefile Thu Mar 29 09:04:08 2018 (r465873) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= aphpunit -DISTVERSION= 1.3 +DISTVERSION= 1.4 CATEGORIES= devel www MASTER_SITES= http://phar.toco-domains.de/ +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} EXTRACT_SUFX= .phar MAINTAINER= tz@FreeBSD.org @@ -11,7 +12,9 @@ COMMENT= Testing framework for unit tests LICENSE= BSD2CLAUSE -USES= php +IGNORE_WITH_PHP= 56 + +USES= php:flavors USE_PHP= pcntl phar posix sysvmsg NO_ARCH= yes Modified: head/devel/aphpunit/distinfo ============================================================================== --- head/devel/aphpunit/distinfo Thu Mar 29 09:03:25 2018 (r465872) +++ head/devel/aphpunit/distinfo Thu Mar 29 09:04:08 2018 (r465873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511523685 -SHA256 (aphpunit-1.3.phar) = 63d5ca2740c36536385cb559ba61efb7ccb88644c44f53b8dca4e103c5a44a78 -SIZE (aphpunit-1.3.phar) = 55335 +TIMESTAMP = 1521028814 +SHA256 (aphpunit-1.4.phar) = d63998bbfa674abbf6efe13a90be154686409cd098d59b889198b25a5500c8cd +SIZE (aphpunit-1.4.phar) = 56356
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803290904.w2T948ks063594>