mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/reduce-psl: update to 2024-08-12
Very small changes. PR: 282236
This commit is contained in:
parent
ef3e5f26ff
commit
58426f4b63
4 changed files with 9 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue