Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 08:50:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492414 - head/math/reduce-psl
Message-ID:  <201902080850.x188o1gt039394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  8 08:50:01 2019
New Revision: 492414
URL: https://svnweb.freebsd.org/changeset/ports/492414

Log:
  math/reduce-psl: Update to 20190120
  
  - Clean up whitespace in pkg-descr
  
  PR:		235581
  Submitted by:	pfg (maintainer)

Modified:
  head/math/reduce-psl/Makefile
  head/math/reduce-psl/distinfo
  head/math/reduce-psl/pkg-descr

Modified: head/math/reduce-psl/Makefile
==============================================================================
--- head/math/reduce-psl/Makefile	Fri Feb  8 08:47:42 2019	(r492413)
+++ head/math/reduce-psl/Makefile	Fri Feb  8 08:50:01 2019	(r492414)
@@ -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}

Modified: head/math/reduce-psl/distinfo
==============================================================================
--- head/math/reduce-psl/distinfo	Fri Feb  8 08:47:42 2019	(r492413)
+++ head/math/reduce-psl/distinfo	Fri Feb  8 08:50:01 2019	(r492414)
@@ -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

Modified: head/math/reduce-psl/pkg-descr
==============================================================================
--- head/math/reduce-psl/pkg-descr	Fri Feb  8 08:47:42 2019	(r492413)
+++ head/math/reduce-psl/pkg-descr	Fri Feb  8 08:50:01 2019	(r492414)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902080850.x188o1gt039394>