svn commit: r440920 - head/devel/phpunit

Torsten Zuehlsdorff tz at FreeBSD.org
Mon May 15 12:21:52 UTC 2017


Author: tz
Date: Mon May 15 12:21:50 2017
New Revision: 440920
URL: https://svnweb.freebsd.org/changeset/ports/440920

Log:
  devel/phpunit: Upgrade from 5.7.14 to 5.7.19
  
  Also add CONFLICTS_INSTALL to devel/phpunit6
  
  PR:           219133
  Submitted by: Franco Fichtner <franco at opnsense.org>

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

Modified: head/devel/phpunit/Makefile
==============================================================================
--- head/devel/phpunit/Makefile	Mon May 15 12:05:10 2017	(r440919)
+++ head/devel/phpunit/Makefile	Mon May 15 12:21:50 2017	(r440920)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpunit
-PORTVERSION=	5.7.14
+PORTVERSION=	5.7.19
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/ \
 		http://ports.toco-domains.de/
@@ -13,6 +13,8 @@ COMMENT=	Testing framework for unit test
 
 LICENSE=	BSD3CLAUSE
 
+CONFLICTS_INSTALL=	phpunit6
+
 USES=		cpe php
 CPE_VENDOR=	phpunit_project
 USE_PHP=	dom json spl pcre phar

Modified: head/devel/phpunit/distinfo
==============================================================================
--- head/devel/phpunit/distinfo	Mon May 15 12:05:10 2017	(r440919)
+++ head/devel/phpunit/distinfo	Mon May 15 12:21:50 2017	(r440920)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488388935
-SHA256 (phpunit-5.7.14.phar) = fcbae5c5e90d599c2e1086e7fa8cb6cd5eded75209ab961fe4005762f11e19c9
-SIZE (phpunit-5.7.14.phar) = 3028572
+TIMESTAMP = 1494850810
+SHA256 (phpunit-5.7.19.phar) = 1df539af88e88512d3346c6bfa0c59720fa87011bffb5276551e26df72e5e948
+SIZE (phpunit-5.7.19.phar) = 2989212


More information about the svn-ports-all mailing list