Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 15:03:16 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437302 - head/devel/phpunit6
Message-ID:  <201703301503.v2UF3GuI022547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 (<ports@toco-domains.de>)
+# Created by: Jochen Neumeister (<joneum@bsdproject.de>)
 # $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301503.v2UF3GuI022547>