diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-06-02 16:45:10 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-06-02 16:45:10 +0000 |
commit | 87272ba38cd3448c6dd4f320358c1216ac3f8139 (patch) | |
tree | 3f9cbe9b07bc15c6dbdae0d3f5ecba9582af0583 /devel/phpunit7/Makefile | |
parent | 01a0f3300269f0938e552c414a3a44fda2475988 (diff) | |
download | ports-87272ba38cd3448c6dd4f320358c1216ac3f8139.tar.gz ports-87272ba38cd3448c6dd4f320358c1216ac3f8139.zip |
Update to 7.2.2
Notes
Notes:
svn path=/head/; revision=471378
Diffstat (limited to 'devel/phpunit7/Makefile')
-rw-r--r-- | devel/phpunit7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phpunit7/Makefile b/devel/phpunit7/Makefile index c0c21d66d882..7d632d06a869 100644 --- a/devel/phpunit7/Makefile +++ b/devel/phpunit7/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpunit -DISTVERSION= 7.1.5 +DISTVERSION= 7.2.2 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 7${PHP_PKGNAMESUFFIX} |