summaryrefslogtreecommitdiff
path: root/math/libpoly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libpoly/Makefile')
-rw-r--r--math/libpoly/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile
index eae88c064c92..6a254cb70cc9 100644
--- a/math/libpoly/Makefile
+++ b/math/libpoly/Makefile
@@ -1,11 +1,8 @@
PORTNAME= libpoly
DISTVERSIONPREFIX= v
-DISTVERSION= 0.1.13
+DISTVERSION= 0.2.0
CATEGORIES= math
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES= c1f82e63ccf3f84e2a2234589caac287d2bf6f71.patch:-p1
-
MAINTAINER= yuri@FreeBSD.org
COMMENT= C library for manipulating polynomials
WWW= https://github.com/SRI-CSL/libpoly
@@ -29,4 +26,6 @@ CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PI
CFLAGS+= -Wno-error=unused-but-set-variable
.endif
+# tests as of 0.2.0: 100% tests passed, 0 tests failed out of 14
+
.include <bsd.port.post.mk>