From owner-svn-ports-head@freebsd.org Fri Feb 8 08:50:02 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9900214D8A93; Fri, 8 Feb 2019 08:50:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37FA06FD1F; Fri, 8 Feb 2019 08:50:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 28470EBED; Fri, 8 Feb 2019 08:50:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x188o1GQ039396; Fri, 8 Feb 2019 08:50:01 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x188o1gt039394; Fri, 8 Feb 2019 08:50:01 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201902080850.x188o1gt039394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Feb 2019 08:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492414 - head/math/reduce-psl X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/math/reduce-psl X-SVN-Commit-Revision: 492414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 37FA06FD1F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 08:50:02 -0000 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