Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 13:34:12 +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: r477340 - head/devel/aphpunit
Message-ID:  <201808161334.w7GDYCpV087841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Aug 16 13:34:11 2018
New Revision: 477340
URL: https://svnweb.freebsd.org/changeset/ports/477340

Log:
  devel/aphpunit: Upgrade from 1.5 to 1.6
  
  - Feature: add vendor/bin definition to composer.json
  - Feature: Replace deprecated create_function()
             with anonymous function in expectException()
  - Bugfix: Add test-cases for expectException()

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

Modified: head/devel/aphpunit/Makefile
==============================================================================
--- head/devel/aphpunit/Makefile	Thu Aug 16 13:27:50 2018	(r477339)
+++ head/devel/aphpunit/Makefile	Thu Aug 16 13:34:11 2018	(r477340)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	aphpunit
-DISTVERSION=	1.5
+DISTVERSION=	1.6
 CATEGORIES=	devel www
 MASTER_SITES=	http://phar.toco-domains.de/
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}

Modified: head/devel/aphpunit/distinfo
==============================================================================
--- head/devel/aphpunit/distinfo	Thu Aug 16 13:27:50 2018	(r477339)
+++ head/devel/aphpunit/distinfo	Thu Aug 16 13:34:11 2018	(r477340)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528449166
-SHA256 (aphpunit-1.5.phar) = 577c639dff8c8549ccb8746cef54562587fc1f3dfb7545da7e5fa70ea0c4b78e
-SIZE (aphpunit-1.5.phar) = 51100
+TIMESTAMP = 1534426340
+SHA256 (aphpunit-1.6.phar) = 5f2672be85d4eb6a0ad80c27335acec671bbf3d8e4ed6c0a93bd488e337266fc
+SIZE (aphpunit-1.6.phar) = 52153



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