Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 20:45:00 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541235 - head/math/GiNaC
Message-ID:  <202007042045.064Kj0Mv061824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Jul  4 20:45:00 2020
New Revision: 541235
URL: https://svnweb.freebsd.org/changeset/ports/541235

Log:
  - Update to 1.7.10.

Modified:
  head/math/GiNaC/Makefile
  head/math/GiNaC/distinfo
  head/math/GiNaC/pkg-plist

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Sat Jul  4 20:05:48 2020	(r541234)
+++ head/math/GiNaC/Makefile	Sat Jul  4 20:45:00 2020	(r541235)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GiNaC
-PORTVERSION=	1.7.9
+PORTVERSION=	1.7.10
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \
 		http://www.ginac.de/
@@ -35,5 +35,11 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|unsigned|size_t|g' \
 		${WRKSRC}/ginac/parser/parser.cpp
 .endif
+	@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' \
+		${WRKSRC}/scripts/yaptu.py \
+		${WRKSRC}/scripts/fixupind.py \
+		${WRKSRC}/ginac/function.py \
+		${WRKSRC}/ginsh/ginsh_fcn_help.py \
+		${WRKSRC}/ginsh/ginsh_op_help.py
 
 .include <bsd.port.post.mk>

Modified: head/math/GiNaC/distinfo
==============================================================================
--- head/math/GiNaC/distinfo	Sat Jul  4 20:05:48 2020	(r541234)
+++ head/math/GiNaC/distinfo	Sat Jul  4 20:45:00 2020	(r541235)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586745035
-SHA256 (ginac-1.7.9.tar.bz2) = 67cdff43a4360da997ee5323cce27cf313a5b17ba58f02e8f886138c0f629821
-SIZE (ginac-1.7.9.tar.bz2) = 1076717
+TIMESTAMP = 1593893570
+SHA256 (ginac-1.7.10.tar.bz2) = e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af
+SIZE (ginac-1.7.10.tar.bz2) = 1075059

Modified: head/math/GiNaC/pkg-plist
==============================================================================
--- head/math/GiNaC/pkg-plist	Sat Jul  4 20:05:48 2020	(r541234)
+++ head/math/GiNaC/pkg-plist	Sat Jul  4 20:45:00 2020	(r541235)
@@ -50,7 +50,7 @@ include/ginac/wildcard.h
 lib/libginac.a
 lib/libginac.so
 lib/libginac.so.6
-lib/libginac.so.6.4.3
+lib/libginac.so.6.4.4
 libdata/pkgconfig/ginac.pc
 libexec/ginac-excompiler
 man/man1/ginsh.1.gz



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