Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2024 12:44:30 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 58426f4b63e2 - main - math/reduce-psl: update to 2024-08-12
Message-ID:  <202410281244.49SCiUIN074682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58426f4b63e258f22adcd881a34e1fb4061b41c1

commit 58426f4b63e258f22adcd881a34e1fb4061b41c1
Author:     Pedro F. Giffuni <pfg@FreeBSD.org>
AuthorDate: 2024-10-26 21:05:24 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-10-28 12:42:07 +0000

    math/reduce-psl: update to 2024-08-12
    
    Very small changes.
    
    PR:             282236
---
 math/reduce-psl/Makefile        | 5 ++---
 math/reduce-psl/distinfo        | 6 +++---
 math/reduce-psl/pkg-plist.amd64 | 3 ++-
 math/reduce-psl/pkg-plist.i386  | 2 ++
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/math/reduce-psl/Makefile b/math/reduce-psl/Makefile
index b610fa451289..eda74212bcd5 100644
--- a/math/reduce-psl/Makefile
+++ b/math/reduce-psl/Makefile
@@ -1,10 +1,9 @@
 PORTNAME=	reduce
 PORTVERSION=	${SFSUBDIR:S/snapshot_//:S/-//g}
-PORTREVISION=	1
 CATEGORIES=	math lang
 MASTER_SITES=	SF/reduce-algebra/${SFSUBDIR}/
 PKGNAMESUFFIX=	-psl
-DISTNAME=	Reduce-svn6658-src
+DISTNAME=	Reduce-svn6860-src
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Portable Standard Lisp REDUCE general-purpose algebra system
@@ -16,7 +15,7 @@ ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		autoreconf:build libtool gmake ncurses
 
-SFSUBDIR=	snapshot_2023-12-18
+SFSUBDIR=	snapshot_2024-08-12
 
 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 112cfa190827..eade9c5725ff 100644
--- a/math/reduce-psl/distinfo
+++ b/math/reduce-psl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1703973940
-SHA256 (Reduce-svn6658-src.tar.gz) = d32a15a5b9290b6ab2bb99ebb294ab40a694ec5e5134c79bfd16cfb44bb85bc5
-SIZE (Reduce-svn6658-src.tar.gz) = 243547020
+TIMESTAMP = 1729023009
+SHA256 (Reduce-svn6860-src.tar.gz) = bf084f096839c1ed06207d56ae8e84d1097dce9f3a95d84adb26c9465a92718d
+SIZE (Reduce-svn6860-src.tar.gz) = 252169207
diff --git a/math/reduce-psl/pkg-plist.amd64 b/math/reduce-psl/pkg-plist.amd64
index 4741954249f4..8d6ef69929a6 100644
--- a/math/reduce-psl/pkg-plist.amd64
+++ b/math/reduce-psl/pkg-plist.amd64
@@ -39,7 +39,6 @@ share/man/man1/redpsl.1.gz
 %%DATADIR%%/psl/comasm.b
 %%DATADIR%%/psl/common.b
 %%DATADIR%%/psl/comp-decls.b
-%%DATADIR%%/psl/compat.b
 %%DATADIR%%/psl/compiler.b
 %%DATADIR%%/psl/compsupport.b
 %%DATADIR%%/psl/cond-macros.b
@@ -681,6 +680,7 @@ share/man/man1/redpsl.1.gz
 %%DATADIR%%/red/list.b
 %%DATADIR%%/red/listvecops.b
 %%DATADIR%%/red/log2atan.b
+%%DATADIR%%/red/logoturtle.b
 %%DATADIR%%/red/logsort.b
 %%DATADIR%%/red/loops.b
 %%DATADIR%%/red/loops88.b
@@ -752,6 +752,7 @@ share/man/man1/redpsl.1.gz
 %%DATADIR%%/red/nestdom.b
 %%DATADIR%%/red/nestrad.b
 %%DATADIR%%/red/newtok.b
+%%DATADIR%%/red/newtok1.b
 %%DATADIR%%/red/newton.b
 %%DATADIR%%/red/noncom2.b
 %%DATADIR%%/red/normform.b
diff --git a/math/reduce-psl/pkg-plist.i386 b/math/reduce-psl/pkg-plist.i386
index 17ccb47f3d32..082c31140b18 100644
--- a/math/reduce-psl/pkg-plist.i386
+++ b/math/reduce-psl/pkg-plist.i386
@@ -685,6 +685,7 @@ share/man/man1/redpsl.1.gz
 %%DATADIR%%/red/list.b
 %%DATADIR%%/red/listvecops.b
 %%DATADIR%%/red/log2atan.b
+%%DATADIR%%/red/logoturtle.b
 %%DATADIR%%/red/logsort.b
 %%DATADIR%%/red/loops.b
 %%DATADIR%%/red/loops88.b
@@ -756,6 +757,7 @@ share/man/man1/redpsl.1.gz
 %%DATADIR%%/red/nestdom.b
 %%DATADIR%%/red/nestrad.b
 %%DATADIR%%/red/newtok.b
+%%DATADIR%%/red/newtok1.b
 %%DATADIR%%/red/newton.b
 %%DATADIR%%/red/noncom2.b
 %%DATADIR%%/red/normform.b



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