From owner-svn-ports-head@freebsd.org Tue Nov 27 19:32:22 2018 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 A926F1159214; Tue, 27 Nov 2018 19:32:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 500D98EE15; Tue, 27 Nov 2018 19:32:22 +0000 (UTC) (envelope-from swills@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 1948D1FCBB; Tue, 27 Nov 2018 19:32:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARJWLqh031676; Tue, 27 Nov 2018 19:32:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARJWLCh031672; Tue, 27 Nov 2018 19:32:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811271932.wARJWLCh031672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 27 Nov 2018 19:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486052 - head/math/reduce-psl X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/reduce-psl X-SVN-Commit-Revision: 486052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 500D98EE15 X-Spamd-Result: default: False [1.37 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.51)[0.511,0]; NEURAL_SPAM_MEDIUM(0.69)[0.687,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.17)[0.173,0] X-Rspamd-Server: mx1.freebsd.org 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: Tue, 27 Nov 2018 19:32:22 -0000 Author: swills Date: Tue Nov 27 19:32:21 2018 New Revision: 486052 URL: https://svnweb.freebsd.org/changeset/ports/486052 Log: math/reduce-psl: update to version 20181123 PR: 233551 Submitted by: pfg (maintainer) Modified: head/math/reduce-psl/Makefile (contents, props changed) head/math/reduce-psl/distinfo (contents, props changed) head/math/reduce-psl/pkg-plist.amd64 (contents, props changed) head/math/reduce-psl/pkg-plist.i386 (contents, props changed) Modified: head/math/reduce-psl/Makefile ============================================================================== --- head/math/reduce-psl/Makefile Tue Nov 27 19:30:47 2018 (r486051) +++ head/math/reduce-psl/Makefile Tue Nov 27 19:32:21 2018 (r486052) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= reduce -PORTVERSION= 20180117 +PORTVERSION= 20181123 CATEGORIES= math lang MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/ PKGNAMESUFFIX= -psl -DISTNAME= Reduce-svn4372-src +DISTNAME= Reduce-svn4829-src MAINTAINER= pfg@FreeBSD.org COMMENT= REDUCE Portable Standard Lisp general-purpose algebra system @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 -SFSUBDIR= snapshot_2018-01-17 +SFSUBDIR= snapshot_2018-11-23 USES= autoreconf:build libtool gmake ncurses TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} Modified: head/math/reduce-psl/distinfo ============================================================================== --- head/math/reduce-psl/distinfo Tue Nov 27 19:30:47 2018 (r486051) +++ head/math/reduce-psl/distinfo Tue Nov 27 19:32:21 2018 (r486052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518056272 -SHA256 (Reduce-svn4372-src.tar.gz) = d4b8bbaf6d9108942d16b9c5bb9de6d3d5b8e8e5ad4116d4b7b8b1000c7f95a5 -SIZE (Reduce-svn4372-src.tar.gz) = 252484539 +TIMESTAMP = 1543282198 +SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8 +SIZE (Reduce-svn4829-src.tar.gz) = 261842669 Modified: head/math/reduce-psl/pkg-plist.amd64 ============================================================================== --- head/math/reduce-psl/pkg-plist.amd64 Tue Nov 27 19:30:47 2018 (r486051) +++ head/math/reduce-psl/pkg-plist.amd64 Tue Nov 27 19:32:21 2018 (r486052) @@ -92,6 +92,7 @@ man/man1/redpsl.1.gz %%DATADIR%%/psl/hash-decls.b %%DATADIR%%/psl/hcons.b %%DATADIR%%/psl/helferlein.b +%%DATADIR%%/psl/ieee-decls.b %%DATADIR%%/psl/if-system.b %%DATADIR%%/psl/if.b %%DATADIR%%/psl/init-file.b Modified: head/math/reduce-psl/pkg-plist.i386 ============================================================================== --- head/math/reduce-psl/pkg-plist.i386 Tue Nov 27 19:30:47 2018 (r486051) +++ head/math/reduce-psl/pkg-plist.i386 Tue Nov 27 19:32:21 2018 (r486052) @@ -90,6 +90,7 @@ man/man1/redpsl.1.gz %%DATADIR%%/psl/hash-decls.b %%DATADIR%%/psl/hcons.b %%DATADIR%%/psl/helferlein.b +%%DATADIR%%/psl/ieee-decls.b %%DATADIR%%/psl/if-system.b %%DATADIR%%/psl/if.b %%DATADIR%%/psl/init-file.b