svn commit: r461248 - head/devel/phpunit

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Feb 8 16:27:34 UTC 2018


Author: tz
Date: Thu Feb  8 16:27:32 2018
New Revision: 461248
URL: https://svnweb.freebsd.org/changeset/ports/461248

Log:
  devel/phpunit: Update from 5.7.26 to 5.7.27
  
  While here:
  - remove MASTER_SITE which doesn't serve the file anymore
  - mark DEPRECATED since the support ended last week

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

Modified: head/devel/phpunit/Makefile
==============================================================================
--- head/devel/phpunit/Makefile	Thu Feb  8 15:56:17 2018	(r461247)
+++ head/devel/phpunit/Makefile	Thu Feb  8 16:27:32 2018	(r461248)
@@ -1,16 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	phpunit
-DISTVERSION=	5.7.26
+DISTVERSION=	5.7.27
 CATEGORIES=	devel www
-MASTER_SITES=	https://phar.phpunit.de/ \
-		http://ports.toco-domains.de/
+MASTER_SITES=	https://phar.phpunit.de/
 EXTRACT_SUFX=	.phar
 
 MAINTAINER=	tz at FreeBSD.org
 COMMENT=	Testing framework for unit tests
 
 LICENSE=	BSD3CLAUSE
+
+DEPRECATED=	No longer maintained upstream
+EXPIRATION_DATE=	2018-02-02
 
 CONFLICTS_INSTALL=	phpunit6
 

Modified: head/devel/phpunit/distinfo
==============================================================================
--- head/devel/phpunit/distinfo	Thu Feb  8 15:56:17 2018	(r461247)
+++ head/devel/phpunit/distinfo	Thu Feb  8 16:27:32 2018	(r461248)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516138475
-SHA256 (phpunit-5.7.26.phar) = 5483b06864e375ffaff506888a2ff6480561345f5a2b8d88b6d5896b89a249af
-SIZE (phpunit-5.7.26.phar) = 3035326
+TIMESTAMP = 1518106891
+SHA256 (phpunit-5.7.27.phar) = f0300a13f2653bee10b0ce24dbc8d94e65dc9be8966d822b9e455b6b294be16e
+SIZE (phpunit-5.7.27.phar) = 3040466


More information about the svn-ports-all mailing list