Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 00:00:24 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461544 - head/devel/phpunit6
Message-ID:  <201802120000.w1C00OKC037580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Mon Feb 12 00:00:24 2018
New Revision: 461544
URL: https://svnweb.freebsd.org/changeset/ports/461544

Log:
  devel/phpunit6: Update from 6.5.5 to 6.5.6
  
  Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md
  
   -Pet portlint
  
  Approved by:	mentors (implicit)

Modified:
  head/devel/phpunit6/Makefile
  head/devel/phpunit6/distinfo

Modified: head/devel/phpunit6/Makefile
==============================================================================
--- head/devel/phpunit6/Makefile	Sun Feb 11 23:50:24 2018	(r461543)
+++ head/devel/phpunit6/Makefile	Mon Feb 12 00:00:24 2018	(r461544)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpunit
-DISTVERSION=	6.5.5
+DISTVERSION=	6.5.6
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
 PKGNAMESUFFIX=	6
@@ -13,13 +13,13 @@ COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
 
+IGNORE_WITH_PHP=	56
+
 CONFLICTS_INSTALL=	phpunit
 
 USES=		cpe php
 CPE_VENDOR=	phpunit_project
 USE_PHP=	dom json spl pcre phar
-
-IGNORE_WITH_PHP=	56
 
 NO_ARCH=	yes
 NO_BUILD=	yes

Modified: head/devel/phpunit6/distinfo
==============================================================================
--- head/devel/phpunit6/distinfo	Sun Feb 11 23:50:24 2018	(r461543)
+++ head/devel/phpunit6/distinfo	Mon Feb 12 00:00:24 2018	(r461544)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513880059
-SHA256 (phpunit-6.5.5.phar) = 7b871b0726d40dc4d783c08f4051b400615b0d85f0a5e26c86b9a75be47c8da1
-SIZE (phpunit-6.5.5.phar) = 2757440
+TIMESTAMP = 1518393379
+SHA256 (phpunit-6.5.6.phar) = ad0d5f8dfbd95ffcbfbe7fde4fa7a9d4f24fa6e070b1215faea579cdefac08f3
+SIZE (phpunit-6.5.6.phar) = 2763031



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