--- math/reduce-psl/Makefile (revision 492256) +++ math/reduce-psl/Makefile (working copy) @@ -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 @@ USES= autoreconf:build libtool gmake ncurses -SFSUBDIR= snapshot_2018-11-23 +SFSUBDIR= snapshot_2019-011-20 TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CPPFLAGS+= -I${NCURSESINC} --- math/reduce-psl/distinfo (revision 492256) +++ math/reduce-psl/distinfo (working copy) @@ -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 --- math/reduce-psl/pkg-descr (revision 492256) +++ math/reduce-psl/pkg-descr (working copy) @@ -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