svn commit: r500916 - head/devel/aphpunit

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 6 12:32:30 UTC 2019


Author: tz
Date: Mon May  6 12:32:28 2019
New Revision: 500916
URL: https://svnweb.freebsd.org/changeset/ports/500916

Log:
  devel/aphpunit: Upgrade from 1.7 to 1.8
  
  Changelog:
  - Bugfix: now exit with code 1, if no test-cases were found
  - Bugfix: now exit with code 1, if not a single assertion was performed
  - Bugfix: detected PHP errors are no longer unhandled. They are no reported as error
  
  Changelog taken from: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/master/CHANGELOG
  
  MFH:		2019Q2

Modified:
  head/devel/aphpunit/Makefile
  head/devel/aphpunit/distinfo

Modified: head/devel/aphpunit/Makefile
==============================================================================
--- head/devel/aphpunit/Makefile	Mon May  6 11:58:48 2019	(r500915)
+++ head/devel/aphpunit/Makefile	Mon May  6 12:32:28 2019	(r500916)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aphpunit
-DISTVERSION=	1.7
+DISTVERSION=	1.8
 CATEGORIES=	devel www
 MASTER_SITES=	http://phar.toco-domains.de/
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}

Modified: head/devel/aphpunit/distinfo
==============================================================================
--- head/devel/aphpunit/distinfo	Mon May  6 11:58:48 2019	(r500915)
+++ head/devel/aphpunit/distinfo	Mon May  6 12:32:28 2019	(r500916)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540898963
-SHA256 (aphpunit-1.7.phar) = cef2aae72690c05041dac908027f3797bc1d1f2a8a97b55e218e41e35de44772
-SIZE (aphpunit-1.7.phar) = 55099
+TIMESTAMP = 1557145832
+SHA256 (aphpunit-1.8.phar) = 2bcd9440653960284064f7d7dc7884caf8fbd2f9698f6d87298d5c60ef039c0a
+SIZE (aphpunit-1.8.phar) = 58593


More information about the svn-ports-head mailing list