Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2017 12:21:50 +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: r440920 - head/devel/phpunit
Message-ID:  <201705151221.v4FCLooO099000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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