diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-09-09 22:43:26 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-09-09 22:43:26 +0800 |
commit | 8630fc1b26dd66cba9258ba8e3e6699118513cdb (patch) | |
tree | 803e6bfe51eb360bd4cff7eb4fb95404907dd461 /benchmarks | |
parent | 1ed2cf7990ddd5657d6f06bb90c262ddf321f8bb (diff) | |
download | freebsd-ports-gnome-8630fc1b26dd66cba9258ba8e3e6699118513cdb.tar.gz freebsd-ports-gnome-8630fc1b26dd66cba9258ba8e3e6699118513cdb.tar.zst freebsd-ports-gnome-8630fc1b26dd66cba9258ba8e3e6699118513cdb.zip |
- Update to 2.2
- Switch to options helpers
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flops/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/flops/distinfo | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index 407398315fbb..ba73d292190e 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flops -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= benchmarks MAINTAINER= amdmi3@FreeBSD.org @@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flops ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ diff --git a/benchmarks/flops/distinfo b/benchmarks/flops/distinfo index d4f669b50727..705ff4bc22c7 100644 --- a/benchmarks/flops/distinfo +++ b/benchmarks/flops/distinfo @@ -1,2 +1,3 @@ -SHA256 (AMDmi3-flops-2.1_GH0.tar.gz) = 0cb3be76f96c4461c478098ff33dd45a2f9cd071ac7978ad65afd87ef8b80e80 -SIZE (AMDmi3-flops-2.1_GH0.tar.gz) = 10066 +TIMESTAMP = 1599601280 +SHA256 (AMDmi3-flops-2.2_GH0.tar.gz) = fab52f3745e164f7ebe40579a0a2676e88be10c99f321f793326231853946aba +SIZE (AMDmi3-flops-2.2_GH0.tar.gz) = 10095 |