diff options
author | tz <tz@FreeBSD.org> | 2016-06-13 18:04:24 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2016-06-13 18:04:24 +0800 |
commit | 03d9adeab921e5ae0ead2062541bb1a82fc5ed22 (patch) | |
tree | 5764bc5eae4c5ff082b861ecf608368e19f07f65 | |
parent | 5ddf9ed0b3c3a5ba5ba0f392245bef46cfdae279 (diff) | |
download | freebsd-ports-gnome-03d9adeab921e5ae0ead2062541bb1a82fc5ed22.tar.gz freebsd-ports-gnome-03d9adeab921e5ae0ead2062541bb1a82fc5ed22.tar.zst freebsd-ports-gnome-03d9adeab921e5ae0ead2062541bb1a82fc5ed22.zip |
devel/phpunit: Update to 5.4.4
Changelogs:
- https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.4.md
- https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.3.md
Approved by: pi (mentor)
-rw-r--r-- | devel/phpunit/Makefile | 2 | ||||
-rw-r--r-- | devel/phpunit/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/phpunit/Makefile b/devel/phpunit/Makefile index 518b2ef81772..c3c2728ab4cc 100644 --- a/devel/phpunit/Makefile +++ b/devel/phpunit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 5.3.4 +PORTVERSION= 5.4.4 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ diff --git a/devel/phpunit/distinfo b/devel/phpunit/distinfo index 32203f8b3e11..f898bd30d551 100644 --- a/devel/phpunit/distinfo +++ b/devel/phpunit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464076245 -SHA256 (phpunit-5.3.4.phar) = ce354a3722dd40f2af807e6ddc091646b7364b14f639a1fdd077e1c95f8ad859 -SIZE (phpunit-5.3.4.phar) = 2825784 +TIMESTAMP = 1465553603 +SHA256 (phpunit-5.4.4.phar) = 73876eda0fdda2cff1e1b88a3330406c987128b420288f5b2d23de0b4383a0f7 +SIZE (phpunit-5.4.4.phar) = 2879264 |