svn commit: r461544 - head/devel/phpunit6

Jochen Neumeister joneum at FreeBSD.org
Mon Feb 12 00:00:25 UTC 2018


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


More information about the svn-ports-head mailing list