From owner-svn-ports-head@freebsd.org Wed Jul 20 11:36:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E9FB9AE14; Wed, 20 Jul 2016 11:36:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C21731AD9; Wed, 20 Jul 2016 11:36:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6KBapve090513; Wed, 20 Jul 2016 11:36:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6KBap2w090511; Wed, 20 Jul 2016 11:36:51 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201607201136.u6KBap2w090511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 20 Jul 2016 11:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418832 - head/devel/phpunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 11:36:53 -0000 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