From owner-svn-ports-all@freebsd.org Thu Mar 30 15:03:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5361D24853; Thu, 30 Mar 2017 15:03:17 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id 9BF68CC0; Thu, 30 Mar 2017 15:03:17 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UF3GLS022549; Thu, 30 Mar 2017 15:03:16 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UF3GuI022547; Thu, 30 Mar 2017 15:03:16 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201703301503.v2UF3GuI022547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 30 Mar 2017 15:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437302 - head/devel/phpunit6 X-SVN-Group: ports-head 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.23 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: Thu, 30 Mar 2017 15:03:18 -0000 Author: tz Date: Thu Mar 30 15:03:16 2017 New Revision: 437302 URL: https://svnweb.freebsd.org/changeset/ports/437302 Log: Recreate port devel/phpunit6 as repo-copy of devel/phpunit Added: head/devel/phpunit6/ - copied from r437300, head/devel/phpunit/ Modified: head/devel/phpunit6/Makefile head/devel/phpunit6/distinfo Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit/Makefile Thu Mar 30 14:33:04 2017 (r437300) +++ head/devel/phpunit6/Makefile Thu Mar 30 15:03:16 2017 (r437302) @@ -1,14 +1,14 @@ -# Created by: Torsten Zühlsdorff () +# Created by: Jochen Neumeister () # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.7.14 +PORTVERSION= 6.0.11 CATEGORIES= devel www -MASTER_SITES= https://phar.phpunit.de/ \ - http://ports.toco-domains.de/ +MASTER_SITES= https://phar.phpunit.de/ +PKGNAMESUFFIX= 6 EXTRACT_SUFX= .phar -MAINTAINER= tz@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE @@ -17,6 +17,8 @@ USES= cpe php CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar +IGNORE_WITH_PHP= 56 + NO_ARCH= yes NO_BUILD= yes @@ -28,6 +30,6 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/devel/phpunit6/distinfo ============================================================================== --- head/devel/phpunit/distinfo Thu Mar 30 14:33:04 2017 (r437300) +++ head/devel/phpunit6/distinfo Thu Mar 30 15:03:16 2017 (r437302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488388935 -SHA256 (phpunit-5.7.14.phar) = fcbae5c5e90d599c2e1086e7fa8cb6cd5eded75209ab961fe4005762f11e19c9 -SIZE (phpunit-5.7.14.phar) = 3028572 +TIMESTAMP = 1490873442 +SHA256 (phpunit-6.0.11.phar) = 21cc929e9e9c2646d6975d4b143cc581c69cc955e0fdb59ca401521a247ffe2d +SIZE (phpunit-6.0.11.phar) = 2598966