diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-08 16:27:32 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-02-08 16:27:32 +0000 |
commit | 7341a8e416728cb81045f6ee4adbea321fc44b69 (patch) | |
tree | 579f4cc6154a0e0cdbc1ce71b2b647ba98a73cb1 | |
parent | Document the removal of devel/rubygem-event-bus (diff) |
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
Notes
Notes:
svn path=/head/; revision=461248
-rw-r--r-- | devel/phpunit/Makefile | 8 | ||||
-rw-r--r-- | devel/phpunit/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/phpunit/Makefile b/devel/phpunit/Makefile index 868ca745a090..a778df76af35 100644 --- a/devel/phpunit/Makefile +++ b/devel/phpunit/Makefile @@ -1,10 +1,9 @@ # $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@FreeBSD.org @@ -12,6 +11,9 @@ COMMENT= Testing framework for unit tests LICENSE= BSD3CLAUSE +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2018-02-02 + CONFLICTS_INSTALL= phpunit6 PORTSCOUT= limit:^5\.7\.[0-9]* diff --git a/devel/phpunit/distinfo b/devel/phpunit/distinfo index 05313c63b5d6..76a78f01e26a 100644 --- a/devel/phpunit/distinfo +++ b/devel/phpunit/distinfo @@ -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 |