diff options
author | taca <taca@pkgsrc.org> | 2019-12-09 14:20:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-12-09 14:20:54 +0000 |
commit | fe695316c237334cb094fd8295b9519d8a18d5a9 (patch) | |
tree | 1ce9a8e849cea54433d0bdcbb23771dbc3301606 /benchmarks/phoronix-test-suite | |
parent | 8abdcdca1b928378cbafee92e8767dbc8bf3dbba (diff) | |
download | pkgsrc-fe695316c237334cb094fd8295b9519d8a18d5a9.tar.gz |
Bump PKGREVISION by changing of default PHP version.
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 85b9e781dac..a99406ca812 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2019/06/10 02:48:23 jym Exp $ +# $NetBSD: Makefile,v 1.10 2019/12/09 14:20:54 taca Exp $ # DISTNAME= phoronix-test-suite-${PTS_VERSION} PTS_VERSION= 8.8.1 +PKGREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= https://www.phoronix-test-suite.com/releases/ |