From owner-svn-ports-all@freebsd.org Tue Feb 13 20:14:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7898F20A44; Tue, 13 Feb 2018 20:14:58 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 671616EC52; Tue, 13 Feb 2018 20:14:58 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61120258E2; Tue, 13 Feb 2018 20:14:58 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1DKEwLG078342; Tue, 13 Feb 2018 20:14:58 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1DKEw1s078339; Tue, 13 Feb 2018 20:14:58 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802132014.w1DKEw1s078339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 13 Feb 2018 20:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461743 - in head/devel: . phpunit7 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/devel: . phpunit7 X-SVN-Commit-Revision: 461743 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 20:14:58 -0000 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 () # $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@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