diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-02 21:00:16 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-10-02 23:00:00 +0000 |
commit | e327d87848399b70a8417c3782c5bdc24e6ace0d (patch) | |
tree | ed58cbd0d8baed7ac9707ac926c9b285b1a9ddea /math/py-PuLP/Makefile | |
parent | e358e1c0d6d9f52cda5af8e0635f20f0236f1317 (diff) | |
download | ports-e327d87848399b70a8417c3782c5bdc24e6ace0d.tar.gz ports-e327d87848399b70a8417c3782c5bdc24e6ace0d.zip |
math/py-PuLP: Update 2.5.0 -> 2.5.1
Reported by: portscout
Diffstat (limited to 'math/py-PuLP/Makefile')
-rw-r--r-- | math/py-PuLP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile index 2048adc6be87..4a238bf1dacb 100644 --- a/math/py-PuLP/Makefile +++ b/math/py-PuLP/Makefile @@ -1,5 +1,5 @@ PORTNAME= PuLP -DISTVERSION= 2.5.0 +DISTVERSION= 2.5.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ post-patch: @${CP} ${WRKSRC}/pulp/pulp.cfg.linux ${WRKSRC}/pulp/pulp.cfg.freebsd @${REINPLACE_CMD} -E 's/^(CplexPath|PulpCbcPath) = .*/#&/' ${WRKSRC}/pulp/pulp.cfg.freebsd -do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/472 +do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/494 @cd ${TEST_WRKSRC} && py.test |