diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-01-16 11:13:44 +0000 |
commit | 1bf487d3e73d83700f5a4aeb3a9ffbfc6e87856b (patch) | |
tree | 127ae6686665fd0ff97a7bd5f27449299929734e /math/speedcrunch | |
parent | d20d8aa75e51f61da14ac206199a1ebc244f940a (diff) |
Notes
Diffstat (limited to 'math/speedcrunch')
-rw-r--r-- | math/speedcrunch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/speedcrunch/Makefile b/math/speedcrunch/Makefile index b47e39eb9c80..4c1a04c66da8 100644 --- a/math/speedcrunch/Makefile +++ b/math/speedcrunch/Makefile @@ -5,6 +5,7 @@ PORTNAME= speedcrunch PORTVERSION= 0.12.0 PORTRVISION= 1 DISTVERSIONSUFFIX= -${BB_COMMIT} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ |