git: 272886eee30a - main - math/sage: Refactor after pynac removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 06:07:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=272886eee30a79ff56e36415a0107271579c13c2 commit 272886eee30a79ff56e36415a0107271579c13c2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-31 06:06:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-31 06:07:27 +0000 math/sage: Refactor after pynac removal Approved by: portmgr (blanket) --- math/sage/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/sage/Makefile b/math/sage/Makefile index 36e806de3dd8..35ab08911fa9 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -1,6 +1,6 @@ PORTNAME= sage PORTVERSION= 9.2 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ @@ -197,7 +197,6 @@ LIB_DEPENDS= libarb.so:math/arb \ libplanarity.so:math/planarity \ libpng.so:graphics/png \ libppl.so:devel/ppl \ - libpynac.so:math/pynac \ libR.so:math/R \ librw.so:math/rankwidth \ libSingular.so:math/singular \