svn commit: r500596 - in head/math: reduce reduce-psl reduce/files
Pedro F. Giffuni
pfg at FreeBSD.org
Wed May 1 15:49:34 UTC 2019
Author: pfg
Date: Wed May 1 15:49:32 2019
New Revision: 500596
URL: https://svnweb.freebsd.org/changeset/ports/500596
Log:
math/reduce* : Update to 20190413 snapshot
Approved by: thierry (mentor)
Deleted:
head/math/reduce/files/patch-svn-r4935
Modified:
head/math/reduce-psl/Makefile
head/math/reduce-psl/distinfo
head/math/reduce-psl/pkg-plist.amd64
head/math/reduce-psl/pkg-plist.i386
head/math/reduce/Makefile
head/math/reduce/distinfo
Modified: head/math/reduce-psl/Makefile
==============================================================================
--- head/math/reduce-psl/Makefile Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce-psl/Makefile Wed May 1 15:49:32 2019 (r500596)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= reduce
-PORTVERSION= 20190120
+PORTVERSION= 20190413
CATEGORIES= math lang
MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/
PKGNAMESUFFIX= -psl
-DISTNAME= Reduce-svn4868-src
+DISTNAME= Reduce-svn4961-src
MAINTAINER= pfg at FreeBSD.org
COMMENT= Portable Standard Lisp REDUCE general-purpose algebra system
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= amd64 i386
USES= autoreconf:build libtool gmake ncurses
-SFSUBDIR= snapshot_2019-01-20
+SFSUBDIR= snapshot_2019-04-13
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 Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce-psl/distinfo Wed May 1 15:49:32 2019 (r500596)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549556705
-SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
-SIZE (Reduce-svn4868-src.tar.gz) = 261906123
+TIMESTAMP = 1556572599
+SHA256 (Reduce-svn4961-src.tar.gz) = adf721f5cba02b342b8259156ef6999ee93d334cb790147485b252a2ac1080c9
+SIZE (Reduce-svn4961-src.tar.gz) = 271949781
Modified: head/math/reduce-psl/pkg-plist.amd64
==============================================================================
--- head/math/reduce-psl/pkg-plist.amd64 Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce-psl/pkg-plist.amd64 Wed May 1 15:49:32 2019 (r500596)
@@ -299,6 +299,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/cdiffx.b
%%DATADIR%%/red/cedit.b
%%DATADIR%%/red/cface.b
+%%DATADIR%%/red/cfutil.b
%%DATADIR%%/red/cgb.b
%%DATADIR%%/red/changevr.b
%%DATADIR%%/red/charname.b
@@ -618,6 +619,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/jpatches.b
%%DATADIR%%/red/jsymbols.b
%%DATADIR%%/red/kernel.b
+%%DATADIR%%/red/killing_vector.b
%%DATADIR%%/red/kredelw.b
%%DATADIR%%/red/kronf.b
%%DATADIR%%/red/kuechl.b
Modified: head/math/reduce-psl/pkg-plist.i386
==============================================================================
--- head/math/reduce-psl/pkg-plist.i386 Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce-psl/pkg-plist.i386 Wed May 1 15:49:32 2019 (r500596)
@@ -303,6 +303,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/cdiffx.b
%%DATADIR%%/red/cedit.b
%%DATADIR%%/red/cface.b
+%%DATADIR%%/red/cfutil.b
%%DATADIR%%/red/cgb.b
%%DATADIR%%/red/changevr.b
%%DATADIR%%/red/charname.b
@@ -622,6 +623,7 @@ man/man1/redpsl.1.gz
%%DATADIR%%/red/jpatches.b
%%DATADIR%%/red/jsymbols.b
%%DATADIR%%/red/kernel.b
+%%DATADIR%%/red/killing_vector.b
%%DATADIR%%/red/kredelw.b
%%DATADIR%%/red/kronf.b
%%DATADIR%%/red/kuechl.b
Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce/Makefile Wed May 1 15:49:32 2019 (r500596)
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= reduce
-PORTVERSION= 20190120
+PORTVERSION= 20190413
CATEGORIES= math lang
MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/
-DISTNAME= Reduce-svn4868-src
+DISTNAME= Reduce-svn4961-src
MAINTAINER= pfg at FreeBSD.org
-COMMENT= REDUCE Codemist Standard Lisp general-purpose computer system
+COMMENT= Codemist Standard Lisp REDUCE general-purpose computer system
LICENSE= BSD2CLAUSE
@@ -17,7 +17,6 @@ BROKEN_armv6= fails to compile: redfront.h:118:12: co
BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
BUILD_DEPENDS= gnuplot:math/gnuplot
-
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
@@ -26,7 +25,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= autoreconf:build libtool gmake ncurses jpeg
USE_XORG= x11 xcursor xext xorgproto xft xrandr xrender
-SFSUBDIR= snapshot_2019-01-20
+SFSUBDIR= snapshot_2019-04-13
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
CPPFLAGS+= -I${NCURSESINC}
Modified: head/math/reduce/distinfo
==============================================================================
--- head/math/reduce/distinfo Wed May 1 14:38:59 2019 (r500595)
+++ head/math/reduce/distinfo Wed May 1 15:49:32 2019 (r500596)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549385721
-SHA256 (Reduce-svn4868-src.tar.gz) = 65911f572cfc41f3cf9c021d13e146d09a0de8b8671414a5397f7187684053b0
-SIZE (Reduce-svn4868-src.tar.gz) = 261906123
+TIMESTAMP = 1556572460
+SHA256 (Reduce-svn4961-src.tar.gz) = adf721f5cba02b342b8259156ef6999ee93d334cb790147485b252a2ac1080c9
+SIZE (Reduce-svn4961-src.tar.gz) = 271949781
More information about the svn-ports-head
mailing list