Date: Wed, 20 Jul 2016 11:36:51 +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: r418832 - head/devel/phpunit Message-ID: <201607201136.u6KBap2w090511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Jul 20 11:36:51 2016 New Revision: 418832 URL: https://svnweb.freebsd.org/changeset/ports/418832 Log: devel/phpunit: Update from 5.4.4 to 5.4.6 5.4.6 - 2016-06-16 - PHAR does not contain all dependencies 5.4.5 - 2016-06-15 - Use setlocale() with 0 as second argument to not affect current setting - Correctly handle paths to PHP binary that contain spaces (C:\Program Files) on Microsoft Windows While here: add USES= php Approved by: pi (mentor) Modified: head/devel/phpunit/Makefile head/devel/phpunit/distinfo Modified: head/devel/phpunit/Makefile ============================================================================== --- head/devel/phpunit/Makefile Wed Jul 20 11:35:48 2016 (r418831) +++ head/devel/phpunit/Makefile Wed Jul 20 11:36:51 2016 (r418832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.4.4 +PORTVERSION= 5.4.6 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= pear-PHPUnit-[1234]* -USES= cpe +USES= cpe php CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar Modified: head/devel/phpunit/distinfo ============================================================================== --- head/devel/phpunit/distinfo Wed Jul 20 11:35:48 2016 (r418831) +++ head/devel/phpunit/distinfo Wed Jul 20 11:36:51 2016 (r418832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465553603 -SHA256 (phpunit-5.4.4.phar) = 73876eda0fdda2cff1e1b88a3330406c987128b420288f5b2d23de0b4383a0f7 -SIZE (phpunit-5.4.4.phar) = 2879264 +TIMESTAMP = 1468933787 +SHA256 (phpunit-5.4.6.phar) = f1aa125103a91f573ed43bb8fea42b5e087e5d67d570e84cb4ab2215a40ecbf8 +SIZE (phpunit-5.4.6.phar) = 2988429
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607201136.u6KBap2w090511>