svn commit: r461743 - in head/devel: . phpunit7

Jochen Neumeister joneum at FreeBSD.org
Tue Feb 13 20:14:58 UTC 2018


Author: joneum
Date: Tue Feb 13 20:14:57 2018
New Revision: 461743
URL: https://svnweb.freebsd.org/changeset/ports/461743

Log:
  New port: devel/phpunit7
  
  PHPUnit is a regression testing framework used by the developer
  who implements unit tests in PHP.
  
  WWW: http://www.phpunit.de
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14328

Added:
  head/devel/phpunit7/
     - copied from r461741, head/devel/phpunit6/
Modified:
  head/devel/Makefile
  head/devel/phpunit7/Makefile
  head/devel/phpunit7/distinfo

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb 13 20:13:16 2018	(r461742)
+++ head/devel/Makefile	Tue Feb 13 20:14:57 2018	(r461743)
@@ -4082,6 +4082,7 @@
     SUBDIR += phpsh
     SUBDIR += phpunit
     SUBDIR += phpunit6
+    SUBDIR += phpunit7
     SUBDIR += physfs
     SUBDIR += physfs-devel
     SUBDIR += picp

Modified: head/devel/phpunit7/Makefile
==============================================================================
--- head/devel/phpunit6/Makefile	Tue Feb 13 20:09:04 2018	(r461741)
+++ head/devel/phpunit7/Makefile	Tue Feb 13 20:14:57 2018	(r461743)
@@ -1,11 +1,10 @@
-# Created by: Jochen Neumeister (<joneum at bsdproject.de>)
 # $FreeBSD$
 
 PORTNAME=	phpunit
-DISTVERSION=	6.5.6
+DISTVERSION=	7.0
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/
-PKGNAMESUFFIX=	6
+PKGNAMESUFFIX=	7
 EXTRACT_SUFX=	.phar
 
 MAINTAINER=	joneum at FreeBSD.org

Modified: head/devel/phpunit7/distinfo
==============================================================================
--- head/devel/phpunit6/distinfo	Tue Feb 13 20:09:04 2018	(r461741)
+++ head/devel/phpunit7/distinfo	Tue Feb 13 20:14:57 2018	(r461743)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518393379
-SHA256 (phpunit-6.5.6.phar) = ad0d5f8dfbd95ffcbfbe7fde4fa7a9d4f24fa6e070b1215faea579cdefac08f3
-SIZE (phpunit-6.5.6.phar) = 2763031
+TIMESTAMP = 1518552754
+SHA256 (phpunit-7.0.phar) = ccdf420f69adc4f11dd46bd43f70a422bd8111ad9a81d907bab4a0d66314cc48
+SIZE (phpunit-7.0.phar) = 2795954


More information about the svn-ports-head mailing list