aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/reduce-psl/Makefile8
-rw-r--r--math/reduce-psl/distinfo6
-rw-r--r--math/reduce-psl/pkg-descr2
3 files changed, 8 insertions, 8 deletions
diff --git a/math/reduce-psl/Makefile b/math/reduce-psl/Makefile
index c84f1d0f620e..2157e1ca8b23 100644
--- a/math/reduce-psl/Makefile
+++ b/math/reduce-psl/Makefile
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= reduce
-PORTVERSION= 20181123
+PORTVERSION= 20190120
CATEGORIES= math lang
MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/
PKGNAMESUFFIX= -psl
-DISTNAME= Reduce-svn4829-src
+DISTNAME= Reduce-svn4868-src
MAINTAINER= pfg@FreeBSD.org
-COMMENT= REDUCE Portable Standard Lisp general-purpose algebra system
+COMMENT= Portable Standard Lisp REDUCE general-purpose algebra system
LICENSE= BSD2CLAUSE
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= amd64 i386
USES= autoreconf:build libtool gmake ncurses
-SFSUBDIR= snapshot_2018-11-23
+SFSUBDIR= snapshot_2019-01-20
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CPPFLAGS+= -I${NCURSESINC}
diff --git a/math/reduce-psl/distinfo b/math/reduce-psl/distinfo
index e112aa4f094d..d259380fcde6 100644
--- a/math/reduce-psl/distinfo
+++ b/math/reduce-psl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543282198
-SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8
-SIZE (Reduce-svn4829-src.tar.gz) = 261842669
+TIMESTAMP = 1549556705
+SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
+SIZE (Reduce-svn4868-src.tar.gz) = 261906123
diff --git a/math/reduce-psl/pkg-descr b/math/reduce-psl/pkg-descr
index 7414459ab757..544330fab849 100644
--- a/math/reduce-psl/pkg-descr
+++ b/math/reduce-psl/pkg-descr
@@ -1,7 +1,7 @@
REDUCE Portable Standard Lisp (PSL)
REDUCE is an interactive system for general algebraic computations of
-interest to mathematicians, scientists and engineers.
+interest to mathematicians, scientists and engineers.
PSL was the original implementation of Standard Lisp, but now contains
many more facilities. It is quite efficient in its use of both space and