diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-10-05 06:00:56 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-10-05 06:00:56 +0800 |
commit | 9bc19de5e2b30dae80604592bd3788faf167a2d8 (patch) | |
tree | 3e55917d86419f4270d6882ab8c74f63a443f891 /devel | |
parent | 957cf4874c05efd2fdabbf5a5525ecbdb311d7bd (diff) | |
download | freebsd-ports-gnome-9bc19de5e2b30dae80604592bd3788faf167a2d8.tar.gz freebsd-ports-gnome-9bc19de5e2b30dae80604592bd3788faf167a2d8.tar.zst freebsd-ports-gnome-9bc19de5e2b30dae80604592bd3788faf167a2d8.zip |
devel/phpunit: update 4.5.0 -> 4.8.0
- Add NO_ARCH while here
PR: 202810
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/phpunit/Makefile | 3 | ||||
-rw-r--r-- | devel/phpunit/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/phpunit/Makefile b/devel/phpunit/Makefile index e6a03883facb..27ceeabaa71b 100644 --- a/devel/phpunit/Makefile +++ b/devel/phpunit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -PORTVERSION= 4.5.0 +PORTVERSION= 4.8.0 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ \ http://ports.toco-domains.de/ @@ -19,6 +19,7 @@ USES= cpe CPE_VENDOR= phpunit_project USE_PHP= dom json spl pcre phar +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/phpunit diff --git a/devel/phpunit/distinfo b/devel/phpunit/distinfo index 844db8975e3a..62086a9b3dfe 100644 --- a/devel/phpunit/distinfo +++ b/devel/phpunit/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpunit-4.5.0.phar) = 3b33307128be5d4460eb344763b73ffa9d06b7be13a0db3c7e10566e64fb37b1 -SIZE (phpunit-4.5.0.phar) = 3411356 +SHA256 (phpunit-4.8.0.phar) = a1a3b167fd849547b0f9c773c9d3b775e12ee76bd2d4d6c4364c35f5c3cbcdd3 +SIZE (phpunit-4.8.0.phar) = 3109773 |