svn commit: r419166 - head/devel/phpunit

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Jul 27 07:53:47 UTC 2016


Author: tz
Date: Wed Jul 27 07:53:45 2016
New Revision: 419166
URL: https://svnweb.freebsd.org/changeset/ports/419166

Log:
  devel/phpunit: Update from 5.4.6 to 5.4.7
  
  
  - Invalid data sets are not handled correctly for @testWith annotation
  - No warnings when test runs in separate process
  - expectException() accepts non-string argument
  
  Approved by: pi (mentor)

Modified:
  head/devel/phpunit/Makefile
  head/devel/phpunit/distinfo

Modified: head/devel/phpunit/Makefile
==============================================================================
--- head/devel/phpunit/Makefile	Wed Jul 27 07:39:21 2016	(r419165)
+++ head/devel/phpunit/Makefile	Wed Jul 27 07:53:45 2016	(r419166)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpunit
-PORTVERSION=	5.4.6
+PORTVERSION=	5.4.7
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/ \
 		http://ports.toco-domains.de/

Modified: head/devel/phpunit/distinfo
==============================================================================
--- head/devel/phpunit/distinfo	Wed Jul 27 07:39:21 2016	(r419165)
+++ head/devel/phpunit/distinfo	Wed Jul 27 07:53:45 2016	(r419166)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468933787
-SHA256 (phpunit-5.4.6.phar) = f1aa125103a91f573ed43bb8fea42b5e087e5d67d570e84cb4ab2215a40ecbf8
-SIZE (phpunit-5.4.6.phar) = 2988429
+TIMESTAMP = 1469546248
+SHA256 (phpunit-5.4.7.phar) = 7791801ac19562e1b9e7e4e638f928bb030958eea5fe53b6ee4efbd0ed36187d
+SIZE (phpunit-5.4.7.phar) = 2989346


More information about the svn-ports-all mailing list