diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-08 16:50:01 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-08 16:50:01 +0800 |
commit | 2d45a1b01a50f0036ef4b7b35b6bbccc9645f91b (patch) | |
tree | 6f6a793fe2b14f37bb900adf0c33ea5b17b14009 /math | |
parent | eba96bee47c0ad4e34d96d741178e84115409d2c (diff) | |
download | freebsd-ports-gnome-2d45a1b01a50f0036ef4b7b35b6bbccc9645f91b.tar.gz freebsd-ports-gnome-2d45a1b01a50f0036ef4b7b35b6bbccc9645f91b.tar.zst freebsd-ports-gnome-2d45a1b01a50f0036ef4b7b35b6bbccc9645f91b.zip |
math/reduce-psl: Update to 20190120
- Clean up whitespace in pkg-descr
PR: 235581
Submitted by: pfg (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/reduce-psl/Makefile | 8 | ||||
-rw-r--r-- | math/reduce-psl/distinfo | 6 | ||||
-rw-r--r-- | math/reduce-psl/pkg-descr | 2 |
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 |