svn commit: r499162 - in head/devel: . phpunit8

Jochen Neumeister joneum at FreeBSD.org
Wed Apr 17 08:17:13 UTC 2019


Author: joneum
Date: Wed Apr 17 08:17:11 2019
New Revision: 499162
URL: https://svnweb.freebsd.org/changeset/ports/499162

Log:
  New Port: devel/phpunit8
  
  PHPUnit is a regression testing framework used by the developer
  who implements unit tests in PHP.
  
  WWW: https://www.phpunit.de
  
  Sponsored by:	Netzkommune GmbH

Added:
  head/devel/phpunit8/
     - copied from r499145, head/devel/phpunit7/
Modified:
  head/devel/Makefile
  head/devel/phpunit8/Makefile
  head/devel/phpunit8/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr 17 08:05:34 2019	(r499161)
+++ head/devel/Makefile	Wed Apr 17 08:17:11 2019	(r499162)
@@ -4109,6 +4109,7 @@
     SUBDIR += phpsh
     SUBDIR += phpunit6
     SUBDIR += phpunit7
+    SUBDIR += phpunit8
     SUBDIR += physfs
     SUBDIR += picp
     SUBDIR += picprog

Modified: head/devel/phpunit8/Makefile
==============================================================================
--- head/devel/phpunit7/Makefile	Wed Apr 17 03:00:38 2019	(r499145)
+++ head/devel/phpunit8/Makefile	Wed Apr 17 08:17:11 2019	(r499162)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	phpunit
-DISTVERSION=	7.5.8
+DISTVERSION=	8.1.2
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
-PKGNAMESUFFIX=	7${PHP_PKGNAMESUFFIX}
+PKGNAMESUFFIX=	8${PHP_PKGNAMESUFFIX}
 EXTRACT_SUFX=	.phar
 
 MAINTAINER=	joneum at FreeBSD.org

Modified: head/devel/phpunit8/distinfo
==============================================================================
--- head/devel/phpunit7/distinfo	Wed Apr 17 03:00:38 2019	(r499145)
+++ head/devel/phpunit8/distinfo	Wed Apr 17 08:17:11 2019	(r499162)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554222264
-SHA256 (phpunit-7.5.8.phar) = 04c629c758af036dde21b80eb2d25ca0e8d0babec5a0f7694cebcf2a0e7fad65
-SIZE (phpunit-7.5.8.phar) = 2704863
+TIMESTAMP = 1555488412
+SHA256 (phpunit-8.1.2.phar) = 09f6df448717f7c7e7566cdea18da29075126b43efc0c97468d9f804d8073afa
+SIZE (phpunit-8.1.2.phar) = 2795901


More information about the svn-ports-all mailing list