Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2019 07:34:56 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r500953 - branches/2019Q2/devel/aphpunit
Message-ID:  <201905070734.x477YudG093279@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue May  7 07:34:56 2019
New Revision: 500953
URL: https://svnweb.freebsd.org/changeset/ports/500953

Log:
  MFH: r500916
  
  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
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q2/devel/aphpunit/Makefile
  branches/2019Q2/devel/aphpunit/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/aphpunit/Makefile
==============================================================================
--- branches/2019Q2/devel/aphpunit/Makefile	Tue May  7 06:36:30 2019	(r500952)
+++ branches/2019Q2/devel/aphpunit/Makefile	Tue May  7 07:34:56 2019	(r500953)
@@ -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: branches/2019Q2/devel/aphpunit/distinfo
==============================================================================
--- branches/2019Q2/devel/aphpunit/distinfo	Tue May  7 06:36:30 2019	(r500952)
+++ branches/2019Q2/devel/aphpunit/distinfo	Tue May  7 07:34:56 2019	(r500953)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905070734.x477YudG093279>