diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2025-11-04 13:50:56 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-11-04 16:53:29 +0000 |
| commit | 8306b42dec9945b362d9d5e20a930e432c0de9d1 (patch) | |
| tree | 72e6c58a411a8cfd04a2e6bde8bece6c73f93251 | |
| parent | 01500980658a8984f080e924eaaa07516ad33ce5 (diff) | |
math/lcalc: upgrade to 2.1.1
Appease newer compilers (no functional changes).
| -rw-r--r-- | math/lcalc/Makefile | 13 | ||||
| -rw-r--r-- | math/lcalc/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/math/lcalc/Makefile b/math/lcalc/Makefile index 0a6188353fbc..cfac2b9913e0 100644 --- a/math/lcalc/Makefile +++ b/math/lcalc/Makefile @@ -1,11 +1,6 @@ PORTNAME= lcalc -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 2.1.1 CATEGORIES= math -MASTER_SITES= https://mirror.csclub.uwaterloo.ca/sage/spkg/upstream/${PORTNAME}/ \ - https://mirror.lyrahosting.com/sagemath/spkg/upstream/${PORTNAME}/ \ - https://mirror.dogado.de/sage/spkg/upstream/${PORTNAME}/ \ - http://files.sagemath.org/spkg/upstream/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= L-function c++ class library and the CLI program lcalc @@ -17,9 +12,13 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= gengetopt:devel/gengetopt LIB_DEPENDS= libpari.so:math/pari -USES= compiler:c++11-lang gmake libtool localbase pkgconfig tar:xz +USES= autoreconf compiler:c++11-lang gmake libtool localbase \ + pkgconfig tar:bz2 USE_LDCONFIG= yes +USE_GITLAB= yes +GL_ACCOUNT= sagemath + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/math/lcalc/distinfo b/math/lcalc/distinfo index dddbd06f510e..346c575c2f7b 100644 --- a/math/lcalc/distinfo +++ b/math/lcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744379557 -SHA256 (lcalc-2.1.0.tar.xz) = eca4f7de5f1129a9cec2cd2f012a8362c8489e746f07adae3229dd8eb2541f79 -SIZE (lcalc-2.1.0.tar.xz) = 831000 +TIMESTAMP = 1762263050 +SHA256 (lcalc-2.1.1.tar.bz2) = f93c1ac7ad6d5524f52888cae5eefc5a00af635d34d53831e16e221166b5b6cd +SIZE (lcalc-2.1.1.tar.bz2) = 581934 |
