aboutsummaryrefslogtreecommitdiff
path: root/science/bagel/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-07 07:44:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-07 07:44:46 +0000
commit1959992b9db8ab7d4db35fa4802620e7bee83f72 (patch)
tree62ea9a3a9f1568706c88a90f76480e69528186b0 /science/bagel/Makefile
parent20c2b6f77675415ad3ac2d5b7244368c429f52bf (diff)
downloadports-1959992b9db8ab7d4db35fa4802620e7bee83f72.tar.gz
ports-1959992b9db8ab7d4db35fa4802620e7bee83f72.zip
science/bagel: Update 1.2.0 -> 1.2.1
Reported by: portscout
Notes
Notes: svn path=/head/; revision=486828
Diffstat (limited to 'science/bagel/Makefile')
-rw-r--r--science/bagel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/bagel/Makefile b/science/bagel/Makefile
index 744620da9d1b..a6d10aa4b4f0 100644
--- a/science/bagel/Makefile
+++ b/science/bagel/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bagel
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.0
+DISTVERSION= 1.2.1
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -48,4 +48,6 @@ SMITH_DESC= Compile SMITH generated code
SMITH_CONFIGURE_ENABLE= smith
SMITH_IMPLIES= MPI
+TEST_TARGET= check # tests fail to build: https://github.com/nubakery/bagel/issues/145
+
.include <bsd.port.mk>