Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2017 09:56:44 +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: r443562 - head/devel/phpunit
Message-ID:  <201706140956.v5E9uinv004434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Jun 14 09:56:44 2017
New Revision: 443562
URL: https://svnweb.freebsd.org/changeset/ports/443562

Log:
  devel/phpunit: Update from 5.7.19 to 5.7.20
  
  Also set portscout limit to avoid notices about devel/phpunit6

Modified:
  head/devel/phpunit/Makefile
  head/devel/phpunit/distinfo

Modified: head/devel/phpunit/Makefile
==============================================================================
--- head/devel/phpunit/Makefile	Wed Jun 14 09:53:03 2017	(r443561)
+++ head/devel/phpunit/Makefile	Wed Jun 14 09:56:44 2017	(r443562)
@@ -1,8 +1,7 @@
-# Created by: Torsten Zühlsdorff (<ports@toco-domains.de>)
 # $FreeBSD$
 
 PORTNAME=	phpunit
-PORTVERSION=	5.7.19
+PORTVERSION=	5.7.20
 CATEGORIES=	devel www
 MASTER_SITES=	https://phar.phpunit.de/ \
 		http://ports.toco-domains.de/
@@ -14,6 +13,8 @@ COMMENT=	Testing framework for unit tests
 LICENSE=	BSD3CLAUSE
 
 CONFLICTS_INSTALL=	phpunit6
+
+PORTSCOUT=	limit:^5\.7\.[0-9]*
 
 USES=		cpe php
 CPE_VENDOR=	phpunit_project

Modified: head/devel/phpunit/distinfo
==============================================================================
--- head/devel/phpunit/distinfo	Wed Jun 14 09:53:03 2017	(r443561)
+++ head/devel/phpunit/distinfo	Wed Jun 14 09:56:44 2017	(r443562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494850810
-SHA256 (phpunit-5.7.19.phar) = 1df539af88e88512d3346c6bfa0c59720fa87011bffb5276551e26df72e5e948
-SIZE (phpunit-5.7.19.phar) = 2989212
+TIMESTAMP = 1497434046
+SHA256 (phpunit-5.7.20.phar) = 012f7fd85ca7b34198fedd4387df453a979bc6240b90da60ad7f3ba41a0d438c
+SIZE (phpunit-5.7.20.phar) = 2993984



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